Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #579207

    Hi,

    I use the “elegant blog” layout (!) in ENFOLD’s theme settings (newest ENFOLD version).

    But at the archive page (category page) there is no featured image of the posts shown.
    I saw, that it is the same at your demo here:
    http://kriesi.at/themes/enfold-lifestyle-blog/category/news/

    The blog page shows, however, the featured image: http://kriesi.at/themes/enfold-lifestyle-blog/

    I would like to show the featured image at the category page, too –
    as it is the case for the “normal” (!) blog layout; see here please:
    http://kriesi.at/themes/enfold/category/science/

    Could you please tell me how to solve this with the “elegant blog” layout?

    Thank you.

    #579238

    Hey COLORIT!

    That is a different type of design, that is why on some pages it is there and on others nop.
    It is the way the different layouts are been developed.

    I am sorry if I did not understand the question properly, I actually do have a doupt, please let me know if anything else is needed.

    Best regards,
    Basilis

    #579273

    Hi Basilis,

    thanks for getting back to me, I’ll try to clarify my question.

    Important to know is first, that I use in the theme settings as “blog design” the “elegant blog” layout.

    This seems to be used at your demo here:
    http://kriesi.at/themes/enfold-lifestyle-blog/

    1.
    If you look at this page:
    http://kriesi.at/themes/enfold-lifestyle-blog/
    At this blog (overview) page the feature images of the posts are shown.
    See my orange arrows here: http://screencloud.net/v/A7uo

    2.
    Then go please to a category page, like this for the category “news”:
    http://kriesi.at/themes/enfold-lifestyle-blog/category/news/
    Screenshot: http://screencloud.net/v/u6UE

    And now I would like to have at a category or tag page the featured image between the title and the content –
    same way as it is at the blog page, where all the posts’ excerpts are shown (see 1.).

    At your normal “business” blog layout the feature images are shown, too at category or tag pages:
    http://kriesi.at/themes/enfold/category/science/

    Sorry for my bad English, but I hope it is now more clear.

    #579278

    I guess, I found out, why this is not working:

    1.
    My theme settings:
    http://screencloud.net/v/kee8
    I’m using the Advanced Layout Builder for the “blog” page

    2.
    These are the settings at the “blog” page:
    a) http://screencloud.net/v/rQV5
    b) http://screencloud.net/v/y0ca

    I’m not sure, but the problem seems to be:
    if you set in the theme settings “using the ALB to build your blog …”
    then the category and the tag page (archive?) does not show the featured image, although it is set and it is available (http://screencloud.net/v/E8Vp).

    Perhaps you can reproduce this at your ENFOLD installation?

    #579283

    Maybe it’s better, if you could please take a look … perhaps someone of your German supporters?
    See login data attached.

    Disabling the plugins does not solve this!

    #580603

    Anyone an idea please?
    I urgently need featured images at my category pages – using the “elegant blog layout” AND the blog page created with AviaLayoutArchitect!
    Thanks a lot, appreciate it”

    #582058

    Hey!

    The theme has a filter for the category and tag pages style. Use this in the functions.php file:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = multi-big';
    if($context == 'tag') $layout = 'multi-big';
    return $layout;
    }

    Available blog style are single-small, single-big, blog-grid and multi-big.

    Cheers!
    Ismael

    #582234

    You made my day, Ismael, thank you very, very much! I searched now so long for this behaviour.
    But your code snippet works perfectly! Thank you!!

    #583086

    Hi!

    Great! Glad we could help. :)

    Regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Bug? ELEGANT BLOG Layout -> category pages show no featured image’ is closed to new replies.