Close

Profile: kentm75

Avatar

User posts

11 years ago

Thanks Boyko,

Will this new Mega Menu work with nopCommerce 2.5?

11 years ago

Also, to avoid the sub-menus from disappearing behind the CloudZoom images, change the z-index of the .categoriesHeaderMenu to 10000 instead of 100.

Hope this help someone.

Cheers, Kent.

11 years ago

Hi,

I found the issue. The following CSS is missing from the file:

\Plugins\SevenSpikes.Nop.Plugins.CategoriesHeaderMenu\Themes\ShopAll\Content\jquery.superfishmenu.css


.sf-menu ul li
{
  position: relative;
}


Thanks,

Kent.

11 years ago

Hi,

We are using the Shop All Theme with 3 levels of menu and the 3rd level is suffering an alignment issue.

As you can see by the image at the link below, when hovering over a 2nd level menu item, the 3rd level is displayed at the top instead of beside the hovered item.

http://otron.net/downloads/superfish_alignment_issue.png

Can you please advise on how to correct this?

If you would like a link to the actual site please advise as we do not want to make this public at this stage.

Thanks, Kent.

Hi,

I have tried installing just SevenSpikes.Core and I receive the same error.

The File version of SevenSpikeds.Nop.Framework.dll is 2.5.375.4097

Thanks,

Kent.

Hi,

I'm getting the following Exception when clicking 'Reload list of plugins' after copying all the Plugins provided with the Fashion theme to the Plugins folder on my server.

Exception information:
    Exception type: InvalidOperationException
    Exception message: The pre-application start initialization method Initialize on type Nop.Core.Plugins.PluginManager threw an exception with the following error message: Method 'get_Order' in type 'SevenSpikes.Nop.Plugins.Core.DependencyRegistrar' from assembly 'SevenSpikes.Nop.Plugins.Core, Version=2.5.375.4097, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
.
   at System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods)
   at System.Web.Compilation.BuildManager.CallPreStartInitMethods()
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)

Method 'get_Order' in type 'SevenSpikes.Nop.Plugins.Core.DependencyRegistrar' from assembly 'SevenSpikes.Nop.Plugins.Core, Version=2.5.375.4097, Culture=neutral, PublicKeyToken=null' does not have an implementation.


Any thoughts?

Thanks, Kent.