Hello Nice work ,
please how do i move the title and breadcrumb section above the banner image for shop page and category pages.
Hey adotopanuga!
Can you send us a link to your shop page so we can take a look real quick? You can set your reply as private if you wish.
Cheers!
Elliott
Hello,
See links in private content. i just want top put the title&breadcrumb section above the image banner. Thanks.
Hi!
What happens when you switch line 814 in the /enfold/config-woocommerce/config.php file from this.
add_action( 'ava_after_main_container', 'avia_woocommerce_shop_banner', 11 );
To this.
add_action( 'woocommerce_before_main_content', 'avia_woocommerce_shop_banner', 11 );
Best regards,
Elliott
Hello.
It works but the shop banner is no longer fullwidth. Could you provide an alternative fix. Thanks.
Also i would love a solution that allows me to use a child theme fore the customization so i don’t loose it when i update the file
Hey!
you can control it with this code in Quick CSS field:
div#av_product_description {
left: 50px;
width: 111% !important;
}
Adjust as needed.
For a child theme check out this tutorial: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
Andy