entry thumbnail

Multipurpose WordPress Theme Forum Support
GK User
Wed Sep 02, 2015 12:24 pm
When using the header image for pages and sections you experience no problems.
However when I use a header image in a blogpost, the image also get's shown within the post itself... not so fancy.

How can I disable this the right way?

I could do a
Code: Select all
.entry-thumbnail {
display: none;
}


But I'm not sure if won't break something else that way.
User avatar
Junior Boarder

GK User
Wed Sep 02, 2015 11:09 pm
Hi,

Do you have the latest version of the Quark theme? Because this problem should be already solved.
Could you provide an URL to your page with this issue?
User avatar
Moderator

GK User
Thu Sep 03, 2015 12:09 pm
Hi,
I'm not sure, I have updated it once or twice. It is a live site now so I'm not that fancy of trying to update it now. I believe I have a few changes in style.css instead of overrides.css.

I don't have a link to it right now, since I removed the header again. I can PM you the page I want to use the header at.
User avatar
Junior Boarder

GK User
Fri Sep 04, 2015 8:36 am
Please edit Quark/content-quote.php file and remove this line (22):

Code: Select all
      <?php get_template_part( 'content', 'featured'); ?>
User avatar
Moderator

GK User
Fri Sep 04, 2015 9:34 pm
Thank you very much
User avatar
Junior Boarder


cron