Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #726767

    Hi,

    I need a fast and simple response please: How ist it possible to have a sidebar in posts but not in the single product page?

    a) Enfold preference: Sidebar on Single Post Entries: no sidebar = shop page (single product) perfect / blog page (single post) ugly – everything is centered and smaller?!!
    b) Enfold preference: Sidebar on Single Post Entries: sidebar = shop page (single product) to small / blog page (single post) perfect

    Thanks!

    #728121

    Hey AWZ,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-product .sidebar {
        display: none!important;
    }
    

    Alternatively, you can try using this plugin – https://wordpress.org/plugins/widget-logic/

    Best regards,
    Yigit

    • This reply was modified 7 years, 11 months ago by Yigit.
    #732003

    Thanks Yigit,

    thanks. The solution doesn´t work, because the sidebar is displayed with no content.

    But I found the solution now:
    Enfold prefs: Sidebar on Single Post Entries = no sidebar
    Single post: sidebar
    = sidebar in posts, no sidebar in products

    SOLVED

    #732439

    Hi,

    Great, glad you found a solution and thanks for sharing. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Single Product vs. Single Post’ is closed to new replies.