Viewing 12 replies - 1 through 12 (of 12 total)
  • I’m looking for a solution to the same issue.

    Hey guys,

    Hope you’re well today!

    You can remove related posts from single post pages with some custom CSS. To do that please add the following code to Appearance >> Theme Options >> Tools >> Custom CSS:

    .single .related-post {
    display: none;
    }

    This should remove related posts from your single post pages. If this doesn’t work could you please post link to your site so I can take a look?

    Best regards,
    Bojan

    Terrific! Works just fine here.

    Now for a somewhat sillier question, as I know I should be able to find it, if I only tested enough CSS alternatives:

    How do I fill the remaining gap (once the related posts column is gone), when using Featured images (that resize to fit a post WITH – now gone – related posts column)?

    Cheers,
    Jarle

    Hey there Jarle,

    How are you doing today?

    Not exactly sure what you mean. If you’re looking to have featured image displayed in full width of the content where related posts where then you could try adding the following:

    .single .single-thumb {
      width: 100%;
    }

    This should display the post in full width of the content. If this is not what you’re looking for then please post link to your site and add more info on what you’re looking to do so I can understand it better ??

    Best regards,
    Bojan

    Thanks a million, Bojan, you’re a true champ!

    That actually did the trick. I am much obliged for your swift – and very helpful – respons.

    Thank you so much!

    Greetings from Jarle

    Hey Jarle,

    Glad I could help ?? Have a great day!

    Cheers,
    Bojan

    Hello again Bojan, I’m only too grateful for any assistance, and you’ve been a gem in that respect!

    I have, however, encountered a new problem, while attemtping to insert ads in the Theme Options module, which reads “Please insert the image of size 790X90px” (for instance).

    Have tried both <img src=”https://hsmai-europe.com/wp-content/uploads/2015/04/790X90.png”&gt;, (also with height/width attributes included, which results in broken image icon on site) and just file name (https://hsmai-europe.com/wp-content/uploads/2015/04/790X90.png), resulting in file name as text.

    Is a dedicated ad management plugin required here (used AdRotate in old theme, which is still installed and activated)?

    Would love to hear your thoughts on the matter.

    Thanks a million once more!

    All the best from Jarle

    Theme Author Rigorous Themes

    (@wpgaint)

    Thanks all of you ..!
    Taking your theme choice as PROFITMAG..and having a good conversation of solution and problems in this forum..!
    You dont require other ad plugins to enable this feature..
    just check the link of the image..
    it would be better if you pick the link from the media file itself..!
    and make sure the size of your ad is according to the rule i.e header ad image should be 790*90px..
    thanks..!
    WpGaint Support Team

    Problem solved!

    Turned out the entry box in theme options hade to be dragged wider, in order to prevent code from breaking in two lines.

    My bad.

    Thanks a lot all the same — and a very good weekend to all!

    Greetings from Jarle

    Hey Jarle,

    Glad you managed to sort that out. Have a great weekend ??

    Cheers,
    Bojan

    Man, am I a happy camper, Bojan!

    Thanks again, and enjoy your weekend, too!

    All the best from Jarle

    thanks for all the code
    .single .related-post {
    display: none;
    }

    work great to remove it.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘To Delete Related Post’ is closed to new replies.