Tagged: 

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

    Hello,

    I’m also having some configuring the blog pages.

    This is what it looks like.

    Blog configuration now

    This is what I’d like it to be (from demo site):
    http://robertlcarey.com/photos/Blogconfiguration2.jpg

    How do I fix?

    Thank you,

    Bob

    #666543

    Hi BobCarey!

    Please edit your blog page and choose to display a sidebar. Blog layouts are different when with or without sidebars

    Cheers!
    Yigit

    #701768

    I have a related question to BobCarey’s question.

    Is it possible to have the layout from the demo site (left alignment of posts) but without a sidebar?

    #702789

    Hi,

    Yes, it’s possible but you need to do several things:

    1. Go to Enfold > Blog Layout. Under Blog Layout choose: Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)
    2. Edit the page you have set as your blog page.
    3. Use 1/1 Grid and add Blog Posts and make sure Blog Style is set to Single Author, small preview Pic (no author picture is displayed, feature image is small) and Save
    4. In the same page, find Layout box and under Sidebar Settings set Right Sidebar. Update the page.
    5. Go to Enfold > General Styling and add the code below to Quick CSS and Save

    Before you add this code you need to give us a link to that page, you will notice that it is set to .page-id-xx since you need to give us a link to that page so we know the page id and have the sidebar on that specific page hidden.

    
    .page-id-xx .sidebar.sidebar_right {
        display: none;
    }
    

    Hope this helps :)

    Best regards,
    Nikko

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