Topic for general discussion regarding the Nop Playground Responsive Theme.
Hi DOMENICO.NERI,
You need to edit the Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Views/MegaMenu/MegaMenu.cshtml view. After that you can restart the application from the administration to see the changes.
As all of our plugins are themable if you have your own theme, say named "My_Theme_Name" you can override the default views of the Mega Menu by creating a folder in the Themes folder as shown below:
Copy the Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Views/MegaMenu/MegaMenu.cshtml file to
Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/My_Theme_Name/Views/MegaMenu/MegaMenu.cshtml. Thus when in the future you upgrade your nopCommerce to newer version you will have your own changes separated from the plugin and easily can be merged in the new version.
Please also make sure that you have copied the web.config file from Themes/DefaultClean/Views/ to the Themes/My_Theme_Name/Views folder as it is needed by the MVC.
Hope that helps!
Hi JEMMYLU,
I see that this error is produced by a search engine bot. Have you noticed an error being thrown while browsing your store or you just see the error in the log.
We will further investigate this issue for our next release.
Looking forward to your reply!
Hi Shawn,
Please have a look at the size which we use for our demo and think are optimal for the theme:
- category images - width:height = 3:2 on our demo 450px:300px
- product images - square - on our demo 500px:500px
- home page sliders - on our demo 1280px:248px
Hope that helps!
Hi Shawn,
I tested this scenario and the logo goes smaller and smaller on smaller devices. So there should be anything else that prevents the logo to go smaller.
If you can send an email to our support with admin credentials and url of your site, we will be able to investigate what is going wrong and fix it.
Looking forward to your reply!
Hi Matt,
Thank you for your suggestion. It is really a good idea. The only issue I see is that on catalog pages(category, manufacturer) there is no wishlist button present, so we will need to add it as well. It is not a matter of styling it similar to the add to cart button. The design will have to change, because the price is shown near the add to cart button, so adding a wishlist button instead will change the design.
We will consider implementing this functionality for adding a wishlist button on catalog pages.
Thank you for your suggestion!