I have read/seen in the tagDiv docs that there is a page template settings section for woocomerce page templates. In my site, in theme panel > template settings the settings are missing. I’m trying to hide the sidebar globally on all of my woocommerce product pages and have a full width page layout. How can I get that setting in the theme panel to show?
Ok, no problem. Is there a way to set the sidebar position globally for all woocommerce product pages?
I’m simply trying to hide the sidebar and make it a full width layout. I just tried editing the single-product.php template in my Newspaper child theme but it’s not working. I see that single_template_3 is loading, is there a way to override that specific template?
Here is an example page: https://skiracing.com/product/rossignol-hero-athlete-sl-pro-r21/
thanks
Hello !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !
I’m having the same issue with woocommerce I just want the main shop page to be fullwidth. I have tried everything (CSS Code, theme panel, etc..) Nothing is working can you please help me. here is the link to the page I want fullwidth and sidebar removed. https://www.earoftruth.com/christian-clothing-apparel/
Hello !
Please note that when using non-woocommerce themes you will have to use woocommerce shortcodes as you can see here: https://docs.woocommerce.com/document/woocommerce-shortcodes/ You can use the column text element in order to render shortcodes or use HTML codes.
Simply copy the shortcode and insert it in the text area of the column text as you can see here: https://www.screencast.com/t/UEMEsVKog
Column text is an element from tagDiv Composer.
Thank you !
The same issue, I am trying to remove the sidebar on the Shop page. I tried to use CPT and looked for it in the Theme Panel CPT settings and no dice. I will code it out until a fix if you let me know where to edit?
Also, anyone else had an issue where you can’t see “View Cart”? Maybe start a new thread for that.
Hello @elvisfrog !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !
I did the following and it worked (custom CSS added through the Newspaper Theme panel):
.woocommerce-page .td-main-content-wrap .td-container .td-pb-row .td-pb-span8 {
width: 100%;
}
.woocommerce-page .td-main-content-wrap .td-container .td-pb-row .td-pb-span4 {
display: none;
}
-
This reply was modified 5 years by
anderss1.