How to edit the navigation menu? (Massively)

Post Reply
ashrafakader
Sr. Bludit
Posts: 40
Joined: Tue Sep 05, 2023 1:33 pm
Has thanked: 9 times

Hello,
I have two problems with the navigation menu.
- The first, "HOMEPAGE" is in English, while other names of pages are in Arabic. I want to replace it with Arabic translation.
- The second, most text of menu buttons disappears if long.. some kind of shortening.. How can I disable it so that the full long name shows correctly? (I don`t mind it getting wrapped inside its icon). How can I change it so that the text shows correctly?

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I was able to find the code of NavPanel div... but I wasn`t able to LOCATE it.

Code: Select all

<div id="navPanel"><nav><ul class="links">
				<li class="active"><a href="https://prize-sci.org/main/">Homepage</a></li>
				<!-- Static pages -->
Above I can change "Homepage" to Arabic title, but I can`t locate this code inside the files.
However, I suppose locating it shall not help because this means changing the code in each page manually.

Enabling editing the nav bar (from one central location), if possible, shall be very helpful.. hiding page by omitting correspondent line of code.. adding RTL attribute.. etc... so, I want to consider this as a feature suggestion.
Post Reply