• Resolved Chadwickhugh

    (@chadwickhugh)


    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)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @chadwickhugh

    Since the Flatsome theme using own add-to-wishlist buttons you need to set the “Button position” option in our plugin to “Custom position with code” value to hide native plugin buttons.

    OR using the above snippet to disable The Flatsome theme buttons.

Viewing 1 replies (of 1 total)

The topic ‘Flatsome Issues’ is closed to new replies.