New Landing How can we help? Atelier Using Shop Icons from Theme "Uplift" in Atelier?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #305082
    haastee
    Member
    Post count: 47

    Hi,

    we came up with the idea to use the (in our eyes) nicer icons of your theme “Uplift” in our shop (made with Atelier) throughout the site – is this possible? (We purchased also Uplift, of course)

    What we also would want to use is the way, how the quantity of cart items is shown in a circle as an overlay over the cart icon in the header bar – how can we use this style also in Atelier?

    Thanks a lot,

    Michael

    #305253
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    This can be really complex to implement in a different theme, but will forward to the development team to listen what they think.

    -Rui

    #305277
    haastee
    Member
    Post count: 47

    Great, thanks!

    #305291
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Let’s wait for the reply.

    -Rui

    #305296
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Unfortunately not as standard, but we can provide some css for you to use your own svg icons in the page builder if you’d like?

    Changing that style would require custom css – something we couldn’t provide with support. If needed we can recommend 3rd party services.

    Thanks,

    – Ed

    #305308
    haastee
    Member
    Post count: 47

    That would be fine.
    It´s mainly about the cart icon with the item-quantity inside the circle (like in Uplift theme) and the wishlist icon (heart).

    #305380
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sorry for icons I was referring to the ones used in icon boxes – not the theme’s UI icons. Those can be overridden using the theme’s filters, but you’d need to load your own icon font. The one included with Uplift is expensively licensed.

    – Ed

    #305461
    haastee
    Member
    Post count: 47

    So do I understand right, for the cart and wishlist icon in the header I have to use custom css/html with a custom svg-icon? How is it done?

    Thanks a lot,

    Michael

    #305548
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    If you check in /includes/overrides/sf-theme-overrides.php you will find the functions you can override, i.e:

    // Header cart icon
    function sf_atelier_header_cart_icon() {
    	return '<i class="sf-icon-cart"></i>';
    }
    add_filter('sf_header_cart_icon', 'sf_atelier_header_cart_icon');
    add_filter('sf_mobile_cart_icon', 'sf_atelier_header_cart_icon');

    – Ed

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