Posts by Victor Emanuel • 23 points
4 posts
-
0
votes1
answer50
viewsQ: How to place a popup at a particular page location
I have a popup that serves to recommend other posts but appears on the footer. I would like the popup to appear higher up, like in the middle of the page, that is, control where it should appear.…
cssasked Victor Emanuel 23 -
0
votes2
answers224
viewsQ: How to open a pop after a few seconds and close after a few seconds after open
Code updated and working. Leo Caracciolo’s contribution $(document).ready( function() { $('.popScroll').show(10000); $('.popScroll').delay(20000).fadeOut(); $("#close").click(function(){…
-
2
votes2
answers172
viewsQ: What is the best way to turn a secure contact form?
I have a contact form working but it shows crossscripting security failure in Sitelock. Any help overcoming the problem? Thank you <?php header('Content-Type: text/html; charset=utf-8');…
-
0
votes1
answer98
viewsQ: I am not receiving the data sent by the user in the email I should receive. Any tips how to resolve?
I need help. I have a contact form working but the name, email and message of the sender does not reach the email of the recipient. Where is the error in php? Since my thank you. PHP <?…
phpasked Victor Emanuel 23