Archived topic
Set woocommerce single product page to different default settings
9 replies · Started by Shakespeare on October 30, 2017
Hi,
I was able to encode multiple products in my site unfortunately, I need to set the following:
Sidebar layout: Content (no sidebars)
Footer Widgets: 0 Widgets
Page builder container: Full width
Disable Elements: Content Tile
How do I apply it to all rather than manually editing each.
Thanks!
Hi there,
Sidebar option is in the customizer: https://docs.generatepress.com/article/woocommerce-overview/#single-product
Then try this CSS for the rest:
.single-product .footer-widgets,
h1.product_title.entry-title {
display: none;
}
body.single-product .grid-container {
max-width: 2000px;
}
body.single-product .inside-article {
padding: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo,
seems like it's not working the way I wanted.
I'm trying to aim from this: https://fusion.shakescal.com/product/aaref-onwany/
to this: https://fusion.shakescal.com/product/aghsel-malabsy/
thanks =)
Oh everything in there is from Elementor. You will have to ask their support :)
Yes I'm using Elementor =). It works when I do these settings:
Sidebar layout: Content (no sidebars)
Footer Widgets: 0 Widgets
Page builder container: Full width
Disable Elements: Content Tile
Not sure what you mean? It works?
Yes it works if I manually do those settings in every product I made. What I'm hoping is if you guys can help me make those settings above global/default so I don't need to change/edit settings per item. Sorry for my english.
But the two pages you linked have the exact same layout and I can still see sidebar, footer widgets and title?
https://fusion.shakescal.com/product/aaref-onwany/
https://fusion.shakescal.com/product/aghsel-malabsy/
GP's container is already full width, it's the Elementor that has a container:
https://s1.postimg.org/18vhl1a78v/elecontainer.png
Hi Leo,
I apologize for the confusion. I manually set it so that's why you're seeing the same thing. =)
I'll mark this as resolved. Thanks!
No problem!