Thumb button – small heart not showing on product loop
-
We have setup famous Woocommerce Block Shop theme https://woocommerce.com/products/block-shop/ and try to integrate Wish List plugin.
We found out that Thumb button – the small heart is not showing on product loop when products are loaded via ajax. This is how products are loaded: https://blockshop.wp-theme.design/the-shop/The heart Icon is loaded only on first/initially displayed products but not on those which are loaded by infinity loading when scrolling.
I did check in the html code and the elements with classes ‘alg-wc-wl-btn…’ are present, but the icon element <i class=”fa fa-heart” aria-hidden=”true”></i> doesn’t have :before pseudo selector.
Tried to add it with Jquery after ajax is finished, but could not show it whatever I do.
- The topic ‘Thumb button – small heart not showing on product loop’ is closed to new replies.