Character problem - Related Items Extended
- Posted by Captain (20) Offline
Hello,
I've just installed related Items Extended module, i have turkish website. And i'm having problem with turkish characters. How can i fix that?
Especially i need İ and ı
11 years 2 months ago #1
by Captain
I've just installed related Items Extended module, i have turkish website. And i'm having problem with turkish characters. How can i fix that?
Especially i need İ and ı
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
Can you post a live url so we can take a look which part that has a problem?
11 years 2 months ago #2
by erwinschro
Can you post a live url so we can take a look which part that has a problem?
Please Log in or Create an account to join the conversation.
- Posted by Captain (20) Offline
Sorry for late reply
www.avmindirim.com/modavetrend/10941-hot...kis-koleksiyonu.html
It should be İNDİRİMLER but it is İNDIRIMLER
How can i fix that thanks
11 years 1 month ago #3
by Captain
www.avmindirim.com/modavetrend/10941-hot...kis-koleksiyonu.html
It should be İNDİRİMLER but it is İNDIRIMLER
How can i fix that thanks
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
It looks like uppercase problem. When the category title is normal then the title is correct. So if you prefer that, please edit this file
/modules/mod_relateditems_xtd/assets/css/style.css at this definition
edit the text-transform property to
text-transform: none;
11 years 1 month ago #4
by erwinschro
It looks like uppercase problem. When the category title is normal then the title is correct. So if you prefer that, please edit this file
/modules/mod_relateditems_xtd/assets/css/style.css at this definition
.ac .cat {
...
text-transform: uppercase;
}
edit the text-transform property to
text-transform: none;
Please Log in or Create an account to join the conversation.