Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1161648
Bulk Page Editing
Closed

Comments

  • SMILEBYME started the conversation

    Am I missing something? I have over 200 products already on my website.  Do I have to add sidebars to every single one of the product pages one by one in order to get the pages consistent, and looking the way that I want?  Please advise.    

  •  7,122
    Oliver replied

    Hi,

    You need to install a child theme, copy woocommerce.php template from parent TheGem theme to the child and in this template in  child after code:

        $thegem_sidebar_stiky = $thegem_item_data['sidebar_sticky'] ? 1 : 0;
        $thegem_sidebar_position = thegem_check_array_value(array('', 'left', 'right'), $thegem_item_data['sidebar_position'], '');

    add next:

        if(is_product()) {
            $thegem_sidebar_position = 'left';
        }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • SMILEBYME replied

    Great, thank you!  That worked well!  There are three other questions that I would like to know about below. Maybe these questions others may have as well, and the answers you provide can also help them.

    Product Category Page Sidebar:  I would like to always have a sidebar on my Product Category Pages / Product Archives Pages.  What do I need to do to accomplish this? 

    Product Category Page Slider:  I would like to have a narrow slider like THE GEM Shop 02 Product Category Pages.  Right now, one of my really huge Slider Revolution sliders appears. I don't know how to control which slide appears on the category pages.  Is the narrow slider on THE GEM Shop 02 Product Category Pages a Slider Revolution slider?  Or is it a NivoSlider?  I would like to be able to customize each category page's slider as well. What do I need to do in this case?

    Product Description area:  In the product editor for my product pages, there are three (3) different areas for placing my Product Description. 

    1) The standard Wordpress product description area.
    2) THE GEM Product Description area
    3) Short Product Description area

    I want to only use "The Gem's" Product Description area because using the standard wordpress product description area makes the text on the product page appear outside of the tabs area.  I want to ensure all product descriptions are appearing on the product pages inside the tabbed Product Description area.

    I know when creating a new product, I can simply enter the text into the "The Gem" Product Description area, but whereas I have existing products, all of my descriptions are already located in the standard Wordpress product area.  Do I have to cut and paste the existing text out of the Standard Wordpress Product Description area into 'The Gem' Product Description area for each product that already exists?  Or is there a way to add code or something to have The Gem Theme Product Description Area take over the existing products' description? 

    Sorry for the long post, but again, perhaps others can learn from this too.  I appreciate your help. 

    THE GEM Theme and support are AWESOME!

  • [deleted] replied

    1. If you activate sidebar on main  shop page it will be activate on all categories pages.


    2. There is no interface for adding slider on categories pages. Only if you add slider on main shop page it will be displayed on categories pages.

    3. Sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?