[Resolved] Help needed to user Blog Archive Layout

  • Author
    Posts
  • #5071

    JDEE1Tips
    Participant

    Hi,

    We are using your Ultra Puro theme.

    We are following the below document but not able to enable Blog Left Aligned Medium or Left Aligned Thumbnail.

    Blog

    Can you please help us ?

    Best Regards
    JDEE1Tips
    Systemic Software Solution

    #5072

    Andrew Misplon
    Keymaster

    Hi JDEE1Tips

    Thanks for reaching out. Do each of your posts have a Featured Image added? The new layout won’t be noticeable without a Featured Image added to each. We’d need to see the blog page in question to assist further.

    #5073

    JDEE1Tips
    Participant

    Hi Andrew,

    Currently we have only one Blog and feature image added.

    Please check the below URL :

    http://jdee1training.com/standalone/jd-edwards-enterpriseone-9-2-standalone-installation-on-youtube-com/

    Best Regards
    JDEE1Tips
    Systemic Software Solution

    #5075

    Andrew Misplon
    Keymaster

    Thanks 🙂

    The layout in question is the Blog Archive Layout, unfortunately, it only applies to archive pages, it doesn’t apply to single posts. You’d see it take effect here for example http://jdee1training.com/news/ but would need to enable Appearance > Customize > Theme Settings > Blog > Archive Featured Image (Display the featured image on the blog archive pages.)

    #5076

    Andrew Misplon
    Keymaster

    You can try the following in a plugin like Simple Custom CSS to style the featured image on the single post page:

    /* Single */
    .single .entry-thumbnail {
        max-width: 50%;
        padding-right: 3%;
    }
    
    @media (max-width: 768px) {
        .single .entry-thumbnail {
            max-width: 100%;
            padding-right: 0;
        }
    }
    #5077

    JDEE1Tips
    Participant

    Thanks Andrew ! We will try and update you .

    #5083

    JDEE1Tips
    Participant

    We are able to enable the Left Aligned Thumbnail feature. Please mark this thread as resolved !

    Thank you so much Andrew !

    Best Regards
    JDEE1Tips
    Systemic Software Solution

    #5086

    Andrew Misplon
    Keymaster

    Super, glad to hear you’ve made progress.

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

You must be logged in to reply to this topic.

Scroll to top