• Even after activating the YITH catalog mode plugin, the shopping cart is still visible for site visitors and admin. What should I do in this case?

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

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi @katisofia,
    Add this custom code in your functions.php

    add_filter('ywctm_cart_widget_classes', 'my_ywctm_cart_widget_classes');
    
    function my_ywctm_cart_widget_classes($classes){
        $classes[]='.wcmenucart-toggle-drop_down';
        return $classes;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Shopping cart icon still visible’ is closed to new replies.