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.
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
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
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.
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
And that wil fix banners AND nothing under tabs on initial page load? Thanks.
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