Hi!
I’m using this plugin a while ago, but it should be updated, because it’s not compatible with the latest PHP versions: 7.2. & 7.3
However I love this plugin, it helps a lot to achieve better page loading times with my coupon code website.
When should we expect an update?
]]>How would I prevent FOUC?
Maybe this should be included in the Plugin.
]]>Any updates coming soon?
I really want to move the load blocking JavaScript files to the footer for a few sites I’m running. Any ideas or recommended plugins anyone?
]]>JavaScript to Footer it breaks the Woocommerce Variable Options by disallowing the “add to cart” button to appear.
How can i set the plugin so only the jQuery to stay where it is ?
I manage to find a temporary-fix for the problem:
remove_action('wp_head', 'wp_print_scripts');
remove_action('wp_head', 'wp_print_head_scripts', 9);
// remove_action('wp_head', 'wp_enqueue_scripts', 1);
add_action('wp_footer', 'wp_print_scripts', 5);
add_action('wp_footer', 'wp_enqueue_scripts', 5);
// add_action('wp_footer', 'wp_print_head_scripts', 5);
]]>
Hi,
I tried this plugin and it worked fine, except for the header of my start page. There is a slider there with the Ken-Burns-Effect, and after activating this plugin, the header was gone!
I found out that this slider relies on jQuery being loaded in the header.
So…not ALL scripts must be moved…jQuery should stay where it is. This plugin has no option for that, so I cannot use it…sorry.
(but the solution with only 6 lines of code is super-simple!)
Cheers!
]]>Hi, in my case the plugin caused Dsiplay Problems. I need come back the javascripts to header.
How to come back with the javascripts to header?
THanks
Am I able to omit a particular plugin geomywp being moved to the footer as your plugin works well but not in conjunction with GeoMywp -it breaks the functionaliy
]]>I have tried the plugin and instead of showing the pretty page it messed up the display of the page, although it did fix Googles: “Eliminate render-blocking JavaScript and CSS in above-the-fold content” issue, and it did increase page time.
Hi, Thank you for this great Plugin.
Unfortunately, it breaks the Woocommerce Variable Options by disallowing the “add to cart” button to appear and stops respective image from loading. Is there any easy way to fix this issue so i don’t have to uninstall this great plugin?
I’m a little bit of a noob with all the rule writing etc…
Thank you in advance for any assistance.
]]>When I install it works – but it breaks my home page slider (which is part of the theme) – any ideas how to fix it?
]]>I really like this plugin, but it was breaking my nav dropdowns in the Pagelines Framework theme.
]]>this plugin dont work on wp 3.5
and will break our theme
take attention.
I use this plugin and my other function work normally . But when I disable the plugin everything goes wrong !!
How can I disable it ?
Is there a way to use this plugin without breaking the Nivo slider?
]]>I was confused when I saw this happening – why would the plugin move styles as well as scripts to the footer?
Then I realized that I’m hooking my function that runs both wp_enqueue_style
and wp_enqueue_script
to the action wp_enqueue_scripts
. When I change the hook to init
, everything seems to work OK.
However, as far as I can tell, hooking to wp_enqueue_scripts
– despite the name – is best practice for styles as well as scripts. The codex recommends it, and Automattic’s _s starter theme does it that way too.
Do you know a way to get around this? Or what the actual downsides there are to hooking to init
?
After upgrading to WP 3.3 this plugin cause problem on other plugin that use jQuery (lightbox plugins)
]]>This plugin causes a conflict with Gravity Forms, so I’ve had to de-activate it.
However, as far as I can tell, the scripts and styles are loaded correctly in Gravity Forms.
Just letting you know…
As soon as this is installed the videos on my site stop working, where the videos should appear I get a message telling me to download flash player. Everything else on the site seems to work perfectly and the site loads fast. Such a shame
]]>