Posts by Eduardo Kusdra Filho • 25 points
6 posts
-
0
votes0
answers51
viewsQ: Undefined function - Uncaught Referenceerror: codeAddress is not defined
I’m running a script to get the location of some accredited stores of the company I work for (using the Google Maps JS API). The code works in 2 pages normally, but on the last page where I will…
-
0
votes1
answer28
viewsQ: I cannot insert a linear gradient in the black color
I’m trying to make the linear gradient effect to leave the bottom of the image with black "gradient", but when I put the command, regardless of the color I use, it turns white, follows code for…
-
-3
votes1
answer44
viewsQ: Dropdown Menu Bootstrap bug when clicked
I have implemented a basic dropdown (bootstrap) menu on my website. It works normally when clicked at the beginning of the page, however, if I scroll down a little and go back to the top of the…
-
1
votes1
answer67
viewsQ: CSS file in Laravel
I’m starting a new project in Laravel, following the instructions, but I’m having difficulty accessing my project’s css file. It’s saved in the CSS folder, inside the public folder, and I’m calling…
-
0
votes1
answer23
viewsQ: A href no innerHTML
I’m using the Google API to insert a map into my site, where the user types in their zip code, street, etc, and the API shows the nearest accredited stores to that user, but I wanted to reference a…
-
0
votes0
answers37
viewsQ: How to upload as attachments in email
I am trying to make a form that sends an email with the form inputs and files that the user uploads. The part of sending inputs is already ready, I’m using the Magic Form (Martin M.) in the…