Flatsome Issues
-
Updated to 1.23.7, but still getting two separate wishlist icons on product images in the store.
I had found this bit of code in the support forum here to prevent this:
add_action( 'init', 'tinvwl_flastome_integration' ); function tinvwl_flastome_integration() { remove_action( 'flatsome_product_image_tools_top', 'tinvwl_flatsome_product_wishlist_button', 2 ); remove_action( 'flatsome_product_box_tools_top', 'tinvwl_flatsome_product_wishlist_button', 2 ); }See screenshot to see what I’m talking about.
https://snipboard.io/5VwXgo.jpg
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Flatsome Issues’ is closed to new replies.