Close

Profile: nikola.dragiev

Avatar

User posts

9 years ago

Hello,

Matching pictures for your attributes is very easy. When you have created your attribute just click on view/edit values and then when you click on add new value you have a picture option on the bottom, when you can match any of the products pictures for the given attribute.

Hope I'v been useful

9 years ago

Hello,

The size of the images used on the Alicante theme demo site is 600px width and 750px height.
If you want your site to look good with the cloud zoom  plugin i recommend using pictures with the same ratio (width to height) and with no less than 450px width (for example 450px/563px,  500px/625px  etc.)

If you upload images with those sizes and they still appear smaller check in your nopCommerce administration Configuration => Settings => Media Settings if these values are the same:


Avatar image size:  85

Product thumbnail image size (catalog):    260

Product detail image size:  320

Product thumbnail image size (product page):  100

Associated product image size:     125

Category thumbnail image size:    300

Manufacturer thumbnail image size:  260

Cart/Wishlist thumbnail image size:  80

Mini-shopping cart thumbnail image size:  47

Maximum image size:  1920

If some are different please correct them and then save the changes.

Hope I've been useful,

Nikola Dragiev

NopTemplates Team

9 years ago

Hello,

After investigating your website I discovered that this problem occurs not only with our megamenu but also with your flyoutcart button(Winkelwagen). So I suppose it is something related to the bxslider, not the MegaMenu.

Would you mind testing with the default nopCommerce menu and see if the issue still occurs. Have you noticed this issue with the mega menu before customizing it to match your theme's design.

Looking forward to your reply,
Best Regards!

10 years ago

Hello,

The HomePageText Topic doesn't feature in the NopSmart Theme Design,
but if you want to  include it in your website you just have to follow a few easy steps.
First you have to open the style.css file which is located in your Themes\Smart\Content\css folder in you NopCommerce installation. When you open it you have to go to line 2960 and replace the "display: none;" property with "text-align: center;".
After that you have to open the 980.css file, which is located in the same folder. There you can go to the bottom of the code and paste this:

.home-page .topic-html-content{
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}


Please make note that you have to paste it before the last curly bracket "}" of the code, otherwise it will not display properly on mobile devices.
Then your HomePageText Topic should feature on your website's home page.

Hope I've been helpful!