Tagged Questions
0
votes
1answer
104 views
Removing jQuery from footer
I am working with HTML5 Blank and I can't seem to get jquery to stop being called in wp_footer(). I have tried adding this to the bottom of my functions file:
function ...
0
votes
1answer
137 views
enqueue jQuery into the footer
I have looked but no where seems to cover how to place jQuery into the footer, at least not the way I have it in my theme, is there a way to place the following into the footer?
// Load jQuery
...
-2
votes
1answer
206 views
Javascript from Easy-Fancybox place into footer
the Easy FancyBox WP-Plugin works fine for me.
Just the script will be placed in the header of my source, like other plugin, too.
I´d like to push it down to the footer of my website (incl. the ...
0
votes
1answer
178 views
making a plugin that moves other plugins wp_head actions to wp_footer
I am grappling with implimenting jQm on wordpress and have hit the obstacle that most plugins dont work on jQm ajax loaded pages.
However, taking the example of the sharethis plugin, I have found ...