Hi,
I see that Twentig is still activated on your website. Would you please give me the URL of a post that displays the error?
If you still have the error, could you please try to deactivate all your other plugins to see if there’s a conflict?
Thanks,
Tom
Hi Tom
Thanks for your reply.
The issue occurs on leoravera.com, a website reserved for paying customers. I will check disabling other plugins and I will let you know which one is causing the conflict.
Thanks again
Leo
Hi Tom, I disabled all the plugins and with much surprise, the bug is still there
https://www.dropbox.com/s/bp04l0c4guypegi/Screenshot%202021-08-17%2022.10.48.png?dl=0
Now I had to disable twentig again, I can’t have this bug on my live website.
I created a staging copy of the website here:
https://staging3.leoravera.com/
yet I can’t recreate the issue on the staging website, everything works correctly.
Are these information enough to make you think on a possible cause? I can live without twentig, but it makes my website better and I am sorry to disable it.
Thanks again,
kind regards
Leo
Hi Leo,
The function on line 195 that causes the error is only called when the “Featured Image Layout” option is set to “No Image” (Customizer > Twentig Options > Blog > Single Post).
Would you please try to set this option to “Default” to see if the error disappears?
If that works, you can remove the featured image by adding some CSS (Customizer > Additional CSS)
.single-post .featured-media {
display: none;
}
.single-post .post-inner {
padding-top: 0;
}
We’re looking for a fix that we can include in the plugin, but it’s not easy without being able to replicate the issue.
I hope the above solution fixes your issue.
Tom
Hi Tom, thank you very much for your help. Your solution solved the issue.
Thanks again,
sincerely
Leo