Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #274867

    Hey 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!
    Devin

    #274868

    I’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

    #274941

    Hi!

    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!
    Ismael

    #276098

    So 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 9 years, 10 months ago by gunpowderboy.
    #276194

    Hey!

    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!
    Ismael

    #276203
    This reply has been marked as private.
    #276207

    Hi!

    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,
    Peter

    #276217

    Wow 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?

    #276228

    Hi!

    Glad Dude fixed it. :)

    Are you referring to the title on the left of the breadcrumb? Please use this on Quick CSS:

    .single-product h1.main-title.entry-title {
    display: none;
    }

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.