Replies: 5 comments
-
Hi @gitsite93 , can you please share your project repo or |
Beta Was this translation helpful? Give feedback.
-
ASAP, I’m very busy in the next few days |
Beta Was this translation helpful? Give feedback.
-
Can someone post the config to do this? I've tried yet failed to change the name and the url of the buttons for different languages. |
Beta Was this translation helpful? Give feedback.
-
I've tried this [params.profileMode]
enabled = true
[languages]
[languages.ar]
languagedirection = 'rtl'
contentDir = 'content/ar'
[languages.ar.params]
[[profileMode.buttons]]
name = 'أرشيف'
url = '/ar/archive'
[[profileMode.buttons]]
name = 'مقالات'
url = '/ar/posts'
[languages.en]
contentDir = 'content/en'
[languages.en.params]
[[profileMode.buttons]]
name = 'Posts'
url = '/en/posts'
[[profileMode.buttons]]
name = 'Archive'
url = '/en/archive' But it doesn't show any buttons in both languages. If I add |
Beta Was this translation helpful? Give feedback.
-
Oh ok, I've found my issue, I should have enabled the profile mode in both languages [languages]
[languages.ar]
languagedirection = 'rtl'
contentDir = 'content/ar'
[languages.ar.params.profileMode]
enabled = true
[[languages.ar.params.profileMode.buttons]]
name = 'أرشيف'
url = '/ar/archive'
[[languages.ar.params.profileMode.buttons]]
name = 'مقالات'
url = '/ar/posts'
[languages.en]
contentDir = 'content/en'
[languages.en.params.profileMode]
enabled = true
[[languages.en.params.profileMode.buttons]]
name = 'Posts'
url = '/en/posts'
[[languages.en.params.profileMode.buttons]]
name = 'Archive'
url = '/en/archive' |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm making the website in 2 languages and I would like 2 different profile mode for each language.
What’s the right way to do that?
If I try to put two profile mode in the languages section they works but the image of the second profile mode is always not found even if is the same of the first one.
Tried with different browsers and clean cache.
hope to get a feedback from you, have a nice day and thanks
Beta Was this translation helpful? Give feedback.
All reactions