Posts by Clayton • 103 points
13 posts
-
0
votes1
answer22
views -
1
votes0
answers81
viewsQ: Conflict with JS wordpress
I’m learning how to turn a site into a wordpress theme, but I came across an error that I can’t solve: Some plugins require me to have the HEAD code this code adds the JS of WP, and conflicts with…
-
1
votes1
answer127
viewsQ: Plugin similar to quiz
Someone knows a plugin that does function "similar" to QUIZ, where the client goes answering questionnaire, at the end he fills a form with data from it (that I would recover later to be able to…
-
1
votes0
answers29
viewsQ: Sending direct attachment to e-mail
I use a very simple form of sending data to e-mail, I included an upload button... How to make a simple schedule so that this file is sent in the e-mail as an attachment? <div class="contato">…
-
0
votes1
answer561
viewsQ: how to insert 2 different recipients for sending form
I need the contact form to be sent to 2 different emails, the PHP code is working right, I just need to know where to insert the 2nd destination email: <?php $nome = $_POST['nome']; $idade =…
-
-1
votes2
answers97
viewsQ: 100% modal with CSS
Someone can help me, I need to make a modal, an msg that will appear in the loading of the site, with a background all opaque, IE, with the modal characteristics same, and when clicking the window…
-
0
votes1
answer131
viewsQ: Modal when accessing the site
Could someone please pass me a simple jquery code? I only need a modal ( div ) to appear when the site is accessed and contains a "close button".
-
1
votes3
answers1564
viewsQ: Event while taking the mouse out of the window
Can someone help me? I need a "light", which tells me how to make a modal appear on the screen when I take the mouse from the window, same as this site: http://www.buffetplayhouse.com.br/…
-
0
votes0
answers72
viewsQ: Slider with specific advance arrow
I need a slider that has by default an arrow of advance and return of slides equal to the one of the image, in this format, and large like this. I usually use Slick-Carousel and Owl-Carousel, but…
-
2
votes3
answers1296
viewsQ: jquery to click and make appear/disappear different Ivs
I need to make sure that when clicking on the menu item, a div linked to this item appears on the screen, if I click on another menu item, the previous div disappears and the new div appears... in…
-
0
votes1
answer235
viewsQ: How to make a "balloon" effect on a menu?
I need to make an effect similar to a conversation balloon in the tags < a > of my menu, as well as this figure, when I step the mouse( Hover effect) the balloon appears. I tried to do…
-
0
votes1
answer126
viewsQ: Dreamhost FTP what is the root folder?
My question is the following, I am trying to upload an FTP site in Dreamhost, but I do not know which is the root folder, I also did not locate the public_html folder...
-
2
votes3
answers82
viewsQ: Does anyone know how to do this character in HTML? ( photo below )
I found nowhere this character... I need to put on a site, this "arrow" down, only the arrow, pure, for HTML.…