• Resolved ivankhuri

    (@ivankhuri)


    Hello, I’m using your plugin for my WooCommerce website. I noticed that the heart icons aren’t appearing over the products in the Products Grid on the home page, but do appear normally in the categories pages. Any idea why this is happening? You can see the website here: sandeal.co.il

    I am using Essential Addons with Elementor: Product Grid, Woo Product Carousel in the home page.

    • This topic was modified 3 years ago by ivankhuri.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pablo Pacheco

    (@karzin)

    Hi @ivankhuri ,

    It’s going to be necessary some custom PHP code.

    First, you need to override the template from the Product Grid / Woo Product Carousel and then modify it by adding the same hook used by the wish list button. Since we’re talking about the thumb button, you can find the hook at the option Buttons > Thumb button > Loop position. The default value there is woocommerce_before_shop_loop_item

    Product Grid
    – Copy plugins\essential-addons-for-elementor-lite\includes\Template\Eicon-Woocommerce\default.php
    – Paste on wp-content\themes\your-theme\Template\Eicon-Woocommerce
    – Add the line <?php do_action( 'woocommerce_before_shop_loop_item' ); ?> inside the div <div class="eael-product-wrap">. There are many of them. It will depend on your Elementor settings. I put it here around line 57

    Woo Product Carousel
    – Copy plugins\essential-addons-for-elementor-lite\includes\Template\Woo-Product-Carousel\preset-1.php
    – Paste on wp-content\themes\your-theme\Template\Woo-Product-Carousel\
    – Add the line <?php do_action( 'woocommerce_before_shop_loop_item' ); ?> inside the div <div class="image-wrap">. I put it here around line 58

    Thread Starter ivankhuri

    (@ivankhuri)

    Hello, I appreciate the reply so much.

    So I tried to move the file but under wp-content\themes\astra (I use astra) I didn’t find Template folder, only template-parts and there is no Eicon-Woocommerce or Woo-Product-Carousel folders.

    Plugin Author Pablo Pacheco

    (@karzin)

    Anytime ??

    Oh, ok. You have to create the folder inside your theme.

    Plugin Author Pablo Pacheco

    (@karzin)

    Hi there, I’m closing the ticket.
    Let me know if you need more help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Heart icons don’t appear in Product Grid’ is closed to new replies.