Jump to content
thirty bees forum
  • 0

French theme translation problem, and optimization problem


Question

Posted

hello, I've a problem with the translation of the community default theme. I have change many translations who are working, but it's impossible to change the label "in stock" on product-list an product. I have do the translation in BO but that don't work in front office.![text alternatif](0_1525002080661_theme-image.jpg url de l'image) I am working on the community theme and I can't change the number phone color, like in the picture attach.

someone can help me please?

best regards

20 answers to this question

Recommended Posts

  • 0
Posted

hey ant :) the delivery text, you say the original translation ? I'm translating module and theme into french, but this "in stock" stay in english. I seen the file lang fr but it's correctly write in french, like I translated in the BO. I don't understand why it still in english in the front office... :(

  • 0
Posted

actually it should work. I have set up 5 languages in my shop. maybe it's the cache. if you have activated it under perfomance, then disable it to set up and test. Of course, do not forget to empty the cache

delivery text , if you have modul aeuc installed, you can change it at the module-settings.

  • 0
Posted

No all the cache are desactivated, the "in stock" stay in english, I have only french pack language alone.

I do know what is this modul aeuc?

  • 0
Posted

but the language pack french is not full translated in french, many translation are not correct. so I'm translating that but this translation don't work...

  • 0
Posted

hello, okay ant ^^ aeuc it's advanced EU compliance, thank you I've changed translation of module,

but the "in stock" stay in english... the translation is in product-list-item no?

I will have to change the file en.php and the product-list-item.tpl for do the change.

the update to TB 1.0.4 I have made yesterday, don't resolve the problem, but I have not updated the defaut-theme because it's modified.

maybe if I update the theme, the problem will resolved?

best regards

  • 0
Posted

For the phone number, you can overrive it with this code at the end of, e.g., global.css

.phone-link { color: #fad629; } Or change it in themes/community-theme-default/css/modules/blockuserinfo/blockuserinfo.css

Regard

  • 0
Posted

hey @Lathaneo, it works for the translation thank you ^^

and for the color of phone number too, in the top of file blockcontact.css in folder community-theme-default/css/modules/blockcontact I've write:

```

blockcontact-phone .phone-link {

color: #fff; }

blockcontact-phone .phone-link:hover{

color: #efe8fe; } ``` Now Ihave other problem, the blocktopmenu font-awesone icon don't work on little screen i don't know why :cryingface: :cryingface: :cryingface: :cryingface: 0_1525129743397_Capture d’écran_2018-05-01_00-46-12.jpg regards

  • 0
Posted

hello @lathaneo , for my other problem of fontAwesone module top menu, I made a gradient of colors for the background, maybe that's the problem?

  • 0
Posted

Hi @tsoful

I think you modified you CSS, cause, it's not like that in genuine file.

Replace: .cat-title.active:after { content: "f068"; } By: .cat-title.active:after { content: "\f068"; } Tricky bug ! Regard

  • 0
Posted

Check your fontawesone file, it's writen the version. Go to fontawesone website, with the right version, copy/past the snippet. Regards

  • 0
Posted

how I do to put the topic solved?

There's a Topic tools button below the first message and here at the bottom, which is actually a menu. Inside there is a Mark as solved.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...