Who contrived TEXT TRANSFORM?

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeWho contrived TEXT TRANSFORM?

This topic has been marked as not resolved.

Hi,

For what is needs “TEXT TRANSFORM”? I want in slider write some text. For example …
… Text for slider. But I have problem … If I chose from “text transform” “None” I have TEXT FOR SLIDER”. If I choses “Uppercase” – result is same like in “None”. I have chose “Capitalize” – result is Text For Slider”. If “Right” – text for slider.

Summing up:

“None” – TEXT FOR SLIDER
“Uppercase” – TEXT FOR SLIDER
“Capitalize” – Text For Slider
“Right” – text for slider

:D Who needs it?? I need just write Text for slider. Like in school I learned. IThis function for lazy peoples? But if I wwant write normal I cant do that :D

Of course whan I get the answer I forget my quoestion :D

OK, “BR”

April 17, 2018 at 11:54 pm #63988

Hi,

This is a simple CSS rule for text formatting. The idea is to override the original format of a text. In the slider case where all the text is written by the user (under your control) and (for the moment) there is no auto generated text (e.g. product names from the database etc.), the feature is little bit redundant. You can just write “TEXT LAYER” instead of “text layer” and then choose to uppercase it. However this is a default text option and that is why we’ve added it at the first place.

BR,
ThemeBurn team

April 24, 2018 at 10:29 pm #64072

Hi, TB

With respect I writing this post to you, but you not answered to my major question.
HOW I CAN WRITE THIS SIMPLE TEXT?

EXAMPLE – “My text

First letter in first word is uppercase and first letter in the second and the next words MUST BE small. Like in normal sentence.

Is my question complicated to understand what I mean? :)

Best regards!

April 25, 2018 at 10:46 am #64080

Hi,

We need live example. Text transform is working OK in our local installation.

BR,
ThemeBurn team

April 25, 2018 at 10:58 am #64082

Hi,

We’ve now find out what the problem is. The text layer you are talking about has these settings:

1) Additional class to inherit H1 styling:

https://i.imgur.com/UVEr5xp.png
https://i.imgur.com/YFuQDgv.png

2) And H1 titles has the uppercase styling set up for Intro style area:

https://i.imgur.com/sjmpx7I.png

Maybe your next question would be: why so complicated? :)

BR,
ThemeBurn team

April 25, 2018 at 11:09 am #64083

Hi, TB,

I see for you very funny. That’s good because the life is good, but if you will answer exactly to my question, life will be better :)

I don’t saying you not right, me yes. No. I lot of things not understand here and I sure for you It’s problem :)

About problem.
What do you mean “H1″. If attribute is H1 I can’t write text like this “Aaa aaa aaa”. Text always will be:

1) AAA AAA AAA
or
2) Aaa Aaa Aaa
or
3) aaa aaa aaa

You showing print screen where you find I chose Uppercase. :D . Yes. At this moment attribute is uppercase and what? Before I tried chose different attributes.

Can you help without sneer?

My question is still same.
HOW I CAN WRITE THIS SIMPLE TEXT? EXAMPLE – “My text”

P. S.
Can you remove link’s with your image where is text from web shop. Thank’s

BR

April 25, 2018 at 1:53 pm #64084

Perhaps you should find your css selector on the frontend, then apply custom CSS in the theme control panel like so (without quotes):

“.selector” {text-transform: none}

Or, if you have the option to add inline HTML on the text, you can use a span tag to add inline styles.

<span style="text-transform: none">My text</span>

My text

Good luck.

  • This reply was modified 2195 days ago by  TXVaporGuy.
  • This reply was modified 2195 days ago by  TXVaporGuy.
April 25, 2018 at 3:46 pm #64085

Hi, TXVaporGuy,

Thanks for your help but for me this simple steps is not so simple :) I will try ask programmers in my country for this help because I see ThemeBurn wil not answer. They not understand my question. You I see understand. Thanks!!

Best regards!

April 26, 2018 at 12:34 pm #64090

@gardenvista

We’ve answered to your question very clearly! You have an extra class that applies the H1 styling on the slider layer. You need to either:

1) Remove the extra class:

https://i.imgur.com/23CmDJZ.png

2) Or remove the uppercase styling for H1 titles from styles:

https://i.imgur.com/I2eUjUt.png

BR,
ThemeBurn team

April 27, 2018 at 3:20 pm #64105
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.