Close

Profile: hkreklame

Avatar

User posts

Is there any way i could have the unminified version?

I dont want any trigger on swipeUp and swipeDown

I found the following in swipeEvents.min.js:


var a = c.originalEvent.touches; a && a.length && (c = g - a[0].pageX, a = h - a[0].pageY, 50 <= c && (d = !1, e.trigger("swipeLeft")), -50 >= c && (d = !1, e.trigger("swipeRight")), 50 <= a && (d = !1, b("body").animate({ scrollTop: b(document).scrollTop() + 4.5 * a }, 500), e.trigger("swipeUp")), -50 >= a && (d = !1, b("body").animate({ scrollTop: b(document).scrollTop() + 4.5 * a }, 500), e.trigger("swipeDown")), 50 <= Math.abs(c) || 50 <= Math.abs(a)) && (d = !1, e.unbind("touchmove", f))


Hi.

I am experiencing slow scrolling if you touch the slider on mobile.

Are there any touch event behavior as default?

8 years ago

Hi.

Is there any way to add a widget zone for the ajax filter? I will do the required css changes for my new placement.

EDIT: I found the file "SupportedWidgetZones.xml" in the folder SevenSpikes.Nop.Plugins.AjaxFilters. This worked fine after a rebuild of my solution.

8 years ago

Is it possible to show the manufacturer option in filters first? See the image for reference.

http://i.imgur.com/g7tLYk6.png

8 years ago

Hi.

I need to be able to sort size attributes in the filter. Is this possible?

At the moment my size attributes(product attributes) have the current sort order:

39, 32, 46, 43

I need it to be 32,39,43,46.

8 years ago

I get the following error:

An error occurred when trying to create a controller of type 'SevenSpikes.Nop.Plugins.ProductRibbons.Controllers.ProductRibbonsController'. Make sure that the controller has a parameterless public constructor.  

I have tried republishing with a newly added folder with the plugin several times. Any suggestions?

Full error:
ystem.InvalidOperationException: An error occurred when trying to create a controller of type 'SevenSpikes.Nop.Plugins.ProductRibbons.Controllers.ProductRibbonsController'. Make sure that the controller has a parameterless public constructor. ---> Autofac.Core.DependencyResolutionException: A delegate registered to create instances of 'System.Web.HttpSessionStateBase' returned null. at Autofac.Core.Activators.Delegate.DelegateActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) at Autofac.Core.Resolving.InstanceLookup.Execute() at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) at Autofac.Core.Resolving.InstanceLookup.Execute() at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) at Autofac.Core.Resolving.InstanceLookup.Execute() at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) at Autofac.Core.Resolving.InstanceLookup.Execute() at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) at Autofac.Core.Resolving.InstanceLookup.Execute() at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) at Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters) at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) at System.Web.Mvc.DefaultControllerFactory.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) --- End of inner exception stack trace --- at System.Web.Mvc.DefaultControllerFactory.DefaultControllerA

We have the same problem as stated by OP. We are using 3.6. All other settings for the multistore works. Categories, products etc. Anywhere sliders does not work however. I'm using the same widget position for both sliders, and have limted the sliders to each store.

Ive checked the database, and the StoreLimites seems correct in both the anywhereslider table and the Storelimit table.

10 years ago

Thank you! :)

10 years ago

Is there a way to differ the placement of the mega menu? I would like it to appear inside a different div.