• Resolved inkhappi

    (@inkhappi)


    I cannot figure out how to remove the sidebar from my single products page or when adding new products. My products page is fine, but when you click on a product the image is partially covered by the sidebar that I don’t want on that page.

    Could you direct me to how to remove the sidebar?

    Thanks!

    http://wordpress.org/extend/plugins/wp-e-commerce/

Viewing 1 replies (of 1 total)
  • Hi inkhappi, please contact the developer of your Theme for assistance.

    The conditional statement for detecting the Single Product view is below:

    global $wp_query;
    if( $wp_query->is_single ) {
       [...]
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove sidebar from single products page’ is closed to new replies.