Remove flatsome theme compatibility
-
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?
- The topic ‘Remove flatsome theme compatibility’ is closed to new replies.