• Resolved ThriftMembers

    (@thriftmembers)


    Hi YITH.

    I’m currently using the FREE version of this plugin, and it seems to work great for the most part – BUT – I’m still finding some issues, that needs to be adressed.

    1. When using a smartphone and going to the SHOP-page the badges dosen’t show at first. You have to go to the next page and back in order for them to show.

    2. The badges themselves are also added to my MINI CART, wich covers up the entire image and the “delete item” function in the cart. Is there any way to remove them from the mini cart?

    I tried another code from one of the other posts and added this to my function.php file, but this did not solve the issue.

    /* —————————————————————- */
    /* YITH Badge Management
    /* —————————————————————- */

    if( ! function_exists( 'yith_remove_badge_single_product_image_thumbnail' ) ){
    	function yith_remove_badge_single_product_image_thumbnail(){
    		if ( function_exists( 'YITH_WCBM' ) && !empty( YITH_WCBM()->frontend ) ) {
    			remove_filter( 'woocommerce_single_product_image_thumbnail_html', array( YITH_WCBM()->frontend, 'show_badge_on_product_thumbnail' ), 99 );
    		}
    	}
    	add_action( 'init', 'yith_remove_badge_single_product_image_thumbnail' );
    }

    I hope you guys can help! – Thanks! ??

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    thanks for your reporting.

    1. We have tested it in different device (android and iPhone, too) and works fine. Are you sure you haven’t a cache issue ? Please, could you try in a private session ? Thanks!

    2. Please, go in Appearance > Customize > Additional CSS and past this CSS rule:

    #mpcth_mini_cart .yith-wcbm-badge{
        display: none
    }
    Thread Starter ThriftMembers

    (@thriftmembers)

    Hi @yithemes

    I thought I already tried this, but clearly not.. It worked! – Thanks ??

    Plugin Author YITHEMES

    (@yithemes)

    Thanks to you!
    YITH

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Smartphone and Mini Cart issues.’ is closed to new replies.