Okay
  Public Ticket #172565
Recent Posts Images on Homepage Different Sizes
Closed

Comments

  • Sharlene started the conversation

    Hi

    I'm using the Recent Posts Homepage Layout.  The images are not appearing in a uniform size.  How can I fix this?

    Also, is it possible to have only 3 recent posts show instead of 4?

    Please help and thanks in advance.

    Sharlene

  •  1,069
    ThemeNectar replied

    Hey again,

    both of these items would require modding the theme files and are not really possible with css alone. If you're interested in doing the mods they will take place in the shortcode-processing.php file which is located in the nectar/tinymce directory :)

  • Sharlene replied

    :) I don't know php.  

    I manually resized the images and uploaded then replaced the Featured Image. Looks nice now.  I should have tried that first ;).  Thank you for your time to respond.

  • Sharlene replied

    Hi.. I'm baaaack lol

    Just realised resizing the images for the featured image to be a uniform size on the homepage has made the image that appears in the blog blurry.  Is it possible to stop the featured image appearing in the blog post but keep it on the homepage?

    If so, can you possibly help with the code I need to use and where to put it ?

    Thanks in advance

    Sharlene

  •  8,838
    Tahir replied

    Hey Sharlene!

    Add this into the Custom CSS box located in your Salient Options panel:

    .single-post .post-featured-img {
        display: none;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Sharlene replied

    Perfect! Thanks Tahir :)