Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #223729

    How can i show the articles of my home page, like the image in the link below, without having the sidebar?
    blog

    Thanks

    • This topic was modified 10 years, 1 month ago by pjump.
    #224475

    Hey!

    When editing your blog Page set your Layout settings to “no sidebar”.

    Cheers!
    Josue

    #224767

    Yes, but if i disable the sidebar, the layout of the blog posts turns like this:

    #225030

    Hey!

    Try adding this code to the Quick CSS:

    .sidebar {
        display: none !important;
    }

    Can you post a link to your Blog?

    Cheers! 
    Josue

    #225294

    Hi,
    It didn’t work. I add the CSS code in Quick CSS but the blog posts displayed like the second image, not the first, as i want.
    Here’s the link to my blog (http://www.santanalopes.com/). I want to display the three post below the slider like the first image that i post here in the forum.

    Thanks

    #225885

    Hey!

    Please choose to display Single Author, Small Preview Pic in Enfold theme options > General Settings and add following code to Quick CSS in Enfold theme options under Styling tab

    .blog .sidebar { display: none!important; }
    .blog .container .nine.units {
    width: 100%;
    }
    .blog .content {
    border-right-style: none; }

    Best regards,
    Yigit

    #226122

    Hi Yigit, didn’t work =/

    It work’s only if i disable the sidebar.

    #226127

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look? Code works fine on my installation

    Best regards,
    Yigit

    #226134

    Of course, how can i send the accesses to you privately?

    #226211

    Hey!

    Simply post them here as a private reply (Set as private reply (Only you and moderators will see the content of this post))

    Regards,
    Josue

    #226217
    This reply has been marked as private.
    #226615

    Hey!

    Please add this on Quick CSS or custom.css to change the layout of “Single author, small preview pic” without sidebar.

    #top .fullsize .template-blog .post_author_timeline {
    display: block;
    }
    
    #top .fullsize .template-blog .blog-meta {
    margin: 0;
    position: absolute;
    }
    
    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    }

    Regards,
    Ismael

    #230737

    Hi Ismael,
    The CSS worked =)
    However the blog posts are unformatted:

    #231188

    Hi!

    Can you please give us an access to the website? It is on maintenance mode. Set the login details as a private reply.

    Cheers!
    Ismael

    #231300
    This reply has been marked as private.
    #231723

    Hi!

    I checked the website and the blog looks ok. I even removed the sidebar for “RATING DA REPÚBLICA” page and the blog is fine. Please remove browser cache then reload the page a few times. I don’t see the issue on the screenshot above.

    Cheers!
    Ismael

    #231740

    How can I disable the commenting functionality for posts? I don’t want the “Leave a Reply” functionality active for our blog section.

    #231747

    Yes, but in the home page the the blog post’s look like the image I showed before.
    I have removed this section because we have to show the page to the client but I added again.
    Please take a look, Is the second section below the main slider.

    #233667

    Hey!

    I set the blog to fullwidth and added this code to style it properly:

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

    Cheers!
    Peter

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