Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2073336
Header Woocommerce
Closed

Comments

  • Pascal started the conversation

    Hi,

    I puchased the Savory theme and installed WooCommerce. I do not understand how to change the header in WooCommerce pages (detailed product, category, etc.)

    Thank you

    Pascal

  •  1,845
    Elated replied

    Hi Pascal,

    Welcome to your support management and thank you for choosing our theme!

    The Woocommerce pages take the settings of the default shop page that you set at WooCommerce > Settings > Products > Shop page. (see image below)

    4987214136.png

    Simply make sure that the Shop page that you choose is set in the way you'd prefer.

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   Pascal replied privately
  •   Elated replied privately
  • Pascal replied

    Hi Joey,

    thank you but the header on WooCommerce single product or WooCommerce category doesn't come from shop page settings or general options.
    In general options I've Dual header parametrized, in Shop page Dual header parametrized, it's actually working well for Shop page, but not for category or single product page.

    Could you give me another solution ?

    Thank you

    Pascal

  • lino-design replied

    In the same way: In the shop page, I have 3 columns + sidebar, but in product category page I've 4 columns without sidebar. 

    How can I configure this ?

    Thank you

  •  1,845
    Elated replied

    Hi there,

    Could you please provide us with your wp-admin details(in a private ticket) so we can log in and investigate this further?

    Also, if possible please include screenshots and links to the pages in question so that we could provide you with a more precise answer.

    Thank you in advance.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   Pascal replied privately
  •  1,845
    Elated replied

    Hi Pascal,

    1- In order to set the shop category page's layout you need to navigate to Elated Options > Woocommerce > and setup all the options the way you'd prefer them to be. (see image below)

    4042674147.png

    2- In order to setup the header for the single product page you need to use the following code by adding it into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS:

    .single-product .eltd-title {
        background-image: url(https://www.pohkey.fr/wp-content/uploads/2016/10/blog-standard-2.jpg);
        background-position: center;
        background-size: cover;
    }
    

    3- In order to setup the header for the category page please use the following code:

    .tax-product_cat .eltd-title {
        background-image: url(https://www.pohkey.fr/wp-content/uploads/2016/10/blog-standard-2.jpg);
        background-position: center;
        background-size: cover;
    }
    

    These pages are not ordinary pages that you can edit and customize, but an archive-type pages.

    Archive-type pages, sometimes called taxonomies, are rendered dynamically according to your content. So if you have 10 items in your category, each and every one of them will be displayed. If you have no items in that category, it won't display anything. 

    All of this means that archive pages are WordPress' default way of grouping posts and custom post types to some sort of tags or categories. Also, this means that these pages sometimes aren't affected by the Theme Options configuration and you have to style it's content manually. When we say manually, we mean via Custom CSS. 

    It's important to understand that PHP template for these pages is written in core theme files and can't be changed by default. 

    Hope you understand.

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.