New Landing How can we help? Atelier Options not saving error

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

    Thank you, I’ll test it out and get back to you.

    – Ed

    #167703
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    This reply has been marked as private.
    #167897
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #167898
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #167909
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’ll need to delete the current theme before uploading via WordPress – else you can upload via FTP.

    Try adding this to the functions.php file in the child theme:

    function custom_wishlist_icon() {
    	return '<i class="fa-heart"></i>';
    }
    add_filter('sf_wishlist_icon', 'custom_wishlist_icon');
    add_filter('sf_add_to_wishlist_icon', 'custom_wishlist_icon');
    add_filter('sf_wishlist_menu_icon', 'custom_wishlist_icon');

    – Ed

    #168792
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #169150
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    1) Can you paste your child theme file here, so that I can see what line that refers to?

    2) It should revert to the first image in the slider (where the slide images are changed because of the update. Does this not happen?

    – Ed

    #169161
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #169235
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    1) Just add that code to the bottom of the child theme functions.php file

    2) Just sorted this – thanks for the feedback.

    – Ed

    #169714
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #169715
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sorry, missed the priority setting, use this instead:

    function custom_wishlist_icon() {
    	return '<i class="fa-heart"></i>';
    }
    add_filter('sf_wishlist_icon', 'custom_wishlist_icon', 100);
    add_filter('sf_add_to_wishlist_icon', 'custom_wishlist_icon', 100);
    add_filter('sf_wishlist_menu_icon', 'custom_wishlist_icon', 100);
    

    – Ed

    #169767
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #169866
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #169869
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to WooCommerce > Settings > Products and uncheck the enable reviews box

    – Kyle

    #170287
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
Viewing 15 posts - 31 through 45 (of 61 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