Support » Plugin: WP Catalogue » Looks good, but little problem

  • Can not insert a picture from URL. I have to add a link on Link Image To: box. Then it works. Other wise it looks good.

    Can you tell me how I can remove the left sidebar from a product page? I don’t need that left sidebar there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi what i did to remove the leftside bar was to remove chunk of code in wp-catalogue/wpc-catalogue.php. I deleted the entire // generating sidebar . For me this worked but if anyone knows of a better way to do it i,m all ears!!

    Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks for your review ashickur-noor

    You can insert an image from a URL – just paste the URL into the relevant image box instead of using the ‘upload’ button.

    I’m adding an easy on/off switch for the sidebar in next major release. In the meantime you could remove it entirely in the way @max suggests, or you could just hide it using CSS like this:

    #wpc-col-1 {
    	display: none !important;
    }

    Hope that helps 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Looks good, but little problem’ is closed to new replies.