Close

Profile: Stefan

Avatar

User posts

Hi sangeet,

The Nop Product Ribbons uses javascript in order to be placed on page load. It uses the selectors which can be adjusted in the administration of the plugin in order to retrieve the information needed for the current product and for the place on which to be inserted in the markup.

Would it be possible to let us know the order id for your Nop Product Ribbons, as I cannot see an order on your account for this plugin.

Hope that helps!

sangeet.shah wrote:
now i have work on site. i am use your plugin. i use soler search to display product.now when i am search category in my site that time ribben show me but when directly click on category link on menu that time ribben is not showing me.


ribben product is only work in search but now work in directly category list.


Hi sangeet,

I remember that this plugin replaces some of the default nopCommerce's views, which is not a good practice and thus may break some of the product ribbons functionality. As we cannot guarantee what this Solr search does and how it works, it looks like there is some difference between the two pages, when there should not have any. In order to see what might be wrong, would it be possible to send us a link to your store.

Looking forward to your reply!

Nop Mega Menu
8 years ago

xcelldirect wrote:
Nop Mega Menu is not working  its not show on home page after install in admin .


Hi xcelldirect,

Can you please double check that it is enabled as a widget and that you have the content_before widget zone in your markup. If you can send us a link to your store we might be able to more precisely see what might be the case.

Hope that helps!

Bugs
8 years ago

Hi goldenzh,

Thank you for your feedback!

Would it be possible to provide some more info on the issue you are having so that we can see what might be wrong.

1. I suppose you have not made any modifications to the theme?
2. Is it only on the product details page that the mobile menu does not open?
3. What cellphone you have tested it on and with which browser?
4. Does the issue occur only on this particular type of cellphone or in general.
5. Are there any other issues on the product details page or it is just the mega menu that is not working?

Thanks in advance!

Bugs
8 years ago

manager wrote:
Hey, What are you doing? Forum search box location is wrong. Look to confirm your demo site.


Hi,

The issues with the forum had been fixed. You can update your theme by downloading the latest theme package from your My Downloads section.

Thanks for the feedback!

8 years ago

Hi winebear,

We have fixed that and uploaded on our site. You can download your package and just replace the Plugins\SevenSpikes.Nop.Plugins.Core\Scripts\SevenSpikesExtensions.js file with the one from the downloaded package. Then you will need to clear your browser's cache in order to new js file to get loaded.

You can test it also on our demo which has the fix already.

Thank you for your feedback!

Please let us know if there are any other issues found.

shabbyllity wrote:
Wow thank you for your fast reply!
The solution is almost perfect... Unfortunately I can no more click on the image to open the products page. Well, in the corners the image is clickable, also in the middle where the discription is, but not around the middle, there where the red circle was.
Is there a possiblity to completely remove these circles?
That would be brilliant!

(that the zoom button is also gone is no problem, I've disabled it anyway... ;) )

Thanks in advance!


Hi again,

Sorry for the late reply!

Having in mind that you will disable the quick view button, you can just change the code that I wrote in my previous post to this one:

@media (min-width: 1001px){
  .product-grid .item-box:hover .description-wrapper {
   display:none;
  }
}

So this will hide the description with the circle and the whole product picture will be clickable.

Hope that helps!

Hi shabbyllity,

Unfortunately there is no such setting but you can hide the circle that is shown upon hover very easily. Just add the following code to your admin -> plugins -> nop artfactory theme -> settings -> custom head styles textbox

@media (min-width: 1001px){
  .product-grid .item-box:hover .description-wrapper {
    opacity: 0;
  }
}

You just need to have in mind that you will hide also the quick view button that show a popup with information about the product.

If you want to preserve the quick view button and just hide the circle with the short description, please let us know and we can think of a way to have the quick view button present.

Hope that helps!

9 years ago

Hi again,

We have fixed that issue and uploaded it on our website. In order to integrate the fix just download the theme again from your My Downloads section and replace the following file with the one from the downloaded package:

Plugins\SevenSpikes.Nop.Plugins.Core\Scripts\SevenSpikesExtensions.js

After that you should clear your browsers cache in order the new js file to get loaded.

Please let us know if the issue still occurs.

9 years ago

Hi winebear,

Thank you for your feedback! 

We will investigate and come back with a fix.

Thanks again!