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!
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!
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.
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!
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.
Hi winebear,
Thank you for your feedback!
We will investigate and come back with a fix.
Thanks again!