Tagged: x
-
AuthorPosts
-
July 30, 2016 at 3:03 am #1109925
Hi guys-
I’m trying to get my blog roll page to look as much as Integrity’s as I can. But a huge thing it… my thumbnails are gone…
http://bigidea.pro/cyberedge/blog-2/
Can’t seem to figure it out. Can you help? Also… how can I style this page? (header/title area background image, etc.) like any other page?
Thank you!!
July 30, 2016 at 3:09 am #1109927Hi there,
Please find and remove following code from child theme’s style.css file :
.entry-featured { display: none; }
Hope it helps.
July 30, 2016 at 1:35 pm #1110300Thanks!… works great. But now my feaetured image shows up at the top of the blog post itself, like…
http://bigidea.pro/cyberedge/navigating-life-when-things-get-hard/
which I do NOT want. How do I keep the thumbs on the masonry grid, but get rid of the automatic featured image in the post itself?
Thanks Christopher
July 30, 2016 at 1:39 pm #1110301Thanks!… works great. But now my feaetured image shows up at the top of the blog post itself, like…
http://bigidea.pro/cyberedge/navigating-life-when-things-get-hard/
which I do NOT want. How do I keep the thumbs on the masonry grid, but get rid of the automatic featured image in the post itself?
Also… if they choose a more conventional blog roll setup (no grid, just a single aolumn of images and exerpts) how do I change it to that?
Thanks Christopher!!
July 30, 2016 at 9:37 pm #1110584Hello There,
Thanks for writing in! To resolve the issue where you will be able to display the featured image in masonry grid and hide it in single blog post, please update your custom css code and you can use this instead:
.single-post .entry-featured { display: none; }
Hope this helps. Kindly let us know.
August 1, 2016 at 2:03 am #1111654Thanks you Rue! Works great.
August 1, 2016 at 2:14 am #1111661You’re welcome!
Thanks for letting us know that it has worked for you.August 1, 2016 at 4:47 pm #1112732HI guys-
I’m realizing that now, when I open the Portfolio pages, they DO have their featured photo in the post, huge… it should not be there. How can I adjust?
Thanks!!
August 1, 2016 at 7:44 pm #1112862Hi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.single-x-portfolio .entry-featured { display: none; }
Hope this helps – thanks!
August 2, 2016 at 11:48 am #1114025Perfect. Thank you!!
August 2, 2016 at 12:39 pm #1114089You are welcome. Have a nice day!
-
AuthorPosts