Close

Profile: Boyko

Avatar

User posts

12 years ago

Hi jbruke,

Could you add this code into the CloudZoom.css file?

#wrap {
  display: inline-block;
  overflow: hidden;
}


Please let me know if this fixes the issue.

Thanks

12 years ago

lftalero wrote:
Hi again.

I have added some categories and subcategories to Nopcommerce
Now the megamenu shows me everything, but it only allows me to go to the main category but it won't to any subcategory
(see  http://tienda.motoimportados.com/ category "Productos/Cascos", which works, but  "Productos/Cascos/Integrales" does not.

I already checked the megamenu configuration but I don't see the cause for this problem.

Also, I want to add the sliders your demo store uses to narrow the number of items shown by price, color, etc, how do I add one of this sliders?

Thanks!


Hi lftalero,

This is strange but it is definitely not a Mega Menu issue as if you open the main category you can still not navigate to the inner categories. You can't also navigate from the category navigation on the left.
I guess there is some ACL (access control list) issue in your store. You can switch to the DefaultClean theme and see if the problem is still there (I am pretty sure it will be).

I don't completely understand what do you mean by "slider" that allows to "show by price" etc. Can you be more specific and send a screenshot or a link to the demo, so that I can understand what are you referring to. I guess you are talking about the Ajax Filters, which you have enabled already. You can see them in the same category as there is a checbox for the manufacturer. All our plugins support ACL and Store mappings, so if you have limited your products to a specific store or a specific customer role then they won't be displayed or filtered etc. when the user has no access to view these products.

Hope this helps!

Thanks

12 years ago

dutchtouchremco wrote:
Hello,

There's one more thing that has come to my attention.

Example:
http://www.dutch-touch.co.uk/coats-jackets-2

Here you can see that the sort order of the filters for SIZE is not like I wish it to be.

I don't want to set 01, 02, 03, ...  10, 11, 12 to get 2 beying displayed above 10.

Is there a way I can configure this?


Hi dutchtouchremco,

Unfortunately there is no way to configure this because there is no way to control the display order of the attributes within a set of products. That's why they are always sorted alphabetically.

Thanks

12 years ago

jburke wrote:
I updated to the latest versions of the Ultimate plugin collection. Now my Cloud Zoom is acting crazy. Basically i'm using the "Inside" zoom type. When I try to zoom it only uses about half of the image and the normal image is halfway covered up. Please see what i'm talking about at: http://www.shinybars.com/1oz-silvertowne-trademark-bar-999-fine

If I may add something off topic to this post. I don't know what I did differently than before, but I lost all of my settings from the previously configured ultimate plugin collection to include sliders, jcarosel's, and all setting associated with smart seo, etc.


Hi jburke,

I just enabled the Cloud Zoom on our demo store to be Inside and it works fine. Please note that it also runs the latest version of the Cloud Zoom. So you have either not updated correctly or you have made some changes to the styling that break it?

Thanks

Bugs
12 years ago

katie366 wrote:
I am trying to W3C Validate my website, and I am getting an error on the mega menu because of a blank src attribute on the image. "Bad value for attribute src on element img: Must be non-empty." Is there anyway round this?
Thanks


Hi katie366,

Thank you for reporting this!
The problem is because we use lazy loading of the images in the Mega Menu and load them on hover. So this will actually never be empty but it is initially. This is a very good optimization for faster page load and especially when you have too many images in the Mega Menu.
There is a very quick fix for this, which we will add in the official package. Please let me know, which version of the plugin (theme) do you use, so that I can tell you how to update or apply the fix directly in the Razor view file.

Thanks

12 years ago

dutchtouchremco wrote:
Thanks again, one last question :-)

On the filtering on the left side I have two filters with 'Size',  any idea why?

Please see:
http://www.dutch-touch.co.uk/coats-jackets-2

When that's fixed all should be set for the full version!


That's because you have an attribute called Size and a specification called Size.
You can either remove one of them as I am not sure if they both are needed or simply disable either the Attribute filter or the Specification filter from the administration of the Nop Ajax Filters plugin.

Thanks

mstuart wrote:
Is there a relatively easy way to replace the standard left hand navigation with a vertical Nop MegaMenu to display only the top level categories (marked as 'Show on home page')?

My client really likes the Nop MegaMenu, but would like it to work as part of the left navigation instead of the top menu.

Thanks,

Mike


Hi Mike,

The Mega Menu is integrated into nopCommerce via a widget zone, which by default is "content_before". You can change the widget zone to be "left_side_column_before" by editing this file: Plugins\SevenSpikes.Nop.Plugins.MegaMenu\SupportedWidgetZones.xml
Then restart nopCommerce and the Mega Menu will be shown on the left side column.
Then it is a matter of css modifications to make it look as you want.

Thanks

12 years ago

dutchtouchremco wrote:
Hello,

Thank you for the quick and helpful reply! When I set that setting 'catalogsettings.includefeaturedproductsinnormallists' to true I see the filters indeed. The filtered products are displayed bellow the other featured products.

Is there a way to change all my products from featured to non-featured in the database? Or via Administration panel by 'BULK' and not one by one?

Thanks for the help,


Hi ,

You need to mess with the database then. There is a table "Product_Category_Mapping" and you need to set the IsFeaturedProduct to 0 for all records in the table.

Hope this helps!

Nop-Templates.com Support Team

12 years ago

Hi dutchtouchremco,

It is clear what is wrong. All your products are featured products. Please note that the featured products in nopCommerce are not filterable and they are always shown (that's why they are featured).
So you actually have no products to be filtered and that's why the Ajax Filters are not shown.
You can either make some of the products not to be Featured Products or add all of them in the regular list of products.
To add the featured products in the regular list of products you need to set this settting to "true".
"catalogsettings.includefeaturedproductsinnormallists"

Here is a video of how to search and change settings in nopCommerce.

Hope this helps!

Thanks

12 years ago

rosegeng wrote:
How to change     +777 (100) 9999 sales [at] store.com except modifing the code?

        

<div class="header-contacts">
                <span class="phone">@T("SevenSpikes.Themes.Alfresco.Common.Phone")</span>
                <span class="mail"><a href="javascript:AntiSpam('@T("SevenSpikes.Themes.Alfresco.Common.EmailName")', '@T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")')">@T("SevenSpikes.Themes.Alfresco.Common.EmailName") [at] @T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")</a></span>
            </div>


Hi rosegeng,

Please refer to this post.

Thanks