Close

Profile: iliyan.tanev

Avatar

User posts

9 years ago

Hi,

We have replied to your ticket.

9 years ago

Hi,

Could you give as FTP access, so we could check your Nop settings and maybe some third party plugins that could cause this ?

Create ticket with your information.

Thanks

9 years ago

Hi DESELT,

Have you try to restart your application before installing the plugins ?
If this does not work try to restart your server.

Let me know if this helps!

9 years ago

Hi IVANSLATER,

You could change your widget zone but you will have to find one that fits or is close to desired location and style the group panels if needed.

9 years ago

Hi LEEN3O,

We don't support this but I would suggest using css to hide the filter. Every filter option has data-option-id attribute so you could use this to select the filter option you want to hide.

It would look like something like this:

a[data-option-id=14] {
      display: none;
}

Hope this helps!

Regards

Scroll
9 years ago

Hi,

When you click on anything outside of the results box it should disappear.
I suppose by scroll bar you mean search results box scroll bar, it shouldn't disappear when you click on it.
Which browser are you using for testing ?
Which theme are you using ?

Regards,
Iliyan Tanev
Nop-Templates Dev Team

Scroll
9 years ago

Hi IVANSLATER,

You could do something like this by going to Instant Search Administration, chaning the number of products setting to some high number, then you should go to the plugin folder -> Themes -> Your Theme -> Content -> InstantSearch.css, there you should be able to find .instantSearch .k-list-container and replace the styles with the fawoling:

position: static !important;
width: auto !important;
height: 200px !important;
overflow: scroll;
overflow-x: hidden;

You could change the height value as you like.

Hope this helps!

Regards

9 years ago

Hi CHRONI,

About the first question - you could go to some category edit page, there you should see products tab, from there you could manage the display order of the products for the current category. The carousel uses this display order to arrange the products.

About the second question - I was unable to reproduse the problem. By additional tabs I suppose you mean custom tabs, if you set the display order they should be sorted accordingly. Could you describe the steps that lead to this problem ?

Regards

9 years ago

Hi EMOS,

The Resources.xml file is used only during the installation of the plugin. After that you need to change the resources from the administration.
Go to Administration -> Configuration -> Languages, on the row of your working language you should have View string resources link. If you click on it you should see a grid containing all the resources for this language. Search for resource named sevenspikes.nopquicktabs.client.tabs.contactus.tabtitle (you could use the grid filter option to locate the resource faster). When you find it you could update it or delete it and restart the application and the system will automatically load it from the Resources.xml file.

You could see this video as it explains how to search and change resources.

Hope this helps!

Regards

9 years ago

Hi JIANNI,

Could you send a link to your site plus authentication to our support email ?

Regards