Posts icons and feature images not displaying properly

Hi support team,

I seem to be having a couple of issues:

  1. I have added css to to my site to remove the link icon on hover for blog posts, this has worked on display on the blog page - http://scarboroughchiro.naomipearce.com/blog/ however on the display recent posts elements the link icon still shows up on the blog posts however does not display on the recipe post - please see here: http://scarboroughchiro.naomipearce.com (section 4)

  2. The other issue I have is the feature image is not displaying when you open the recipe post, however displays perfectly for the blog posts, see here: http://scarboroughchiro.naomipearce.com/recipe/good-for-your-guts-caramel-squishies/

Can you please let me know what I need to do to rectify these issues.

Many thanks in advance!
Naomi

Hi Naomi,

  1. To remove it all in your recent post element, you can add the code below in Theme Options > CSS
.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before {
    opacity: 0;
}
  1. Try to delete the featured image then add it back.

Then please update your theme and cornerstone to latest version

X 6.3.8, Cornerstone 3.3.8

Remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Thanks

Thanks so much for you help.

Removing the link icon has now worked… thank you!

I have done what you have suggested in regards to my recipes feature image, and it is still not showing.
Is there anything else you can suggest?

Thank you again,
Naomi

Hello There,

Please follow up the steps below:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. Go to X > Settings and click on the Clear Style Cache button.
  3. If you’re using a CDN(ex: CloudFlare), please clear the CDN’s cache and disable optimization services. For the CloudFlare you also need to follow the steps below besides the developer mode: https://xthemetips.com/using-cloudflare-rocket-loader-with-x-pro-and-x5/928/1
  4. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  5. Remove custom CSS and Javascript from the options or Child Theme and test the case.
  6. Switch to the parent theme to check if the issue persists.
  7. Turn off all cache plugins.

If you still have problems kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thank you.

Thank you so much, I actually found the problem in one of the recipe plugin settings!

Thanks again!!!
Naomi

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.