Close

Profile: Boyko

Avatar

User posts

12 years ago

minsou wrote:
Hi,
i set the manufacturer in grid options, but i don't find in the documentation where to store the pictures associated to manufacturer. Can you explain me ?


Hi minsou,

You need to go to the Administration. Then go to Catalog -> Manufacturers and click on the Edit link next to each manufacturer. Now you can upload a picture for the given manufacturer.
Then this picture will be used in the Mega Menu for the manufacturer.

Thanks

Hass wrote:
Hi,

-I have configured the catalog listing in public store to show 4 product box per grid line in grid view ...


You need to do the same changes in the Ajax Filters by modifying this file:
Plugins\SevenSpikes.Nop.AjaxFilters\Themes\Fashion\Views\Catalog7Spikes\CategoryTemplate.ProductsInGridOrLines.cshtml

Hass wrote:

- I have manage to configure the catalog in public store so when clients hover a image it will change to another one how can I leave the quick view but instead of showing it on hover I want it to always be shown like for example in place of the add cart button


The Quick View buttons are added from the QuickView.min.js file. So you need to modify this file but I am not sure that this will be easy as now the Quick View button is added on mouseenter and is removed on mouseleave.

Hope this information is useful!

12 years ago

thesteef wrote:
Hi, I was wondering, when can we expect the 3.0 version of the fashion theme?


Hi thesteef,

We are working on the upgrade and we hope to have it released at some point on Wednesday as we need to update the demo store and the Theme Roller as well.

Thanks

Bugs
12 years ago

naveenpinna wrote:
Hi

We are using 2.6 and we get this error message when we install the jcarsousel plugin

Server Error in '/' Application.

No parameterless constructor defined for this object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.MissingMethodException: No parameterless constructor defined for this object.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: c:\inetpub\Nop.Web\Views\Widget\WidgetsByZone.cshtml    Line: 5


Hi naveenpinna,

Please modify your Global.asax file by putting an empty space in it and save it.
There is a known issue, so when you install new plugins you need to have a full application restart.

Thanks

Logo Size
12 years ago

aesperon wrote:
how can I change the size of the logo


Hi aesperon,

You can change the size of the logo by uploading a different logo image and then adjust the styling of the logo link in the css of the theme Themes\ShopAll\Content\styles.css
Modify this css definition:

a.logo
{
    background: url('images/logo.png');
    display: block;
    width: 195px;
    height: 118px;
    text-decoration: none;
}


Hope this helps!

12 years ago

atzmonca wrote:
hi,
and where is the css line code that control this behavior? i want to mark this code


Hi atzmonca,

You can find the css of the Mega Menu here:
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\YourThemeName\Content\style.css

Where YourThemeName should be the name of your current theme in nopCommerce i.e ShopAll.

And this is the line in the css file that makes the Menu to show on hover:

.mega-menu li:hover .dropdown 
{
    display: block;
}


Hope this helps!

12 years ago

Hass wrote:
Hi

1-90% of times the  nop jcarousel in home screen don't auto scroll after 1 second I have to manually scroll it for the first time after that it begin working as expected

2-is there a settings to limit the number of manufacturer that are shown inside the mega menu?



Hi Hass,

1. Could you send us a link to your web site and provide us access to your administration, so that we can investigate this? Please send them in an email to our support mail.

2. Yes, you can limit the number of manufacturers but only if you show them in list. If you have them with pictures you can't limit them. The same applies for the category template it should be in list and then you can choose to show the manufacturers and to limit them.
All these settings are available in the administration page of the plugin.

Thanks

12 years ago

naveenpinna wrote:
Hi

We are looking for mega menu for nopcommerce 2.6? Is there anyway we make the 2.65 megamenu work for 2.6 or do you guys have this for 2..6?

Thanks


Hi naveenpinna,

Unfortunately the Mega Menu support only nopCommerce 2.65 and higher versions.

Thanks

logo
12 years ago

ramzi wrote:
I installed nopClassic but i have some trouble:
I changed the logo.gif but i still have the nopcommer on my site
I have not the banner on lef et right sides
The menu is different from the one in the demo I dont found the one the th Manufacturers as in the demo of the theme.
I use 2.8 version
Thanks


Hi ramzi,

Please refer to the documentation of the theme.
You need to install the Anywhere Sliders plugin and the Mega Menu plugin if you want to have the same look as our demo store. Please refer to the online documentation of each plugin for more information on how to set them up.

Thanks

12 years ago

Hass wrote:
Hi

1-Can the filter be integrated in manufacturer page I mean it should be integrated in all product Overview pages the template look diffrent when showing product details in manufacturer
how can I integrate the filter by code because I think there is no way to do this from nopcommerce

2-can anywhere slider be linked to specific Manufacturer now i can integrate the same slider for all the manufacturer how can I show diffrent sliders for diffrent manufacturer im using nopcommerce 2.8

Thanks


Hi Haas,

1. Currently it is not possible. You can vote for this in our User voice portal.
2. This feature will be supported in the Sliders for nopCommerce 3.0.

Thanks