Posts by Giovanni Mesquita • 51 points
4 posts
-
0
votes3
answers1448
viewsA: Error - fa icons (Fontawesome.css)
I did a test with your code and apparently it’s all right, as you can see by running the snippet below. I suggest you update the Bootstrap and Fontawesome CSS files to the latest versions. body,…
-
0
votes3
answers664
viewsA: Required no Ajax
Field tooltip with required attribute without a form The attribute required is triggered when the form is submitted. Required: This attribute specifies that the user must Fill in a value before…
-
2
votes1
answer58
viewsA: css selector with Nth and not
A simpler solution, not to use Nth-of-type, is to use the classes form-group that you already have in the field groups. Then your CSS would look like this: .form-login .form-group { width: 48.3%;…
-
0
votes1
answer43
viewsA: Foreach in variable that receives tickets from the Zendesk api
Although I’m not familiar with the Zendesk API, by the structure of the object you output on var_dump, maybe this will work: foreach ($getTickets->tickets as $ticket) { echo…
phpanswered Giovanni Mesquita 51