• Resolved fahim1040

    (@fahim1040)


    I have been using the default WishList buttons from TI WishList for a long time now. I use the flatsome theme and had deactivated TI WishList’s integration with flatsome using the code below from this thread
    https://www.ads-software.com/support/topic/remove-flatsome-theme-compatibility/

    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 );
    }

    However, after the latest TI WishList update this code isn’t working anymore and the TI Wishlist’s Flatsome integrated button is showing up along with my previous setup. This is messing up my design really badly. How do i remove TI wishlist’s integration with flatsome after this new update?

    • This topic was modified 1 year, 7 months ago by fahim1040.
Viewing 1 replies (of 1 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi,

    You can disable the Flatsome theme integration from the plugin settings. Navigate to Dashboard -> TI Wishlist -> Integrations and disable the Flatsome theme option.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove flatsome theme compatibility’ is closed to new replies.