Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #507649

    Hello Nice work ,

    please how do i move the title and breadcrumb section above the banner image for shop page and category pages.

    #507877

    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

    #507909

    Hello,

    See links in private content. i just want top put the title&breadcrumb section above the image banner. Thanks.

    #507934

    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

    #507987

    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

    • This reply was modified 8 years, 7 months ago by adotopanuga.
    #508496

    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

    • This reply was modified 8 years, 7 months ago by Andy.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.