[Resolved] Set woocommerce single product page to different default settings

Home Forums Support [Resolved] Set woocommerce single product page to different default settings

Home Forums Support Set woocommerce single product page to different default settings

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #412760
    Shakespeare

    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!

    #413019
    Leo
    Staff
    Customer Support

    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/

    #413039
    Shakespeare

    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 =)

    #413053
    Leo
    Staff
    Customer Support

    Oh everything in there is from Elementor. You will have to ask their support 🙂

    #413089
    Shakespeare

    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

    #413097
    Leo
    Staff
    Customer Support

    Not sure what you mean? It works?

    #413106
    Shakespeare

    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.

    #413136
    Leo
    Staff
    Customer Support

    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

    #413189
    Shakespeare

    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!

    #413240
    Leo
    Staff
    Customer Support

    No problem!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.