Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #361436

    Hi – I’d like to change the layout of a single post only, removing the sidebar which is set as default for posts. Can I do this? Thanks!

    #361440

    Hi neilkingham!

    Please go to Enfold theme options > Sidebar Settings and choose not to display sidebar in “Sidebar on Single Post Entries”

    Cheers!
    Yigit

    #361448

    Thanks – but that’s not what I want to do.

    I want to remove the sidebar from one specific blog post only. So all blog posts show the side-bar except for one specific post, which has no sidebar.

    thanks!

    #361458

    Hey!

    Can you post the link to that certain post please?
    Please edit your blog post and choose not to display sidebar under Layout Section – http://i.imgur.com/WwbvaL9.png

    Regards,
    Yigit

    • This reply was modified 9 years, 3 months ago by Yigit.
    #361473

    Thanks Yigit. It looks like I’m have a problem to do with conflicting plugins.

    the specific post I’m trying to edit is a product page created by the MemberPress plugin. For some reason the product pages are created as blog post rather than pages in WP.

    Unfortunately, the Layout Section doesn’t appear in the WP editor when editing MemberPress product pages (although it’s fine for regular blog posts)

    Any ideas?

    #361475

    Hi!

    In that case, please post the link to that certain post :)

    Regards,
    Yigit

    #361544
    This reply has been marked as private.
    #361549

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .postid-1282 .content {
    width: 100%!important;
    border: none!important;
    }
    .postid-1282 .sidebar {
    display: none!important;
    }

    Best regards,
    Yigit

    #361665

    Perfect! Thanks :)
    If I wanted to add a custom sidebar to that post, which shows unique content for that 1 post only, could I also do that?

    #361972

    Hi!

    Yes, create a custom widget area on Appearance > Widgets then edit the post. Look for the Layout > Sidebar Setting. Select the custom widget area or sidebar.

    Cheers!
    Ismael

    #362011

    Thanks, but please see previous messages in this thread – I can’t use the ‘layount’ options for this particular post. Thanks!

    #362260

    Hi!

    In that case you are going to need to use default widgets

    Best regards,
    Yigit

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