Viewing text shadow still not publish

text shadow still not publish



User: Nuno S. 12 years ago
Hi there
I download the lastest version of everweb, but still not publish
I'm using safari in my 10.9.1 system
thanks
best regards
nuno
User: Paul-RAGESW 12 years ago
Hi,

Sorry for the problems you are experiencing.

Can you please provide some more details on what the issue is?

Do you have a one-click publishing account?

Are you getting errors when you try and publish?

Please provide more details on what is happening so I can help you further.

-------------------------------
Paul
EverWeb Developer
User: Aseev S. 12 years ago
I have this problem too. Any browsers - no shadow.
User: Paul-RAGESW 12 years ago
Please can you post your URLs where the problem is happening so I can take a look.

-------------------------------
Paul
EverWeb Developer
User: Aseev S. 12 years ago
http://ohotservis.ru/ text on green background


original:

User: Jumbo T. 12 years ago
Here's the bug in ew_css/textstyles.css :

text-shadow: 1.2202px 2.7406px 3.0px rgba(0,0,0,0.8)
word-wrap: break-word;

should be :

text-shadow: 1.2202px 2.7406px 3.0px rgba(0,0,0,0.8);
word-wrap: break-word;

And do you really need 4 decimals?

Last edit 12 years ago
User: Aseev S. 12 years ago
I need fix it by hand?

Last edit 12 years ago
User: Paul-RAGESW 12 years ago
The problem appears that EverWeb is using your decimal separator which is set to a , when it needs be a .

I think I have fixed this issue. Will be included in version 1.2.1. Hopefully we can get a beta version out very soon for you to try.

-------------------------------
Paul
EverWeb Developer
User: Aseev S. 12 years ago
Quote: Paul-RAGESW - 31/01/2014 13:01:08
The problem appears that EverWeb is using your decimal separator which is set to a , when it needs be a .

I think I have fixed this issue. Will be included in version 1.2.1. Hopefully we can get a beta version out very soon for you to try.


Its very good! Please help with fonts an i will be fappy
User: Jumbo T. 12 years ago
It's not the decimal separator, it's the missing ; at the end of the line.
User: Jumbo T. 12 years ago
Odd.

I tried it again, and now I see the ; at the end of the line. And the css file is different then when I looked before.

And it is indeed the decimal.

Anyway, why need 4 decimals.

So the styling is dependent on the language settings.

Why not use dots.
User: Paul-RAGESW 12 years ago
Quote:
I tried it again, and now I see the ; at the end of the line. And the css file is different then when I looked before.


You were probably using an old version of EverWeb that had this bug.

Quote:
Anyway, why need 4 decimals.


That's just how it generates the code now.

Quote:
So the styling is dependent on the language settings.


It was, but we've fixed this for the next version.

Last edit 12 years ago

-------------------------------
Paul
EverWeb Developer
User: Nuno S. 12 years ago
Hi there
Paul, sorry for the delay answer to you...
Guess this will be correct in the next version...;) I'll wait.
thanks in advance
best regards
nuno
User: Nuno S. 12 years ago
Hi there
Paul, sorry for the delay answer to you...
Guess this will be correct in the next version...;) I'll wait.
thanks in advance
best regards
nuno


Post Reply
You must login or signup to post.