Awesome thank you.
Minor bug found for categories with long names when viewed on a mobile device. The text wraps but the category button doesn't expand and so the second line of text gets partially hidden.
Here is an image of the issue cutting off the "Adapter" part of category "Cable Interface/Gender Adapter":
http://imgur.com/6padSAe
Overall this theme works and looks great.
Thanks.
Hi,
I've just installed this theme version 3.50. When debugging from source my homepage loads fine. However once I publish the project and attempt to load it I get this error:
The partial view 'MiniShoppingCart' was not found or no view engine supports the searched locations. The following locations were searched:
~/Themes/ShopAll/Views/ShopAllShoppingCart/MiniShoppingCart.cshtml
~/Themes/ShopAll/Views/ShoppingCart/MiniShoppingCart.cshtml
Hi, I've just installed the latest 3.50 version of your ShopAll theme and noticed an issue with the Mega Menu plugin. When loading the homepage to my site it shows the menu twice. Looking into the code I believe this is the relevant bit from "MegaMenu.cshtml" in the plugin views directory:
<ul class="mega-menu">
@RenderMegaMenu(isMegaMenuResponsive: false)
</ul>
<div class="menu-title"><span>@T("SevenSpikes.MegaMenu.ResponsiveMenuTitle")</span></div>
<ul class="mega-menu-responsive">
@RenderMegaMenu(isMegaMenuResponsive: true)
</ul>