• Resolved efdalisik

    (@efdalisik)


    Hi Dear
    I have some problems with a wishlist when I used to update YITH WooCommerce Wishlist all icons were gone and don’t work, I use WordPress woo commerce please could someone help me.
    Efdal
    Regards

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hi Efdal,
    Hope you are doing well!

    In order to solve that problem, add this code in wp-content/themes/[your active theme folder]/functions.php :

    if ( defined( 'YITH_WCWL' ) ! function_exists( 'yith_wcwl_enqueue_back_required_assets' ) ) {
        function yith_wcwl_enqueue_back_required_assets() {
            $suffix  = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
            $version = defined( 'WC_VERSION' ) ? WC_VERSION : '';
    
            wp_enqueue_style( 'woocommerce_prettyPhoto_css', plugins_url( 'assets/css/prettyPhoto.css', WC_PLUGIN_FILE ), array(), $version );
            wp_enqueue_script( 'prettyPhoto', plugins_url( 'assets/js/prettyPhoto/jquery.prettyPhoto' . $suffix . '.js', WC_PLUGIN_FILE ), array( 'jquery' ), '3.1.6' );
            wp_enqueue_script( 'prettyPhoto-init', plugins_url( 'assets/js/prettyPhoto/jquery.prettyPhoto.init' . $suffix . '.js', WC_PLUGIN_FILE ), array( 'jquery' ), $version );
    
            wp_enqueue_style( 'yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css', array( 'jquery-selectBox' ) );
        }
    
        add_action( 'wp_enqueue_scripts', 'yith_wcwl_enqueue_back_required_assets', 100 );
    }

    Could you try it and tell me if it works for you?

    If it doesn’t work, could you just try our plugin, WooCommerce and a default theme installed and see if the problem persists?

    Let us know any news, please.

    Have a nice day!

    Thread Starter efdalisik

    (@efdalisik)

    Hi Juan
    I did try fix but doesn’t work this problem when l did update plugin problem started, l think is JS file Wishlist.js

    Regards
    Efdal

    Thread Starter efdalisik

    (@efdalisik)

    Hi Juan
    Please could you explain more by one by I don have good experience for adding code because of so many function.php in different folders?
    Regards
    Efdal

    Thread Starter efdalisik

    (@efdalisik)

    Hi Dear
    my wishlist button still doesn’t work button is hiding, I did try so many technics tries to change codes in headers someone offer to me and sand those codes but nothing, I really need help fixing the wishlist button.

    Thread Starter efdalisik

    (@efdalisik)

    Hi Dear
    How can I add this code [yith_wcwl_wishlist] to in wishlist page, I couldn’t find it in a file in the cPanel what’s the correct name of the page.
    Efdal
    [signature moderated]

    Thread Starter efdalisik

    (@efdalisik)

    Hi dear
    I am still waiting 3 weeks l couldn’t fixed Wishlist, all icons is gone some one help me please!
    Regards
    Efdal
    ExpressNZTech

    • This reply was modified 3 years ago by efdalisik.
    • This reply was modified 3 years ago by efdalisik.
    • This reply was modified 3 years ago by efdalisik.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wishlist’ is closed to new replies.