New Landing How can we help? Atelier Stroke to fill buttons missing css

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Atelier
  • #221901
    jimpalompa
    Member
    Post count: 16

    This probably is within the Swift Framework, but anyways…

    Using the “Add button” gives us some options to insert a button without entering the shortcode by hand. But looking at “Button type” we have two options, Standard and Stroke to fill. But there seems to be missing some css for the stroke-to-fill:

    a.sf-button.stroke-to-fill {
    background: 0;
    }

    We could however change the type manually to “bordered” which is previewed on the slider at the demo page:

    New Landing

    But not all users understands this, so you should probably update the css. I’m guessing you changed the name from “bordered” to “stroke-to-fill” but forgot to update the css ๐Ÿ˜‰

    Cheers!

    #222142
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Do you mean the button on the Shortcode generator or the button asset in the Swift Page builder?

    -Rui

    #222152
    jimpalompa
    Member
    Post count: 16

    Oh sorry, this is through the Swift Slider “Edit slide” page. Don’t know if it appears anywhere else.

    But I can see that the Swift Page Builder also uses stroke-to-fill class on buttons.

    Attachments:
    You must be logged in to view attached files.
    #222175
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks for the clarification.

    Will forward to the development team.

    -Rui

    #222263
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    What version of the swift framework plugin are you using? We already have this css:

    a.sf-button.stroke-to-fill {
    	background: transparent;
    }

    – Ed

    #222376
    jimpalompa
    Member
    Post count: 16

    I’m using Swift Framework 1.63, which is the latest version available at the moment. Though it is mentioned in the Atelier 1.74 Changelog “Share buttons now open popup rather than new tab (needs Swift Framework v1.64+)”.

    That would be my next question, my dashboard keeps telling me that there’s an available update for Swift Framework. However the update available is 1.63, the same version installed…

    Could you give me a direct link to a later version of Swift Framework if available please.

    #222426
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #222439
    jimpalompa
    Member
    Post count: 16

    Swift Ideas โ€“ Ed:
    Yeah, but right after you have:

    a.sf-button.black {
    background-color: #222;
    }

    So black buttons with stroke to fill does not work.

    Rui Guerreiro:
    It is still version 1.63

    #222443
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Yes, 1.63 is our last version but something could have be wrong after your update, that’s why I ask to upload this files I sent.

    Did the notice go away?

    Will leave the other question for Ed.

    -Rui

    #222494
    jimpalompa
    Member
    Post count: 16

    Nope the problem is still there, it tells me there’s an update available. Deleting site_transient_update_plugins from tables does not help either.

    I do remember I got a debug error from wp-updates-plugin.php line 79 if that helps:

    
    'version' => (isset($plugin_info->checked)) ? $plugin_info->checked[$this->plugin_path] : 0 // Current version
    
    #222530
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    v1.64 will be released today – not sure why you are receiving the update notice, checked here and don’t get it on any of our sites.

    Have tested the stroke to fill button locally, and can’t replicate any issue – can you provide a link where we can see the issue?

    – Ed

    #222544
    jimpalompa
    Member
    Post count: 16

    I’m afraid our test site where I’m using Atelier is hidden by IP. But look at swiftideas.com

    Right click the “Learn More” button in the slider and inspect.

    Change
    <a class="sf-button large black bordered

    to
    <a class="sf-button large black stroke-to-fill

    And it will replicate the issue.

    #222564
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks – able to replicate now, will get that sorted.

    – Ed

    #222666
    jimpalompa
    Member
    Post count: 16

    Well, you probably just have to move the

    a.sf-button.stroke-to-fill {
    	background: transparent;
    }

    further down in the css, hence Cascading Style Sheet ๐Ÿ˜‰

    You can mark this thread as resolved now.

    Cheers!

    #222667
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    I am aware of that! Already done.

    The issue must have arisen with the consolidation of the css to the plugin from each theme.

    – Ed

Viewing 15 posts - 1 through 15 (of 17 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