Close

Profile: Support

Avatar

User posts

12 years ago

Hi Stephen,

Probably you have noticed that our plugin uses JQuery Superfish menu plugin.
You can find more information about it here http://users.tpg.com.au/j_birch/plugins/superfish/
As you can see there are many options for further customization of the menu.
That's why we made the razor view file open for modifications (rather than make it as an embedded view) and leave this to you to do whatever you want.
As long as you guys have the html and the css in your hands we bet we will see some very good menus very soon :)

Best Regards,
Nop-Templates Support Team

12 years ago

Topic for general discussion regarding Nop Categories Header Menu

12 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Categories Header Menu plugin for nopCommerce.

Bugs
12 years ago

Please report any problems related to Nop Categories Header Menu plugin here!

12 years ago

Hi,

In order to embed a video in your tabs you need to use the Edit Html button, which is the rightmost button of the Description rich text editor.
It will open you a popup window where you need to add the code for the video you want to embed.
For example this is the code for the video in our demo:

<object height="390" style="height:390px;width:677px;" width="677"><param name="movie" value="http://www.youtube.com/v/jrxyBeVjA-Q?version=3" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="390" src="http://www.youtube.com/v/jrxyBeVjA-Q?version=3" type="application/x-shockwave-flash" width="677" /></object>

This code can be obtained from youtube, vimeo or whatever web site your video will be uploaded to.

Hope this helps!

Best Regards,
Nop-Templates Support Team

Installation
12 years ago

Hi,

You should not manually add the names of our plugins in the App_Data\InstalledPlugins.txt file.
Make sure you are using the correct version of our plugins.

If you are using nopCommerce 2.2 and start it locally:

1. Make sure Core and SEO plugins folders are in Presentation\Nop.Web\Plugins folder.

2. Make sure you are using the correct version of the plugins. In the plugin folder open the Description.txt file and check the version of the plugin. It should be 2.2.

Now you should be able to see the plugins in the Admin panel list of plugins.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

Hi Tommy,

Here are some tips that might help you resolve the problem;
1. Make sure all our plugins are installed.
2. Change your Global.asax if you have updated the plugins with a newer version.

Please let us know if you continue to experience any problems, so that we can help you.
You can write an email directly to our support with a link to your web site and login credentials, so that we can see what's wrong with your installation. We might also require access to your ftp if necessary.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

Hi Tommy,

You don't need to reinstall your DB.
What you are saying is that your installation has failed because of the resource files but the installation has already created the plugin tables in the database.
So probably your plugin is not marked as installed in the Installed Plugins file and you can't uninstall it from the Admin panel. Uninstalling a plugin deletes any tables it has created but in your case the plugin is not marked as installed.
In order to manually delete the tables of Nop Quick Tab plugin you can use these sql commands:

DROP TABLE Product_Tab_Mapping

DROP TABLE Tab

For the Home Page Sliders use this sql command:

DROP TABLE Slider

That's all you have to do and you will be able to install the plugins again.
Please use the default resources supplied with the plugins.
They will be imported for all languages in your nopCommerce installation.
You can then change the Danish resources from the admin panel.
Go to Configuration -> Languages and click View Resource Strings of your language.
Then you can find all our resources and translate them. Unfortunately there is no search functionality in nopCommerce but all Tabs resources start with SevenSpikes, so you can go directly on page 230 and find them there. You can find the Sliders resources under Admin.Sliders. This is not a perfect solution but it should work for now.

Unfortunately the format of the plugin resource files does not allow to import them manually i.e use the Import resource functionality in nopCommerce.

Could you send us your problematic resource files, so that we can see why they could not be imported in nopCommerce.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

Hi Tommy,

They are already available for download.
We just released the new improved version of the Ajax Filters and it is included in the packages of all our products.

Note:
You need to update the Core plugin when updating the Filters. There is no need to Uninstall the Core plugin just update the content of its folder with the new version of the Core plugin. Then you need to replace the content of the Filters folder with the updated version and then Uninstall and Install the Filters plugin. Don't forget to change the Global.asax at the end.

There is a new release to the Fashion theme plugin with new Roll Over Image functionality that can be seen on the Demo. If you like the new functionality you can update the Theme plugin too. Just replace the content of the plugin folder, Uninstall and Install it just like the Filters.


Best Regards,
Nop-Templates Support Team

12 years ago

Hi Stephen,

The filters does not come with an automatic support for dropdowns.
But today we have released a new version of the filters, in which all the razor views are open to modifications, so you should be able to change them to be dropdowns.
If you have difficulties we can help of course.