The cart part does not appear when mobile view. Can you assist me on this? Thanks
The cart does not exist in mobile view
2 replies · opened Nov 27, 2020
AanglingjunNov 27, 2020
AanglingjunNov 27, 2020
This product modal plus and minus button not function well.
"include/ajax/shop-item.html"
SSemicolon WebSTAFFNov 27, 2020
Hello,
Simply remove the
.d-noneand.d-sm-blockClasses to display the Top Cart icon on Mobile Devices.Consider using the following code at the bottom of the Page after the
js/functions.jsJS File Linking:
[ch_pre]
jQuery('[data-lightbox="ajax"]').on('mfpAjaxContentAdded', function(e) {
SEMICOLON.widget.cartQuantity();
});
[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard