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

    Hi,
    I am trying to remove the Related Posts side tabs without success. Based on other topics I have added the following shortcodes, but without success:

    .single-small .post_author_timeline { display: none; }

    .related_posts.stretch_full { display: none; }

    The tabs are still appearing. Could you please let me know how to remove them? I’m using Enfold.

    Thank you!

    #212646

    Hey LMPLMM!

    Can you point out an example on your live site? I just want to be clear we are thinking of the same content when you say side tabs and Related Posts.

    If its in the sidebar for instance it could be default widgets but if its in the post body it could be a completely different.

    Best regards,
    Devin

    #216225
    This reply has been marked as private.
    #217127

    Hi!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .avia-post-nav {
    display: none;
    }

    That will remove the post nav. The related entries looks like its already been removed.

    Best regards,
    Devin

    #232717

    Hi!

    I’m having the same problem..

    I am using a plug in for the related posts. So now I want to remove the site default.

    This is a sample page.

    http://snippetsofimagery.com/the-lying-game/

    #232719

    Hey!

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

    #zem_rp_first {
    display: none;
    }

    Cheers!
    Yigit

    #232724

    oh. it’s not the zem i want removed. but the related posts below the author bio.

    #232727

    Hey!

    Sorry, my bad. Please add following code instead

    #jp-relatedposts {
    display: none!important;
    }

    Regards,
    Yigit

    #232731

    Thank you so much!!!! It did the job!

    #232733

    Hey!

    You are welcome, glad we could help!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Removing Related Entries Tab on sides of posts’ is closed to new replies.