Resolved

Help needed to user Blog Archive Layout

Ultra Theme started by JDEE1Tips Oct 8, 2016 7 replies
JDEE1Tips Oct 8, 2016 · 8:04 pm #5071

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

Andrew Misplon Puro Oct 8, 2016 · 8:25 pm #5072

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.

Andrew Misplon Puro Oct 8, 2016 · 8:57 pm #5075

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

Andrew Misplon Puro Oct 8, 2016 · 9:36 pm #5076

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;
    }
}
JDEE1Tips Oct 9, 2016 · 12:24 am #5077

Thanks Andrew ! We will try and update you .

JDEE1Tips Oct 10, 2016 · 6:52 am #5083

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

Andrew Misplon Puro Oct 10, 2016 · 9:56 am #5086

Super, glad to hear you’ve made progress.

8 posts