Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1461723

    Hello. Is there a reason our top banner are blank now after this update? Also, why is there no text under tabs on first load of a single product page?
    Thanks.

    • This topic was modified 3 months, 1 week ago by Illingco.
    #1461751

    Hey Illingco,

    Thank you for the inquiry.

    For some reason, the value of the background-image property is set to Array instead of the actual image URL.

    
    <div class="av-parallax-inner av-parallax-woo" style="background-image: url(Array); background-attachment: scroll; background-position: 50% 50%; background-repeat: no-repeat;"></div>
    

    Have you tried resetting the category banner image? Please provide the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    #1461752

    Hi,

    UPDATE: Please edit the config-woocommerce/config.php file and replace the content with the following code. Let us know of the result.

    // https://pastebin.com/ZHgQYixp

    Best regards,
    Ismael

    #1461857

    Is this a Woocommerce file or custom code for Enfold? If it is the former, it would break on WC update. Can it be added as a snippet instead? Which issue does this fix, the banner images being blank? What about the text under tabs not coming up on page load?? Thanks.

    #1461869

    Hi Illingco,

    It’s a theme file, but the fix is included in Enfold 6.0.1 so you can simply update the theme.

    Best regards,
    Rikard

    #1461875

    And that wil fix banners AND nothing under tabs on initial page load? Thanks.

    #1461893

    Hi,

    Thank you for the update.

    The update should fix the banner, but we are not sure about the tabs. Try adding this css code to display the initial tab on load.

    #top div div.product .woocommerce-tabs #tab-description {
        display: block;
    }

    Best regards,
    Ismael

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