Forum Replies Created
-
AuthorPosts
-
August 5, 2016 at 12:09 pm in reply to: How can I change the size of the thumbs that show on the category page? #42871
Thank you and will do. My apologies.
August 4, 2016 at 2:21 pm in reply to: How can I make the category default template full-width (no sidebar)? #42789The category page is almost perfect after removing this:
<div id="primary" class="content-area <?php if(of_get_option('sidebar-layout',true) == 'center') { ?> one-third-middle <?php } ?>">
this:
</div><!-- #primary -->
and this:
<div id="secondary" class="widget-area <?php if( is_front_page() || is_home() ){ echo 'home_front_wrap'; } ?> <?php if(of_get_option('sidebar-layout',true) == 'center'){ ?> one-third-right <?php } ?>" role="complementary"> <?php get_sidebar(); ?> </div><!-- secondary --><div class="clear"></div>
Now I just need to make the thumbs slightly bigger in order to fill the small void (dead space) after the last thumb in the last column.
How can I change the size of the thumbs that show on the category page?
Thank you.
August 4, 2016 at 1:05 pm in reply to: How can I make the category default template full-width (no sidebar)? #42785Message sent. Thank you.
August 4, 2016 at 12:57 pm in reply to: How can I make the category default template full-width (no sidebar)? #42779I’m going to have to direct message or email you the url as the site is of an adult nature (NSFW).
Your welcome. I knew there was post-thumb code in there somewhere, I just had to find it. LOL
I’m using a child-theme, so it was only a matter of copying over the content-single.php to the child theme folder and then edit it there. If it broke anything, I only needed to delete the copied file.HA! I figured it out. In content-single.php, remove the following code:
<div class="post-thumb"> <?php if (has_post_thumbnail() ) the_post_thumbnail(); ?> </div><br />
Removing that bit of code removes the featured image from each post, but still allows it to show in the background as well as on the blog page.
Right…but that’s not what I’m trying to do. Please re-read the OP.
I want to “…disable the featured image on the post, but allow it on the background on a post”.
In other words I do not want the featured image to appear on single post pages. It can show on the “Blog” and as THAT post’s background…but I’d prefer it NOT show on posts itself.The forum moderator suggested, “”Kindly use this plugin: https://wordpress.org/plugins/hide-featured-image/” which doesn’t work and hasn’t been upgraded to work with wordpress 4.5.2…
So, as I asked earlier, “Is there a custom CSS code I could enter? Or maybe some code I could remove from somewhere to achieve the same outcome?” I’m using Photo Sessions Pro.
Installed your suggested plugin and it does nothing. The image is still showing on the posts. Is there a custom CSS code I could enter? Or maybe some code I could remove from somewhere to achieve the same outcome?
-
AuthorPosts