Close

Profile: Boyko

Avatar

User posts

10 years ago

igcom wrote:
Hi,
how can i make the manufacturer slider as shown here: http://themes.motion.nop-templates.com/ ?
Thank you


Hi iqcom,

You need to use the JCarousel plugin that comes with the theme.
From the JCarousel administration do the followings:

1. Create a new carousel
2. Select Manufacturers data source
3. Place it in the homepage_bottom widget zone

Hope this helps!

Thanks

language
10 years ago

rehoorn wrote:
When changing the language to Dutch some things don't change. Example CONTACT US
need to changed, currently in dutch I get sevenspikes.themes.alicante

Where can I change this?

thanks.

richard



Simply restart the application and all missing resources will be added automatically.

Thanks

10 years ago

Elvis wrote:

Did you add this feature to the 3.2 release?


Not yet.

10 years ago

cicciuzzo wrote:
Hi

it's possible add ribbons in category?  with ribbon 3.10?

hi


Hi cicciuzzo,

No, it is not possible. The Product Ribbons plugin sets ribbons only on products.
You can suggest your idea in our UserVoice portal.

Thanks

10 years ago

jvadakkel wrote:
We've noticed that there seems to be a caching issue with the store logo. We changed the logo using the admin screens and it appears without any issues on our local development server however if we try accessing the site over our company's network (my desktop) the image doesn't appear the first time. However if I access the page again it works. What I've noticed when debugging it is that initially the url for the image is referencing localhost even though I'm not on my dev server. When I access the page again the url for the image swaps localhost for the dev server name which is how I'm trying to access the site. I sometimes get this issue with the NivoSlider images but it's still better than the logo.

We're using
nopCommerce 3.2
Lighthouse theme

Any suggestions as to what is happening and how this can be fixed?
Thanks


Hi jvadakkel,

Yes, this is a caching issue, which happens only if you open the web site from different domains i.e localhost and via IP or another pointer to the web site. On production you won't have such problem as you always access the web site from its domain name.
You can always reset the cache from the upper right corner in the administration by clicking the "Clear cache" button.

Best Regards,
Nop-Templates.com Team

[email protected] wrote:
Thanks for clarifying. If I buy the HTML and the Attachment plugins, do I simply install them into the Jewelry theme, or must he plugin be skinned to look the same as the rest of the Jewelry theme.

thanks


Hi Philip,

Very good question!
Yes, you simply install them just like you do with any other of our plugins and you don't need to style them as they come prestyled for the Jewelry theme. Basically all owners of a premium theme will benefit of having these plugins prestyled for their themes if they decided to purchase the plugins.

Best Regards,
Nop-Templates.com Team

[email protected] wrote:
Hi

When will the new Attachment and HTML plugin be available for download with the Jewelry theme?

Many thanks

Philip


Hi Philip,

These two plugins won't be included in our premium themes. But if you find any of these plugins useful you can purchase them separately. Please refer to this post.
In short there are already a lot of plugins that come with the themes and we simply don't have resources to keep adding and supporting any new plugins to our themes while keeping the theme  prices the same.

Best Regards,
Nop-Templates.com Team

New plugins
10 years ago

iojvan wrote:
Why there is no Nop Attachments and Nop HTML Widgets plugins in my downloads (my account is valid until 4/30/2014)??


HI iojvan,

Yes, you license is valid and you get free support and updates till 4/30/14. Also if we decide to add any new plugins or functionality for the theme you will get them for free. Just like we did with the new responsive release of the electronics theme and the plugins, which you have received for free and also we haven't changed the price of the theme, which would have affected the renewal price.
But these two plugins are not included into the Electronics theme (actually any of our themes).
There are several reasons for this.
First these are plugins that are quite specific and have no visual effect on the theme itself (they don't change the look and feel of the theme although they enhance the nopCommerce functionality).
Another reason is that the price of all the plugins that come with the theme have been for a very long time much more than the price of the theme itself. Now even the price of the Ultimate Plugin Collection is higher than the price of the theme and if we are about to include all the plugins then we would have to change the price of the theme to match the price of the collection. This is something we want to prevent (raising the price of the theme) as our clients would have to pay higher price for plugins that they might not want to use , which is the case with the backend plugins or any plugins that have a very specific functionality. Plugins that improve the navigation and the shopping experience are still (and will always be) part of the theme i.e Mega Menu, Ajax Filters, Quick View, Ribbons etc.

If you need specific plugins from the backend ones that are not included in the theme we can provide a discount for these plugins, so that you can take advantage of being our client and a license holder of any of our premium themes.
If you decide to purchase any new plugin I would advice you to first write to our sales mail.

Best Regards,
Nop-Templates.com Team

Bugs
10 years ago

hayco83 wrote:


OK that made the trick, however it applied to both English and Arabic orientations.

Is there any way I can restrict it - disabling lettering - to RTL only?


Hi hayco83,

Yes, you can do it. Instead of commenting or deleting the line above you can add a check if you are in RTL mode.

if ($("#isRtlEnabled").val() == "false") {
        $('.home-page .topic-html-content-title h2 > span').lettering();
    }


Hope this help!

Best Regards,
Nop-Templates.com Team

ehubcap wrote:
Hi support, I installed this theme earlier yesterday and have been confronting issues with the Ajax filters plugin
Apparently the filtration method as dropdown doesn't trigger the call, however when choosing the checkboxes instead, it work flawlessly
It seem that there is a bug or an inactivated code somewhere, somehow.
Please check it out, and if you guys can reproduce it and get a fix, I'm using the nopcommerce v3.20 default sample database
TIA


Hi ehubcap,

Thank you for reporting this. We will let you know when this is fixed.

Thanks