Not working with WP4.1
-
I want to use this plug in but it does not seem to be working with WP4.1.
Can you please advise if/when this update will be made?Thank you
Tim
-
Hello timmoz
Yes the WooCommerce Dynamic gallery is working fine with WordPress 4.1 and WooCommerce 2.2.10 – we have not done a new version for it yet to show that – but it is working fine on almost 100,000 installs.
When you say it is not working – what do you mean?
Thank you – Steve
I get a blank white square where the image should be, you cannot click on it, just nothing.
Thanks timmoz – can you post a link so I can see it in browser?
Yep here it is. Thanks for your help.
http://wordpress.timmorison.com/product/product-4/Hello timmoz
Thank you for the link
The theme you are using does not have a footer? Therefore it does not have wp_footer(); and hence the jquery.ad-gallery.js is not included and the image cannot show.
wp_footer(): is a core function of WordPress and should be in every theme
many plugin developers load their scripts from the footer because it makes the site load faster.
It is also the reason that the Product page tabs on the site you linked to are broken – you will find many things from the WooCommerce plugin cannot work on that theme because there is no wp_footer():
timmoz – to check this for yourself – on that site chnage the theme to any of the WordPress default themes and test – you’ll be pleasantly surprised how amny things work that did not work with that theme that have no footer.
Please let me know if you have any further questions about the WooCommerce Dynamic gallery plugin – Steve
Timmoz – I should have also mentioned that the WooCommerce checkout page on the theme you are using cannot work also because there is no wp_footer():
the theme is Mystile which is very common, is there a setting that i can change to fix this?
Thanks again for your help
Yes add the footer and the wp_footer(): function and it will work fine including your WooCommerce plugin
Hi steve, thanks so much for your help.
So looking in the file system I have footer.php and at the bottom it has the following but the gallery still doesn’t seem to be working.</div><!-- /#wrapper --> <?php wp_footer(); ?> <?php woo_foot(); ?> </body> </html>Hi Tim
I looked at the link again – but don’t see the WooCommerce Dynamic gallery installed on that site now?
Steve
hey Steve, sorry I had turned off while testing something else. it is live again now. As far as I can see the site should have a footer with wp_footer included.
Please let me know.
Thanks!
Hi Tim
I don’t know the structure of that theme – but Ii think you must have to put something in the footer for it to be actually activated. Try adding something to the footer – even a line of text. Then test it again. Steve
Thanks Steve, I have reinstalled the theme and seems to be working, something must have got messed up somewhere along the way. Thanks for your help.
Hi Tim – If the plugin does everything that we said it does on the plugins description and you intend to keep using it – giving the plugin a 5 Star rating would be a nice vote of thanks and most appreciated.
Thanks – Steve
Thanks a lot for this great topic , it helps me as well.
The topic ‘Not working with WP4.1’ is closed to new replies.