Posts by Renan Hugo • 75 points
10 posts
-
0
votes0
answers12
viewsQ: How to set up DNS for Mailjet and Personal Email?
I always have doubts about the configuration of SPF and DKIM for Mkt emails using external platform (eg Mailjet) and how to reconcile this with the same configuration but for personal email…
-
1
votes2
answers169
viewsQ: Conflict between anchor and smooth scrolling
When I click on the anchor and scroll the page there is a conflict between the smooth scrolling script and the anchor script causing the site to roll to the top, I have tried anyway to resolve this…
-
1
votes1
answer30
viewsQ: How to keep a list of alternate backgrounds when searching
I have a gray background list in the item:Nth-Child(Odd) but when I do a search a None display is inserted in the items that contain nothing related and end up messing the order of colors, I need…
-
1
votes0
answers376
viewsQ: Sandbox Does Not Send Notifications
The secure pay sandbox is not sending notifications to my page, the url is configured in the Integration Profiles -> seller tab, and also the notifitionURL in the transaction request. Successful…
-
0
votes2
answers86
viewsQ: as "cachear" css concatenated via GET
I’m making a concatenation of css files where the names of the files are passed by parameters in the url to the css.php file, my question is if it is somehow possible to "cached" the requested files…
-
0
votes0
answers93
viewsQ: Wordpress new user email
I am customizing the password definition email that is sent to the user when they sign up, but when I try to create the password definition link it is not taking the user login, I am using the code…
-
1
votes2
answers437
viewsA: Redirect after login into Wordpress
jQuery(document).ready(function($){ $("#loginform").on('submit', function() { var input_data = $('#loginform').serialize(); $.ajax({ type: "POST", url: "<?php echo…
-
-1
votes1
answer737
viewsQ: Ajax does not work on android
I’m making a request ajax that works perfectly on the Desktop, but when I test on android does not work, if anyone can help me jQuery(document).ready(function($){ $("#loginform").on('submit',…
-
1
votes1
answer318
viewsA: Jquery mask in a form
There is a Jquery plugin called Jquery Mask just add the Jquery Mask library and insert the script $('.seu_input'). Mask('000.000.000-00', {Reverse: true}); // if you do not want Cpf to be typed in…
jqueryanswered Renan Hugo 75 -
2
votes2
answers439
viewsQ: Tag html inside a string displayed one character at a time
When I run the code it writes the "<" of the tag before interpreting it, I would like it to interpret the tags directly without writing their opening sign var TxtType = function(el, toRotate,…