Topic for general discussion regarding Nop Store Locator plugin
Topic for reporting any Nop Traction Responsive Theme problems.
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Traction Theme for nopCommerce.
Topic for general discussion regarding the Nop Traction Responsive Theme.
Topic for reporting any Nop Previous/Next Product problems.
IMPORTANT NOTE: There is a known issues with installing new plugins in nopCommerce. Please read this post for more information how to resolve it.
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Previous/Next Product plugin for nopCommerce.
Topic for general discussion regarding Nop Previous/Next Product plugin
Hi deselt,
If you have the Nop Ajax Filters installed and activated as a widget, the default filtering should not be displayed, without the need to comment them out in the code. Would it be possible to uncomment the code and enable the ajax filters and let us know whether on a category page you have both the Nop Ajax Filters and the default specification filters enabled.
Thanks in advance!
Best Regards!
.product-ribbon {
width: 70px;
height: 70px;
border-radius: 35px;
background: #5be;
padding: 0 5px;
text-align: center;
line-height: 70px;
font-size: 0;
}
.ribbon-text {
background: none !important;
box-shadow: none !important;
padding: 0 !important;
vertical-align: middle;
line-height: normal;
font-size: 18px;
font-weight: normal !important;
color: #fff;
}
.ribbon-text {
border-radius: 3px;
box-shadow: inset 0 1px 0 #ea2626, 0 1px 2px #999;
background: #c00; /*old browsers*/
background: linear-gradient(#e60000 0%,#b30000 100%);
padding: 7px 10px;
}