hello,
i wish to put the link to choose the language of the site on the top menu insteat of the bottom menu, but i can't find how to do this...
does someone have an idea ?
thanks
hello, i wish to put the link to choose the language of the site on the top menu insteat of the bottom menu, but i can't find how to do this... does someone have an idea ? thanks
|
Go to Admin Panel > Builders > Service Menu. Drag "NEW ITEM" to the desired position. Enter the following values: You will need to add translation for _change_lang language key. Rules → http://www.boonex.com/terms |
Thanks AlexT it works perfectly... if i can ask you another question... I tried to do the same thing on the top menu, but "New Item" has nos script line... any idea ? thanks again |
You can place "javascript:showPopupLanguage();" in the URL field as well Rules → http://www.boonex.com/terms |
thank you... i tried this before and again after your reply but it opens a page saying page not found... it creates this page http://www.kwikan.com/javascript:showPopupLanguage();
|
Try the following: javascript:showPopupLanguage(); void(0); Rules → http://www.boonex.com/terms |
thank you... it's better but not simple to use... because it still opens a new page "page not found" with the icone to change language on submenu... like i show on the file... the idea as to open the window with all language from the top menu "change language" i put it there to test but i deleted it after i send this post....
maybe it's not possible.. i will try to find another way
thanks for your help |
Why not try to put this into the member menu? |
micoots : i'ts already there but the idea was to make it easy for new visitors... but it's ok… i keep it the way it is now... i have to face much bigger problems now ;) thanks for you message |
The reason the JavaScript code in the main menu does not work as expected is because dolphin converts relative urls in the menu to full urls. The result is you end up with this. https://www.deanbassett.com |
Thank you @deano92964 Rules → http://www.boonex.com/terms |