Hi,
I am not sure that the sliders can handle SWF format, because it is Flash content. Anything that is considered image format, can be used.
NOTE: nopCommerce does not support animated GIFs.
.specificationFilterPanel7Spikes ul,
.attributeFilterPanel7Spikes ul
{
max-height: 300px;
overflow: auto;
}
@media all and (min-width: 1001px) {
.header-menu.stick {
position: fixed;
top: 0;
right: 0;
left: 0;
margin-top: 0;
background: #fff;
border-bottom: 1px solid #999;
box-shadow: 0px 0px 10px 0px #888;
}
}
Hello,
I suppose you use old version of the theme. This was fixed on the 2nd of September. Now the code looks like this:
if (!string.IsNullOrWhiteSpace(Request.UserAgent) && Request.UserAgent.IndexOf("Android 2.", StringComparison.InvariantCultureIgnoreCase) > 0)
{
isAndroid23Class = "android23";
}
Hello,
The MegaMenu plugin uses the standard caching in the nop. When you edit a topic you should clear the cache in order to have the MegaMenu updated. You do not need to restart the application. I just tested it and it works perfectly.