Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ndre

    (@ndre)

    eCommerce Product Catalog doesn’t manage sidebar in any way. This is managed by your theme. Sometimes themes put such content when there are no widgets in sidebar.

    How many sidebars do you have available? Do you have any widgets there?

    Thread Starter Daniel Payne

    (@djepayne)

    Your plugin calls the PHP function get_sidebar() from product-add.php and several other template files, so you are managing sidebars.

    My theme is called customizr and it has five sidebars: Left Sidebar, Right Sidebar, Business Page Sidebar, Contact Page Sidebar, Footer Sidebar. None of my five sidebars has: Search, Pages, Archives, Categories.

    I was able to edit your template file: product-add.php

    <div id="sidebar"><?php get_sidebar('right');?></div>

    Plugin Author ndre

    (@ndre)

    Yes it calls sidebar but it does not manage it in any way. In most themes sidebar is managed from sidebar.php file (in your theme folder). For function reference please see WordPress codex.

    Editing plugin files directly is never a good idea. I recommend you to follow theme integration guide and than set certain sidebar (in your case “right”) in the integration file. This way you don’t need to edit the plugin files directly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar for Product Category’ is closed to new replies.