• Resolved mchavez17

    (@mchavez17)


    Hello,

    I am trying to remove the sidebar from the individual products page. I have the catalogs page all set using sidebar=No in shortcode, that page is here,
    http://safety-zone.com/test-product-catalog/

    But I cant seem to remove it from the indiv. products page listed below. Im guessing i need to remove code from a php file but I cant figure out which php file and/or which code to remove. Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi mchavez,

    That sidebar is meant to show the thumbnails of your additional images. Since you aren’t using additional images, you could easily hide that sidebar with some custom CSS. For example:

    .prod-cat-addt-details-thumbs-div {
    display: none;
    }
    

    If you are using the premium version of this plugin, you can checkout the different layouts we have for (individual) product pages which can be found under:

    Ultimate Product Catalog Settings > Options > Premium > Product Page Type

    I would suggest using the “Shop Style Product Page” style in your case.

    Thread Starter mchavez17

    (@mchavez17)

    Thank you for your help. After I activated the 7 day trial I got a much better layout for the product pages and the sidebar went away. However, I’ve determined that since I can’t get my search to work with it I have to deactivate the plugin. I have relevanssi installed as well. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Sidebar from Products Page’ is closed to new replies.