On individual post pages, featured images are not displaying. They used to previously. The site owner is not sure when they stopped.
I have given an example page in the 'related URL' field; the featured image should be in between the headings.
If you use the browser's DOM inspector at that point, there is an image tag wrapped by an anchor tag with a data-rel attribute pointing to the correct image; but the src attribute in the image itself points to wp-content/themes/soledad/images/penci2-holder.png . If you change that reference to the desired image, it looks as it should.
I also tried turning off lazy loading of images in all posts using the customiser; this made no difference. There are no other plugins doing lazy-loading. (Smush is installed, but the lazy-load feature has never been turned on).
It seems you have a plugin caused this issue. Have you tried deactivate all plugins ( except plugins come from the theme ), clear cache and try it again?
If it work, let's enable each plugin to check what's plugin caused this issue.
In particular, if you go into that plugin's settings, and find the "Cookie-blocking mode" setting, then the featured image will display if you choose "Manual", but will not display if you choose "Automatic".
On individual post pages, featured images are not displaying. They used to previously. The site owner is not sure when they stopped.
I have given an example page in the 'related URL' field; the featured image should be in between the headings.
If you use the browser's DOM inspector at that point, there is an image tag wrapped by an anchor tag with a data-rel attribute pointing to the correct image; but the src attribute in the image itself points to wp-content/themes/soledad/images/penci2-holder.png . If you change that reference to the desired image, it looks as it should.
I also tried turning off lazy loading of images in all posts using the customiser; this made no difference. There are no other plugins doing lazy-loading. (Smush is installed, but the lazy-load feature has never been turned on).
Hi,
It seems you have a plugin caused this issue. Have you tried deactivate all plugins ( except plugins come from the theme ), clear cache and try it again?
If it work, let's enable each plugin to check what's plugin caused this issue.
Best Regards,
PenciDesign
Thank you. Through elimination, it has been identified as this plugin: https://wordpress.org/plugins/cookiebot/
In particular, if you go into that plugin's settings, and find the "Cookie-blocking mode" setting, then the featured image will display if you choose "Manual", but will not display if you choose "Automatic".