Posts by Samuel Moreira • 1 point
2 posts
-
0
votes1
answer101
viewsA: <? php wp_head(); ? > = FIXED when scrolling in wordpress?
try going to your wp CSS editor, and add the following code: .site-header{ position:fixed; }…
-
0
votes1
answer45
viewsQ: Ajax, send data without updating page
Well, I did a Restful API integration, which searches all products from one e-commerce and sends Json to another site, and needed that when clicking the "Submit" button, the page did not update. My…
ajaxasked Samuel Moreira 1