Close

Profile: IvanStoyanov

Avatar

User posts

JonNopper1 wrote:
Products image size (pixels):

Can you show featured products in the mega menu?


Hi JonNopper1,

Yes! You can. You will need to configure the CategoryMenuTemplate views.
The item.CategoryModel property contains IList<ProductOverviewModel> FeaturedProducts. Also the item contains IEnumerable<ProductOverviewModel> BestSellerProducts. You can use them in the views and create the look and feel that you like.

Ivan Stoyanov

Bugs
11 years ago

domenico.neri wrote:
Hi,
I've installed the latest version of this plugin and if I enable the option "Use Pictures as Links", the link doesn't work on Internet Explorer 10, 9, and 8.

What can I do to fix that bug?


Hi domenico.neri,

Thank you for reporting this. It appears that the problem was with the general css of the Anywhere Sliders plugin. The problem only appeared in IE browsers.
We fixed it, and you can apply the fix by updating the plugin.
Please read this article for more information on how to do that: http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Plugin

Ivan Stoyanov

cooperchen wrote:
hi

today I update theme again, when it done, i found my PriceRangeFilterSlider7Spikes can not localize. it's Title always be "PRICE RANGE", and also be happen to "Clear All".

sevenspikes.nopajaxfilters.client.pricerangefilter.title
sevenspikes.nopajaxfilters.client.common.clearall

how to fix them?

by the way, SevenSpikes.NopAjaxFilters.Client.Common.Clear is working fine..


Hi cooperchen,

Try to localize the values manually from the administration of nopCommerce

SevenSpikes.NopAjaxFilters.Client.Common.ClearAll

SevenSpikes.NopAjaxFilters.Client.PriceRangeFilter.Title

are localizable, so you should not have any problems localizing them.

Ivan Stoyanov

11 years ago

chenos7 wrote:
Hi,

I'm trying to achieve the same menu as your demo, and I cannot understand how to setup the menu that I will see each category in clothing and in the menu too. Can you please guide me how to do it?

Best regards,
Chen


Hi Chen,

I suppose, that you are talking about this demo: http://themes.fashion.nop-templates.com/
The Mega Menu in the demo is set up to show only the top level categories as menu items. The Clothing category does not contain all of the categories. It contains only the subcategories and the  manufacturers for the products, that are in those categories. If there are no manufacturers mapped to the products in the categories, a Shop by manufacturer column is not shown.

Ivan Stoyanov

11 years ago

cicciuzzo wrote:
how do you associate the quick view in more css class?


Hi cicciuzzo,

Can you explain in more details what you mean by
cicciuzzo wrote:
associate the quick view in more css class?


Ivan Stoyanov

11 years ago

chenos7 wrote:
Hi,

I would like to know if there is a way to setup the store logo, using the administration site?

Best regards,
Chen


Hi Chen,

At the moment nopCommerce does not have the functionality to change the store logo from the administration of your website.
To change the logo you need to name your logo image file "logo.gif" and replace the same file located at \Themes\YourThemeName\Content\images\

Ivan Stoyanov

11 years ago

chenos7 wrote:
Hi,

Do you have any Facebook plugin for the nopcommerce site?

Best regards,
Chen


Hi Chen,

We do not have any Facebook plugins. If you have any ideas, you can suggest them at our User voice portal and we will consider implementing them.

Ivan Stoyanov

chenos7 wrote:
Hi,

When I map a slider (main) to one of the category (clothing => Dresses) is hiding the slider from the site main page.

If you look at the original theme demo, when you go to the main slider and move to the categories tab and select one of the sub categories and press insert and save. Refresh the website and you'll notice that the you won't see the picture.

Best regards,
Chen


Hi Chen,

This is an expected behavior of the Anywhere Sliders plugin. When you map a slider to a category. The slider will be visible only on the category page of that category.

Ivan Stoyanov

11 years ago

atzmonca wrote:
now the mega menu open sub menu on mouseover but i prefer it will open just after onclick event
how can i do that? version 2.65


Hi atzmonca,

The opening of the Mega Menu is done by css only. If you want the menu to open on click, you need to remove the css code responsible for the opening of the menu, write JavaScript code that will open the menu on click and include the .js file in the MegaMenu.cshtml file.

Ivan Stoyanov

Sliding title
11 years ago

cicciuzzo wrote:
hello

is possible sliding the title every three items??

for example :

first three title =" hi perfomance " .. second three title = " big convenience ",....

hi


Hi cicciuzzo,

The JCarousel plugin does not support sliding the title. You can configure the title from the settings of the plugin, but you can not slide it.

Best regards,

Ivan Stoyanov