-
AuthorPosts
-
June 5, 2014 at 12:00 am #274865
The lightbox for the product gallery pictures (and the featured image) is displaying very low on the page. Is there a way to fix it that does not require me to update the theme?
Thanks
June 5, 2014 at 12:07 am #274867Hey gunpowderboy!
Depending on what version of the theme you are running you might need to update it simply to bring it up to compatibility with WordPress and WooCommerce all together. Right now it looks like there is a js error which is probably the root of the lightbox not calculating the correct display height.
Cheers!
DevinJune 5, 2014 at 12:14 am #274868I’m using 2.6.2 for the theme and 2.1.7 for WC WordPress is up to date. Would really not like to update the theme as I’ve had to change some stuff in the code. Any suggestions on how to fix it
June 5, 2014 at 5:27 am #274941Hi!
Thank you for the update.
I’m sorry but you really need to update the theme to Enfold 2.8.1 in order to fix the issues brought by WP 3.9 and the latest update of Woocommerce. In order to avoid this incident, please create a change log of the modifications or use a child theme.
Cheers!
IsmaelJune 7, 2014 at 8:04 pm #276098So I updated to the latest enfold and the latest woocommerce and the problem is still there. Please advice on how to fix it.
Also is there a way to remove the headline from a single product page but keep the bread crumbs?
- This reply was modified 10 years, 5 months ago by gunpowderboy.
June 8, 2014 at 2:05 pm #276194Hey!
Thank you for the update.
We’re really not sure why the lightbox is behaving that way but there are script errors on the console. Please try to deactivate all plugins then test it again. Post the login details here and set it as a private reply. Is it ok if we deactivate the plugins while debugging the website?
Cheers!
IsmaelJune 8, 2014 at 2:43 pm #276203This reply has been marked as private.June 8, 2014 at 2:56 pm #276207Hi!
The login credentials don’t work for me. Something (custom code or a plugin) adds a meta tag at the very top of the html document and breaks the html doctype definition. The invalid doctype then breaks the lightbox script. Make sure that
<!DOCTYPE html>
is the first line/code in the html document and that i.e.:
<meta name="description" content="The Gybe Group combines executive coaching, consulting and training to help our clients succeed. We take a balanced approach to evaluating your unique situation providing you with tools and actions, not talk. Your success is defined by you. We partner together to make it happen.">
is added below the
<meta charset="UTF-8"/>
tag.
Regards,
PeterJune 8, 2014 at 3:30 pm #276217Wow that was easy to fix (but hard to figure out). Thanks for the help!
Is there a way to remove the headline from a single product page but keep the bread crumbs?
June 8, 2014 at 3:55 pm #276228 -
AuthorPosts
- You must be logged in to reply to this topic.