New Landing How can we help? Cardinal Blog featured image size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #100335
    QuenchStudio
    Member
    Post count: 73

    Is there a way to force the size of the blog featured image into a horizontal rectangle like the sizes shown on the demo: http://cardinal.swiftideas.com/asset-reference/blog/blog-mini-sidebar/

    Once the client gets a hold of this, they don’t have photo editing software and I’d like the images to be forced into that size regardless of what size image they will upload for each post. Just will help to keep the blog looking tidy.

    Thanks,
    Kendall

    #100658
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes, go to swift-framework/content/sf-post-formats.php and edit line 601 or 605 depending on if you use a sidebar or not:

    	if ($blog_type == "mini") {
    				if ($sf_sidebar_config == "no-sidebars") {
    				$thumb_width = 446;
    				$thumb_height = NULL;
    				$video_height = 335;
    				} else {
    				$thumb_width = 370;
    				$thumb_height = NULL;
    				$video_height = 260;
    				}

    – Kyle

    #252887
    obusiguin
    Member
    Post count: 35

    Hi!!

    I’ve the same problem but i can’t find the swift-framework/content/sf-post-formats.php

    Can you help me?

    Thank you!

    Olga

    #252897
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Use FTP to access your files, go to wp-content/themes/cardinal/swift-framework/content/sf-post-formats.php

    – Kyle

    #283334
    going
    Member
    Post count: 18

    We set a user up as Author giving them only access to Blog Posts (not Swift Page Builder helper – but regular WP editor).
    Every time they make a post, the Featured Image is automatically added to the top of their post.
    How can this be turned off? Is there CSS you can provide?
    (not using SPB feature options)
    Thx!

    #283344
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @Going,

    Can you provide a post url example?

    -Rui

    #284055
    going
    Member
    Post count: 18

    I believe we fixed it by adding this to the custom CSS

    article.post.single-post-standard figure.media-wrap{
    display:none !important;
    }

    #284101
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great!

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register