Close

Profile: hayco83

Avatar

User posts

10 years ago

My website is www.creativetoystore.com

I think the response time is 186ms

10 years ago

Page loading takes around 3 seconds and nothing is displayed to the visitor until the full page is loaded and it's displayed at once.

I'm asking if there's a way to display images as soon as they're downloaded.

10 years ago

Hi,

The home page loading time is big.

Is there any way that downloaded parts of the page be displayed to the user rather than waiting until all page elements are downloaded?

Thanks

Bugs
10 years ago

Hi,

When inputting some letters for instant search, the results window is shifted way to the right on (Firefox and IE) and is just fine on Chrome

www.creativetoystore.com

How can I solve this?

Thanks

10 years ago

Hi,

I have upgraded Nop Playground Theme from V3.20 to V3.30

However, I cannot find the SmartSEO plugin.

Where can I get it from?

Thanks

Bugs
10 years ago

Boyko 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


Thanks a lot, just what I needed for now

Bugs
10 years ago

Boyko wrote:


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


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?

Bugs
10 years ago

Boyko 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


Hi Boyko,

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

Thanks

Bugs
10 years ago

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

Bugs
10 years ago

Boyko 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


Thanks for your reply.

I modified the Themes/Playground/Content/CSS/styles.rtl.css file as instructed

The spacing between letters are reduced, however they're still disconnected