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 #888036
display sidebar inside product category woocommerce
Closed

Comments

  •  2
    Tomas started the conversation

    Hello Elated themes,

    at first, thanks for your amazing work. But I we need your help.

    Our client is wondering if we're able to display shop sidebar inside product's category page. For example: http://www.stellarbride.cz/kategorie-produktu/carolina-herrera/ at this page.

    I've tried to add chandelier/woocommerce/taxonomy-product_cat.php file and modify it, but it didn't work.

    Please help, we need to set page layout to eltd-two-columns-25-75 on product category page and display shop sidebar, but we don't know where to edit.

    Thanks for the help.


  •  1,845
    Elated replied

    Hello,

    Thanks for that!

    Thanks for noticing this. We will forward this to our dev team and it will be fixed with the next update. 

    I can offer you some workaround at this point. You could set all desired widgets (shop widgets and regular widgets) in regular sidebar and I will hide with the css shop widgets on regular pages, and regular widgets on shop pages. 

    Let me know if you want to achieve that as a temporary solution. 

    Thanks


    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.

  •  2
    Tomas replied

    Hello,

    yes, please, if you have temporary solution, we want it. It's very bad when the shop is without sidebar.

    if you want, i can give you admin access.


    Thanks!

  •  2
    Tomas replied

    Hello, I've found fix for displaying shop's sidebar on all woocommerce pages.

    The fix is unfortunately very easy:

    file: /themes/chandelier/functions.php:383
    -if(chandelier_elated_is_woocommerce_installed() && chandelier_elated_is_woocommerce_shop()) {

    change to:

    +if(chandelier_elated_is_woocommerce_installed() && chandelier_elated_is_woocommerce_page()) {

  •  1,845
    Elated replied

    Hello,

    We've tested that and it works. Thanks for that. We will use your solution in the future and we will include that in the next update. 

    Thanks a lot


    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.