I’ve looked everywhere and I can’t find an answer.
https://staging1.texturedigitalmedia.com/portfolio/
No images will load once you click on a post.
WordPress 5.4.2 running [X] theme. 7.2.3
Thanks in advance!
I’ve looked everywhere and I can’t find an answer.
https://staging1.texturedigitalmedia.com/portfolio/
No images will load once you click on a post.
WordPress 5.4.2 running [X] theme. 7.2.3
Thanks in advance!
Hi Carlos,
Thanks for reaching out.
It’s caused by this custom CSS
.single .entry-featured {
display: none;
}
Or, if it’s intended for posts, then it should be like this
.single-post .entry-featured {
display: none;
}
Thanks!
Perfect! That fixed it!
Thanks!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.