Adding Animated Shopping Cart

Home Forums Chit Chat WPLMS customizations Adding Animated Shopping Cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1136
    SuperDave
    Spectator
    cart in actionI wanted to post a picture of the cart in action but the image add button does not work so I could not upload. You will have to take it from me that it looks good showing the following:- It is fully compatible with WooCommerce. It gives you access to a variety of different cart icons, a super cool cart flyout and a variety of other awesome features. This plugin includes all of the following: A choice of over 10 cart icons
    • A fully featured cart details flyout
    • Ability to add cart + flyout to an unlimited amount of menus
    • Ability to add a custom css class
    • Automatic updates on any great new features
    • WordPress Multilingual integration
    https://wpovernight.com/downloads/menu-cart-pro/ One of the main reasons for posting this TIP is the amazing support and work put in to make this plugin work specifically with the WPLMS them. The flyout option is blocked by WPLMS and get it to work please add the following code :- It looks like the menus in wplms do not support submenus at all. If you add these styles to your childtheme style sheet it will work:   .wpmenucartli { position: relative; } .sub-menu.wpmenucart { display: none; }   .wpmenucartli:hover .sub-menu.wpmenucart { display: block; }   .sub-menu.wpmenucart { background-color: #262d33; position: absolute !important; right: 0; left: auto; width: auto; z-index: 999; }   .sub-menu.wpmenucart > li > a { float: none; padding: 10px !important; }   .wpmenucartli .sub-menu.wpmenucart > li { border: 0 !important; margin: 0 !important; padding: 5px !important; }  
    #1643
    MrVibe
    Keymaster
    Thanks for this tip :)
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding Animated Shopping Cart’ is closed to new replies.