Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #540132

    Hi! I can manage the dimensions of the Featured images displayed in the main blog page. I’ve choosen “No scaling, Original” layout. I would like the same image layout for the the Tag page and the Category page. Is this possible?

    #542238

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #542659

    Check

    #543549

    Hi,

    Open /enfold/config-templatebuilder/avia-shortcodes/postslider.php and look for line:

    $thumbnail  = get_the_post_thumbnail( $the_id, $image_size );
    

    Replace it by this:

    $thumbnail  = get_the_post_thumbnail( $the_id, 'full');
    

    Regards,
    Josue

    #543803

    Josue!!!! This works GREAT! Awesome!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured image layout in tag and category pages’ is closed to new replies.