Close

Profile: nikola.dragiev

Avatar

User posts

9 years ago

Hello,

There is a setting that sets the maximum image size of the images on your nopCommerce which can be found in Configuration / Settings / Media Settings. If you put it to 1920 or higher the resolution and quality of your slider will be good. And therefore the easiest way to add an image before your navigation is if you create a slider with only one image.

9 years ago

Hello,

To reproduce the same ribbon as in the Traction theme demo you have to create a fully transparent png image file with the size of the ribbon you want to have and add it in Preview picture, so that your image css apples to the element.

Also you can use the styles for the text of the ribbon:

font-size: 18px;
color: #fff;
right: 5px;
top: 5px;
text-align: right;


If you are not using the default color of the theme you have to add this css to your Plugins \ Nop Traction Theme \ Settings \ Custom Head Styles:

.color-black .product-ribbon > img{
    border-top-color: #333!important;
}
.color-grey .product-ribbon img{
    border-top-color: #aaa!important;
}
.color-orange .product-ribbon img{
    border-top-color: #e04900!important;
}
.color-blue .product-ribbon img{
    border-top-color: #467bb1!important;
}
.color-yellow .product-ribbon img{
    border-top-color: #ffbb34!important;
}


9 years ago

Hello,

When you have deleted the resource nopCommerce displays the name of the resource it is searching for. So if you want your website to display no e-mail address you just have leave the resource value empty and save it. Now since you have deleted the resource you have to add it again by going to View String Resources in languages and press Add new record , in resource name type sevenspikes.themes.motion.coomon.emailname and leave value empty.

For the pages you want to edit you have to go to your nopCommerce Administration \ Content Management and in Topics (Pages) you will find a list of all the info pages you can access.

Bugs
9 years ago

embryo wrote:
Hello guys-

I found and corrected a small bug with the electronics theme stylesheet which I first asked about on the nopcommerce forum. The problem is that the pager does not appear on search view.

http://www.nopcommerce.com/boards/t/32039/search-view-pager-not-displayed.aspx#130466

Steve



Hello Steve,

Thank you for reporting this bug. We located the problem and fixed it.
Your feedback is important to us.

9 years ago

Hello Sam,

1. There is a setting in the administration which sets whether the number of products in category is shown in the category navigation. The setting name is catalogsettings.showcategoryproductnumber  and it must have a value of false to hide the number of products.
Here is a video on how to change settings in nopCommerce: https://www.youtube.com/watch?v=UG-eybGagag

2. Will it be possible for you to send me a link to your website if it is public in order for me to investigate this problem, and also could you name the device in which the problem occurred.  

Hello,

The sizes of the images of your website are determined by the Media settings in the Configuration / Settings menu in the administration. To mach our demo website it should be with these values:

Avatar image size:                           90
Product thumbnail image size (catalog):     345
Product detail image size:                 600
Product thumbnail image size (product page):   95
Associated product image size:        125
Category thumbnail image size:        370
Manufacturer thumbnail image size:      345
Cart/Wishlist thumbnail image size:      80
Mini-shopping cart thumbnail image size:    78
Maximum image size:                  1920

Also your category images should be square (for example 500px / 500px) if they don't have white background in order to fill the entire circle.

If you still want to remove the white border of the image you can do that by going to Plugins / Nop Allure Theme / Settings where you will find a Custom Head Styles textbox in which you have to paste this code:

.home-page-category-grid .item-box, 
.sub-category-grid .item-box{
  border: none;
}


To remove your home page slider from all mobile devices you have to paste this code also in Plugins / Nop Allure Theme / Settings:
@media screen and (max-width: 1000px){
  .slider-wrapper{
    display: none;  
  }
}


Hope this helps

9 years ago

Hello Steve,

The pattern png file can be with any color, size or level of transparency. It is basically an image that repeats horizontal and vertically until it fills the width and height of your website. The background of your theme is white, so any transparent parts will show the color beneath the image. Usually the pattern images are not very large in size, so that the page loading is not slower.

If you have problems finding the right pattern for your website I can recommend you to search free patterns on the Internet in sites such as:
http://subtlepatterns.com/

Hope this helps you

9 years ago

Hello,

It is very easy, just go to you nopCommerce administration => Configuration => Stettings => General and Miscellaneous Settings and unclick the Allow customers to select a theme chackbox.

Hope this helps,
NIkola Dragiev
NopTemplatesTeam

Hello,

Customer Registration page and Customer Info page may have the same content, but have different markup and styling. Therefore I'm afraid that the change you require will need modifications to the razor views of the theme.

Thank you for writing us
NIkola Dragiev
NopTemplates.com

9 years ago

Hello Ivan,

Can you send us link to your website if it is public, in order to investigate your problem. Also you say that you have set a min-width property to the mega menu items, but which element you use to select  the <li> or the <a>. Please send us screenshots if your website is not published yet, because I find it difficult to reproduce your problem.

Looking forward to your replay,