Showoff how you have integrated the Nop JCarousel plugin in your store to the community.
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop JCarousel plugin for nopCommerce.
Hi Yves,
Could you check if the Cache for the Categories Header Menu is enabled.
Your web site has quite a lot of categories, so you should definitely set Enable Cache in the Categories Header Menu settings page in the Administration.
Please let us know if this fixes the problem.
Best Regards,
Nop-Templates Support Team
Hi Joel,
Could you check if the Cache for the Categories Header Menu is enabled.
Your web site has more than 1100 categories, so you should definitely set Enable Cache in the Categories Header Menu settings page in the Administration.
Please let us know if this fixes the problem.
Best Regards,
Nop-Templates Support Team
Hi Yves,
We can see that your web site is now accessible.
Did they tell you what they mean by "third party tool or script"?
Are you using a shared hosting for your web site?
We are asking as we had similar problems with our previous shared hosting. When we started to get more visits on our web site they started to stop it from time to time with the only explanation that it uses more resources than is allowed for a shared hosting and wanted us to upgrade to a more expensive plan. Now we have a dedicated server and have no problems with our web site.
There is no reason to think that the script you are using for the menu is causing issues on the server as it is executed on the client site and probably doesn't make server requests (in the browser).
Best Regards,
Nop-Templates Support Team
Hi,
You need to make your product picture div a bit wider in order for your big images to fit.
In your styles.css on line 666, simply change the width from 300px to 400px
.product-details-info .picture {
float: left;
width: 400px;
margin-top: 25px;
margin-bottom: 15px;
}
Regards