New Landing How can we help? Cardinal A Couple Little Issues

Viewing 15 posts - 31 through 45 (of 147 total)
  • Posted in: Cardinal
  • #195180
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Update the Swift Framework plugin to v1.40 and that will sort your issue – the styling for shortcodes is now within that plugin.

    – Ed

    #195328
    HiroiSekai
    Member
    Post count: 144

    Hi Ed,

    It looks like Swift Framework 1.40 hasn’t been pushed to WordPress as an install- I’m still on 1.32, and the Swift changelog seems to only show up to 1.20.

    And any word on what’s happening with that duplication glitch with my sidebar icons?

    #195332
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you go to your plugin list, it should be red, showing there is an update available. Not sure why it’s not coming up on the updates page, but you can update it from your plugin list

    – Kyle

    #195348
    HiroiSekai
    Member
    Post count: 144

    That’s the thing, I went to the plugins page first, and nothing. I’ll attach a screenshot to show that it’s not turning red. 🙁

    I think the duplication bug for my social icons is actually annoying me more though, would love some help on that. Thanks.

    Attachments:
    You must be logged in to view attached files.
    #195350
    HiroiSekai
    Member
    Post count: 144

    Okay, I did a couple cache purges and the icon turned red. However, even after it says I updated successfully, it just reverts back to 1.32 after leaving the plugins page.

    I did a full update through the WordPress unloader and it gives me an error, which I have screencapped as an attachment.

    Attachments:
    You must be logged in to view attached files.
    #195362
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies, we’ve been having issues with our update service this week. I’ve just updated the zip file – can you try now?

    – Ed

    #195396
    HiroiSekai
    Member
    Post count: 144

    Hi Ed,

    The update has gone through now and it’s staying on 1.40. What is it that I have to do to make those featured images on the home page have the same set width and height, and can I have that change permanent so I don’t have to do it with each new Cardinal update?

    Also would still like some assistance about those duplicating social icons in the sidebar.

    Many thanks.

    #195433
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can now add the following to a child theme to override those sizes:

    function custom_rp_image_width() {
    	return '500';
    }
    add_filter( ‘sf_recent_post_item_thumb_width', ‘ custom_rp_image_width’ );
    
    function custom_rp_image_height() {
    	return '500';
    }
    add_filter( ‘sf_recent_post_item_thumb_height’, ‘custom_rp_image_height’ );

    – Ed

    #195439
    HiroiSekai
    Member
    Post count: 144

    Hi Ed,

    Sorry, I’m not entirely sure how Swift Framework lays out the PHP documents and such. Where do I go to add this new code? Which folder

    Also would really like those social icons in the sidebar to stop showing two instances of themselves.

    #195464
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can insert the code at functions.php of child theme.
    Thanks
    Mohammad

    #195882
    HiroiSekai
    Member
    Post count: 144

    Okay images are looking normal again, thanks. Still don’t have an answer to the social icons in my sidebar being duplicated.

    #195888
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to update the swift framework plugin

    – Kyle

    #195930
    HiroiSekai
    Member
    Post count: 144

    Again? I thought we just updated to 1.40 for the new code to work? Is there another update?

    #195932
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No, the social icon issue is fixed in the 1.4 update, try clearing your cache

    – Kyle

    #196524
    HiroiSekai
    Member
    Post count: 144

    Okay, I’m running 1.40 and it’s really on and off about the duplication glitch. Worse still, I just got a new push for a Cardinal update, and updating to it crashed my front and back end for WordPress. I can’t do anything at the moment. Need a solution, my website and backend are entirely down; I’m getting a white screen for both.

Viewing 15 posts - 31 through 45 (of 147 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