William Gibson

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    Thank you and will do. My apologies.

    William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    The 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.

    William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    Message sent. Thank you.

    William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    I’m going to have to direct message or email you the url as the site is of an adult nature (NSFW).

    in reply to: Disable featured image on post. #33086
    William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    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.

    in reply to: Disable featured image on post. #33081
    William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    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.

    in reply to: Disable featured image on post. #33045
    William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    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.

    in reply to: Disable featured image on post. #32968
    William GibsonWilliam Gibson
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 21, 2015

    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?

Viewing 8 posts - 1 through 8 (of 8 total)