Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #229548

    Hi Guys,
    I have question. I’m really new at this.
    On my blog page I have choosed to have fullwidth singel post layout, and that works really well but when I click on the blogposts to “enter” them I get a totally different view, how’s this? Where can I change that layout? I want it to be the same layout when entering the post. Just fullwidth, no sidebar, no nothing?

    Can you please help me.

    My site is vildbird.se/blogg

    Thanks.

    #229693

    Hey Kristofer!

    Please go to Enfold theme options > Sidebar and choose to display no sidebar in “Sidebar on Single Post Pages”

    Best regards,
    Yigit

    #229701

    Hey Yigit!
    Thanks alot. That helped me with the sidebar problem but I was sort of interest of knowing where I could change the layout of that page. I would for instance like to delete “you might be interested” and a couple of other things?
    Is there not a possible to change that site as I do with the other sites, for instances with a Layout Editor?

    I would like to change the headlines etc etc.

    Thanks again :)

    Kris

    #229907

    Hi!

    You can edit includes > loop-index.php if you want to manually edit the single post view. If you want to remove the related posts, edit single.php then remove this code:

    //show related posts based on tags if there are any
     get_template_part( 'includes/related-posts');
    

    For further customization, please visit Werkpress.

    Best regards,
    Ismael

    #229977

    Hi Ismael,
    thanks a lot for your answer. That will help me.

    I have one further question.

    All of a sudden a grey “section/line” popped up at the top of my homepage. I can’t figure out what it is and how to get rid of it.. Can you please help me?

    #229980

    Hi!

    I don’t see that line on my end, can you post a screenshot of your view?

    Regards,
    Josue

    #230052

    Hi Josue!
    Here’s my screenshot.
    http://imgur.com/jPbIVge

    Thanks for your time.

    #230207

    Hey!

    Try adding this code to the Quick CSS:

    .home #av_section_1 {
        border-top: 0 !important;
    }

    Cheers! 
    Josue

    #230379

    Thank you Josue,
    that sorted it out.

    Appreciate all of your help.
    Have a good one!

    /Kris

    #230382

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog question’ is closed to new replies.