New Landing How can we help? Themeforest Theme Support Flexform Thumbnail going to full width on blog list, help?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Flexform
  • #145499
    graf007
    Member
    Post count: 147

    The thumbnail images seem to blow out to full page width and height. What setting am I setting incorrectly.

    #145544
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In the blog asset if you change the blog type to Mini it will show a smaller image.

    https://www.dropbox.com/s/9prm8mv0wz5hsr5/blog_type.png?dl=0

    -Rui

    #145547
    graf007
    Member
    Post count: 147

    I changed it to mini and the thumbnail is still rather large. ideas?

    #145559
    graf007
    Member
    Post count: 147

    I changed the css to:

    .has-no-sidebar .mini-items .blog-item figure {
    width: 246px;
    }

    Will this effect anything else of the site?

    #145570
    graf007
    Member
    Post count: 147

    Content “except” is not showing up. Any help?

    #145573
    graf007
    Member
    Post count: 147

    Is there any way to show the date and NOT the author?

    #145717
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit
    Find this code:-

    $post_item .= '<div class="blog-item-details">'. sprintf(__('By <a href="%2$s">%1$s</a> on %3$s', 'swiftframework'), $post_author, get_author_posts_url(get_the_author_meta( 'ID' )), $post_date) .'</div>';
    
    Change to :-
    $post_item .= '<div class="blog-item-details">'. sprintf(__(' on %3$s', 'swiftframework'), $post_author, get_author_posts_url(get_the_author_meta( 'ID' )), $post_date) .'</div>';

    Thanks
    Mohammad

    #145911
    graf007
    Member
    Post count: 147

    what page or php file do I edit?

    #145938
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The file that has that content is located in flexform\includes\sf-content-display\sf-post-formats.php

    -Rui

    #145945
    graf007
    Member
    Post count: 147

    Is this something I can put in the child theme?

    #145946
    graf007
    Member
    Post count: 147

    Where do i go to edit the author-avatar actual image?

    #146150
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It uses https://gravatar.com/

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register