Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #457037

    Hello team,
    after evaluating deeply, I’ve decided to change my blog layout.
    Now I am using the following option:

    blog style –> single author, small preview pic
    single post options –> single post with big preview image

    in Enflod –> theme options –> Blog Page is left blank (no blog page is set)

    From now I would like to eliminate the sidebar on posts and use the layout post shown in Enfold demo (blog single author fullwidth):

    How should I proceed? Do you have detailed instructions about it? I didn’t find it. Is there any kind of severe impact on the work already done on titles, colors, homepage, header, logo area and so on?

    I thank you again for the great support ever!

    #457182

    Hi turistai!

    Thank you for using Enfold.

    You can disable the sidebar for single post entries on Enfold > Sidebar Settings > Sidebar on Single Post Entries.

    Cheers!
    Ismael

    #457185

    Hi Ismael,
    ok. But I would like to use the layout post shown in Enfold demo (blog single author fullwidth)

    http://kriesi.at/themedemo/?theme=enfold-overview

    instead of the my current layout:
    single post options –> single post with big preview image

    Thanks!

    #457895

    Hi!

    the link to the Enfold demo is an overview of lots of differente Enfold demos. Which one do you need?

    Please refer to this post: https://kriesi.at/support/topic/single-author-full-width-blog-style/#post-165812

    Best regards,
    Andy

    #458295
    This reply has been marked as private.
    #458703

    Hello Andy,
    do you have any suggestion to solve the problem?
    When sidebar is disabled I would like to show fullwidth images and not large as the text as in the link above.

    Thanks a lot again!

    #458713

    Hey!

    You can use this in the Quick CSS field to increase the width of the content container:

    #top .fullsize .template-blog .post .entry-content-wrapper {
      max-width: 1000px;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
      max-width: 100%;
    }

    Cheers!
    Ismael

    #458737
    This reply has been marked as private.
    #459120

    Hi!

    I’m guessing you solved it, correct? All the images in your latest link are full width on my end.

    Regards,
    Rikard

    #461152
    This reply has been marked as private.
    #461675

    Hi!

    If you could publish and link to a page where we can see the problem it would be great.

    Cheers!
    Rikard

    #462177
    This reply has been marked as private.
    #462515

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
      max-width: 100% !important;
    }

    Best regards,
    Rikard

    #462893
    This reply has been marked as private.
    #462896

    Hi!

    Please change the code to following one

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%; 
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Best regards,
    Yigit

    #462910
    This reply has been marked as private.
    #462920

    Hey!

    Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/pFhkm0o.jpg

    Best regards,
    Yigit

    #462926

    Great Yigit!
    It finally works fine now!.
    Thanks for you all!

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Need to change blog layout’ is closed to new replies.