My blog page should look like this: http://kriesi.at/themes/enfold/blog/blog-single-author-big/
Instead, it looks like this: http://brightideas.co/blog2/ (none of the featured images are displaying)
In the /blog page’s advanced layout editor, the he blog posts widget is set to “Single Author, Big Preview” and all my posts have a featured image.
And, in addition, I am unable to display the comments on ALL pages and ALL posts.
PLEASE help me get this sorted out. Thanks!
Hi Trent!
Remove this from your custom CSS.
.post-entry .big-preview {
display: none !important;
}
Best regards,
Elliott
Thanks!!