Close

Profile: Stefan

Avatar

User posts

9 years ago

Hi,

Yes this applies to all our products. So they will be released very soon.

Thanks for your kind words.

Bugs
9 years ago

soheila2014 wrote:
I created a slider for each of the categories in pavilion theme (by Nop Anywhere Sliders), but when hover next to the subcategories, pictures (categories and banner) not showing up on banner.
All of settings is ok. For example widget zones are set on: mega_menu_categories_before_dropdown_end_1, mega_menu_categories_before_dropdown_end_2, ....

the megamenusettings.numberofcategoriesperrow setting is set on the value of 3.
What is the problem?


Hi again,

The configuration you have provided looks correct. Would it be possible to double check the following:

1. The Nop Anywhere Sliders plugin is enabled as a widget.
2. The Mega Menu Category setting "Show categories in a single item" is not checked.
3. When adding the pictures to the sliders, they are marked as "visible".

If any of the above does not fix the issue, please provide a URL to your store and optionally an admin credentials in order to see what might be wrong.

Bugs
9 years ago

Hi soheila2014,

It looks like you are using an older version of the SevenSpikes.Core plugin. Would it be possible to update both plugins SevenSpikes.Core and SevenSpikes.Theme.Pavilion to their latest versions by downloading them from your My Downloads section and replace your plugins with the newly downloaded. After that just restart the application from your administration and the issue should go away.

Note: always update the SevenSpikes.Core plugin when you update any other SevenSpikes.* plugin.

Bugs
9 years ago

Paul_FL wrote:
Hello,

We just launched a new website built on the pavillion theme and have come across an IE11 related bug when we enable the "CSS Bundling and Minification" setting in admin. What happens is the category names are shown in the top "banner" area instead of being hidden until clicking on "all categories" to reveal the menu. This only happens on category pages.  Has anyone else had this issue when the CSS bundling setting is enabled? Thank you for the input.  


Hi Paul,

It looks like you are using an older version of the Nop Ajax Filters which had a typo in its css that was making the CSS bundling break in IE 11. In order to fix your issue please download the theme package again from your My Downloads section and replace the Nop Ajax Filters plugin with the one from the theme package. This should fix the issue.

Please let me know how it goes.

Bugs
9 years ago

Hi izivanovic,

Thank you for your feedback. The issue occurs because the Nop Ajax Cart plugin is disabled. We will fix that and will let you know once it is ready.
In the meantime you can enable the Nop Ajax Cart plugin which will fix the issue and the Details button will be displayed where it should be.

Thanks again.

StephDep wrote:
Hi,
I'm testing the plugin as trial with a basic nop installation.
I'm unable to switch off (as we don't use it) the Gift wrapping option.
Currently users are forced to choose the yes (+10 €) option to be able to proceed.

Is it influenced by the Show Gift card box setting ?
What can I do to get rid of it ?
Thanks.

PS: Would be nice to be able to attach/upload images to a post, and have the most recent posts appear first (same sort order as the topics )



Hi there,

You can remove the Checkout Attribute from admin -> catalog -> attributes -> checkout attributes. When you delete it from there it will disappear on the Checkout page as well.

Hope that helps.

9 years ago

sapphire wrote:
Hello,
Is it possible to add some custom CSS to the image slider found on the main page?
I've started creating a new site http://wesellstoves.azurewebsites.net/ and instead of embedding the text "CONTEMPORARY" and "Sleek lines and sizeable windows....." into the image i would like to add it via CSS so it looks cleaner when viewing on a large screen.


Hi saphire,

One thing you can try is add the required HTML as a Title of the image. When adding a new image you have a Rich Text Editor for the title, where if you switch to Tools -> Source Code you can enter any HTML. So just enter your content with some css class. Then you can easily add your own custom css in the admin -> plugins -> 7spikes themes -> nop uptown theme -> settings -> custom head styles.

Hope that helps.

9 years ago

[email protected] wrote:

Hello,
I would like to change the background colors for the social buttons on the home page. Can someone help please?

Thank you very much!
Suzana  


Hi Suzana,

You can add the following css in your admin -> plugins -> 7spikes themes -> nop urban theme -> settings -> custom head styles textbox:

.social-buttons li:nth-child(odd) { background: {hex_value} ; }
.social-buttons li:nth-child(2n) {background: {hex_value} ;}


Where you need to replace {hex_value} with your colors.

Hope that helps.

9 years ago

deselt wrote:
How to show future categories on homepage.


Hi deselt,

I suppose you mean the featured categories? If this is the case, they are hidden by default because our aim is to be displayed as part of the nop smart product collections plugin. If this will help, we can create a separate setting for this to indicate whether they should be displayed explicitly and separately on the home page.

Looking forward to your reply.

9 years ago

porcelanosa wrote:
So, everything but categories can be shown, even sticky category is working and all other links are displayed, but with current setup, home page + contact us + show categories, only home page and contact us link are present in menu. Any idea why is this happening? Version is 3.60, thanks in advance


Hi porcelanosa,

Would it be possible to make sure that you have categories that are marked as "Show in top menu" from the administration of your store. As you know all categories that are marked for showing in the menu, will be actually shown.

Also make sure that you have checked the "Include Categories" option from the mega menu settings from the administration of the plugin.

Hope that helps.