New Landing How can we help? Themeforest Theme Support Dante adjust go to shop button

Viewing 15 posts - 31 through 45 (of 48 total)
  • Posted in: Dante
  • #153593
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can change those URLs in functions.php of your child theme.
    Thanks
    Mohammad

    #153949
    Gizan86
    Member
    Post count: 252

    Fixed 🙂 thanks.

    Final question:
    I would like to replace the cart icon with a laundry basked:

    http://www.flaticon.com/free-icon/laundry-basket_13215

    I noticed I can replace the icon easily to other fa or ss icons in the functions.php: <i class="ss-cart"> but what is the best way to replace the cart icon to this custom laundry basked icon?

    #154010
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can replace the icon with these icons http://fortawesome.github.io/Font-Awesome/icons/.

    Thanks
    Mohammad

    #154012
    Gizan86
    Member
    Post count: 252

    Hi Mohammad, So it’s not possible to replace the icon with a small .png file?

    #154014
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upload this file through Admin -> Media -> Add New and give me full path of this image. After that i will give to you exact css code:-

    Thanks
    Mohammad

    #154019
    Gizan86
    Member
    Post count: 252
    This reply has been marked as private.
    #154051
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    This image size is very high. Please resize image to 16×16 px after that i can provide you right css.
    Thanks
    Mohammad

    #154125
    Gizan86
    Member
    Post count: 252
    This reply has been marked as private.
    #154147
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .shopping-bag-item a i {
        background: url("http://test.freshfolds.nl/wp-content/uploads/2015/03/mand.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block !important;
        height: 16px !important;
        margin-right: 4px;
        opacity: 1 !important;
        vertical-align: middle;
        width: 16px !important;
    }
    

    Thanks
    Mohammad

    #154392
    Gizan86
    Member
    Post count: 252
    This reply has been marked as private.
    #154573
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    How can i add product in cart? Please explain the steps to add product in cart.
    Thanks
    Mohammad

    #154732
    Gizan86
    Member
    Post count: 252
    This reply has been marked as private.
    #154912
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    My colleague, Kyle will assist you shortly.
    Thanks
    Mohammad

    #154915
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You used this to change your shopping bag icon:

    .shopping-bag-item a i {
        background: url("http://test.freshfolds.nl/wp-content/uploads/2015/03/mand.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block !important;
        height: 16px !important;
        margin-right: 4px;
        opacity: 1 !important;
        vertical-align: middle;
        width: 16px !important;
    }

    This effects the other icons

    You should change it to:

    .shopping-bag-item a.cart-contents i {
        background: url("http://test.freshfolds.nl/wp-content/uploads/2015/03/mand.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block !important;
        height: 16px !important;
        margin-right: 4px;
        opacity: 1 !important;
        vertical-align: middle;
        width: 16px !important;
    }

    – Kyle

    #154949
    Gizan86
    Member
    Post count: 252

    Thanks!! Works great now..
    Do you maybe also know why the animation of my icon reveal button on my homepage is broken? (see screenshot, or my website). That icon-reveal button in my revolution slider broke in half a while ago when updating my site. Mohammad gave me this custom css code to fix the broken button:

    #rev_slider_8_1 a.sf-button.sf-icon-reveal{max-width:100% !important}

    Since then the button is not broken in half anymore but my icon reveal animation is broken as you can see (so it is independent of the “cart-icon swap”)

    Hopefully you can also help me with this final issue.
    Thanks again.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 31 through 45 (of 48 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