Close

Profile: Boyko

Avatar

User posts

[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
11 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
11 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

11 years ago

cheerfulcalf wrote:
Hello,

Currently I turned it off on site, but if you want to see – let me know and I will add it (in certain time, so that there won't be not working widget on the working store). Or we can make a TeamViewer session (I think it would be better), in this case you could check everything you need on back-end or server side.

PS: I sent message to [email protected] few days ago, but since I've got no response - I reposted it here :)


Hi cheerfulcalf,

We will send you an email to arrange a meeting.

Thanks

Bugs
11 years ago

hayco83 wrote:

Hi Boyko,

No I haven't done so yet, kindly tell me how to disable it.

Thanks


Hi hayco83,

Open this file Themes\Playground\Content\scripts\Playground.js and comment(or delete) this line:
$('.home-page .topic-html-content-title h2 > span').lettering();


Thanks

11 years ago

cheerfulcalf wrote:
Hello all,
I've created Carousel (productdetails_bottom) but it doesn't work, instead all pictures are just shown in column.
It looks like here in the picture http://postimg.org/image/xre9p9qux/ .
Any ideas how to fix it?


Hi cheerfulcalf,

Maybe there is some javascript error that breaks the carousel.
If you can share a link to your website, so that we can take a look.

Thanks

Bugs
11 years ago

hayco83 wrote:
I think that this is due to the font itself, that it doesn't support Arabic?


Hi hayco83,

I think that the problem is because we use a javascript to separate each character in the title, so that we can colorize each letter. That is why you see the letters as separated. You can disable this behavior, which seem you have already done (just checked your web site).
Please let us know if you have any other problems!

Thanks

11 years ago

summitridgegear wrote:
We have tried all sorts of things with image sizes and non of that seems to work.


Hi summitridgegear,

Can you point me to a product with an image with bigger size as the previous link to the product doesn't work? I can't find any image with bigger size on your web site.

Thanks

Bugs
11 years ago

hayco83 wrote:
I've just ordered Nop Playground responsive theme for my site www,creativetoystore.com

I see a problem with RTL support for Arabic. The Arabic words are disconnected.

you can check
http://creativetoystore.com/storeclosed

When switched to Arabic language (RTL)
the English phrase "THIS STORE IS CURRENTLY CLOSED"

is written in Arabic as
"ه ذ ا  ا ل م ت ج ر  ا ل إ ل ك ت ر و ن ي  م غ ل ق  ح ا ل ي ا"

this is not correct as the letters are disconnected. It should read like this

"هذا المتجر الإلكتروني مغلق حاليا"


Hi hayco83,

Thank you for using our products!

This is by design to have the colorized titles have some letter spacing. This is the same in RTL and non RTL.
You can remove the spacing by modifying the rtl css styles of the theme.
Themes/Playground/Content/CSS/styles.rtl.css

.page-title h1 > span {
margin-left: 3px;
margin-right: 0;
}


remove the margin-left: 3px; line.

Hope this helps!

Thanks