You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello mates, I am very new to twill CMS as I am major in .NET framework. however, one of requirements came up for me to provide an additional functionality for a website runs in twill CMS.
The requirement is client need to add nav links for each locale. so what until now what I did was,
Modified admin block using translated=>true for link field.
Modified database add new link filed to nav_item_translations table.
Put link attribute inside of translatedAttributes in NavItem model
Now everything getting saved and retrieved for admin panel correctly. we are using EN and AR langs on this app. EN menu is loading fine. but AR menu is not rendering properly. I mean no names or links coming.
its coming like this. please if anyone could help on this. I really appreciate.
EN Menu :
UPDATE:
like this I am able to render child nav items properly for both languages. but main nav items are still having the issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello mates, I am very new to twill CMS as I am major in .NET framework. however, one of requirements came up for me to provide an additional functionality for a website runs in twill CMS.
The requirement is client need to add nav links for each locale. so what until now what I did was,
Now everything getting saved and retrieved for admin panel correctly. we are using EN and AR langs on this app. EN menu is loading fine. but AR menu is not rendering properly. I mean no names or links coming.
its coming like this. please if anyone could help on this. I really appreciate.
EN Menu :
UPDATE:
like this I am able to render child nav items properly for both languages. but main nav items are still having the issue.
output of this
comes as :
Beta Was this translation helpful? Give feedback.
All reactions