• Resolved flooxinflux

    (@flooxinflux)


    When I enable related posts through the theme customizer, it doesn’t populate the posts’ featured image. Is there a way to enable the images on this section?

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @flooxinflux

    Seems like you have not set the feature image for that post so that image was not showing in related post. Please set the feature image so that it will shown up in related post and in front page.

    Thanks ??

    Thread Starter flooxinflux

    (@flooxinflux)

    On my homepage, you’ll find that each single post has a featured image set. They are visible there, but not in related posts. However, I have disabled the visibility of featured images within single posts since the featured images were not mobile responsive.

    How should I go about enabling the use of featured images in only the related posts section?

    • This reply was modified 3 years, 2 months ago by flooxinflux.
    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @flooxinflux

    Did you use any plugin to disable the feature image in single posts ? We can provide you the CSS code to hide the feature image in single post. But if you used any plugin to hide feature image then you need to contact plugin author for this issue.

    Thanks ??

    Thread Starter flooxinflux

    (@flooxinflux)

    I disabled featured images through the Theme Customizer by deselecting “display on blog and archives” in Content Options. I did not use a plugin.

    Is that affecting the images’ ability to appear through the Related Posts section?

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @flooxinflux

    Can you please provide us the screenshot what setting in customizer you have used to disable the image so that we can check it from our side. We check it from our side and related post image was displaying properly.

    Thanks ??

    Thread Starter flooxinflux

    (@flooxinflux)

    Here is the link to the screenshot showing that featured images in single posts have been disabled.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @flooxinflux

    We have no any content option available in theme. So seems like some plugin was creating setting in customize to hide and show post meta and images in single post.You can confirm it by disabling plugin one by one for this.

    Thanks

    Thread Starter flooxinflux

    (@flooxinflux)

    It seems that the Jetpack plugin was enabling those content options in the customizer.

    Since that’s the case, a workaround may be to do as you previously suggested and instead use CSS to hide the feature images within single posts. Can you provide that? Would that allow the featured images in Related Posts to remain visible?

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @flooxinflux

    We can provide you the CSS code to hide feature image in every single post. But seems like you have disable related post on your website. Please enable it and provide us the live URL of your website.

    Thanks ??

    Thread Starter flooxinflux

    (@flooxinflux)

    I have now enabled related posts, as well as featured images on single posts.

    Please let me know you if you need anything else.

    https://flooxinflux.com/

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @flooxinflux

    You can use the following code in additional CSS box in customizer:

    .single-post .entry-thumbnail .post-thumb {
    	display: none;
    }

    Thanks ?? !!

    Thread Starter flooxinflux

    (@flooxinflux)

    That works! Thank you!!

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