Close

Profile: Support

Avatar

User posts

10 years ago

Topic for general discussion regarding Nop Store Locator plugin

Bugs
10 years ago

Topic for reporting any Nop Traction Responsive Theme problems.

10 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Traction Theme for nopCommerce.

10 years ago

Topic for general discussion regarding the Nop Traction Responsive Theme.

Bugs
10 years ago

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.

10 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Previous/Next Product plugin for nopCommerce.

10 years ago

Topic for general discussion regarding Nop Previous/Next Product plugin

10 years ago

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!

10 years ago

jburke wrote:
Hmm...in the past versions, adding an image ribbon seemed to remove the css version automatically. I would like the option for both so I don't want to just remove the css. Am I missing something? Or has this functionality been changed in the current version?


Hi,

I am not sure that it had been differently in the previous versions. The ribbons had been changed slightly from version 3.3, but older version should behave alike.

I can suggest you copy and save somewhere this css and if you want to have a ribbon in a blue circle, you can just paste this css in the administration of the ribbon(as you know there are textboxes for adding css for ribbon image, ribbon text, etc.) and have the same default blue circle.
You can create a ribbon and paste this styling. Then just make the ribbon always fail and thus you will have the default styling saved and when you need yo can use it for making a default blue circle ribbon.


Hope that helps!


Should you need any further help, please let us know.

10 years ago

jburke wrote:
I should have elaborated further. If no text and no image is added, it just shows a blank blue circle...


Hi,

The blue circle is the default ribbon styling that comes from the css of the ribbons. It was added so that customers can create ribbons which are styled without knowledge of css.
In order to remove the default blue circle you should edit the Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Themes\Smart\Content\Ribbons.css file and remove the following:

.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;
}

Also open the Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Styles\Ribbons.common.css file and remove the following:

.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;
}

Thus you will be free to add your own styling or use just an image.

Hope that helps!

Please let us know if you need any further help!