Home Forums Themes Support Claue Wishlist menu icon

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #24595

      Hello Harry,

       

      I am using WooCommerce Wishlist Plugin and replaced YITH wishlist plugin because it is way better in performance and functionality.

      Everything is fine except I can’t add the heart icon in the menu like the same way for YITH plugin.
      they call the icon counter in the documentation and it has a shortcode [ti_wishlist_products_counter] but I don’t know where or how to use it.

      Can you please help me add the icon in the menu?

      Kind regards

    • #24600

      Hi Sprado,

      Please copy layout-x.php in claue > views > header to claue-child > views > header as header layout running on your site

      change the code

      if ( class_exists( 'YITH_WCWL' ) ) {
      global $yith_wcwl;
      echo '<a class="cb chp hidden-xs" href="' . esc_url( $yith_wcwl->get_wishlist_url() ) . '" title="' .  esc_html__( 'View your Wishlist', 'claue' ) . '"><i class="pe-7s-like"></i></a>';}

      with

      echo do_shortcode('[ti_wishlist_products_counter]');

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #24602

      Hi Harry,

       

      Thank you for providing the code.

      I added the code but it only showed the icon on mobile menu, but the main menu still missing.

      Do I need to add more code?

       

      Thank you

    • #24603

      I fixed it now and it is showing but it doesn’t disappear on mobile version.

      How can i make it disappear on mobile please?

      Attachments:
      You must be logged in to view attached files.
    • #24605

      Hi Harry,

       

      I fixed the issues, I managed to display on desktop and hide on mobile.

      Thank you for helping me

       

      Good luck

    • #24607

      Glad to hear you solved issue.

      Feel free contact us again if you need more help.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.