ipeary Posted May 19, 2018 Posted May 19, 2018 Hello in mobile version I can't find Menu word to translate it into Arabic Please Help me to translate it in any way Thanks in advance
0 yaniv14 Posted May 19, 2018 Posted May 19, 2018 It should be translatable under installed modules translations (blocktopmenu)
0 ipeary Posted May 20, 2018 Author Posted May 20, 2018 @yaniv14 I didn't find it .. searched for it a lot in installed module translation but nothing. please help me
0 yaniv14 Posted May 20, 2018 Posted May 20, 2018 Hi, I saw the problem. Can you please edit the file: themes/community-theme-default/modules/blocktopmenu/blocktopmenu.tpl and modify this line from: <div class="cat-title">{l s="Menu" mod="blocktopmenu"}</div> to: <div class="cat-title">{l s='Menu' mod='blocktopmenu'}</div> The change is from double quotes to single quote. After that try to go to translations.
0 yaniv14 Posted May 20, 2018 Posted May 20, 2018 Also I see that i missed some responsive css for rtl. Add this to the bottom of rtl.css in yout theme/css folder. @media (max-width: 767px) { .cat-title:after { right: auto; left: 15px; } .sf-menu > li span { right: auto; left: 6px; } .sf-menu > li { float: none; } }
0 ipeary Posted May 20, 2018 Author Posted May 20, 2018 @yaniv14 Thanks very very much , Working very good now <3
Question
ipeary
Hello in mobile version I can't find Menu word to translate it into Arabic
Please Help me to translate it in any way Thanks in advance
5 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now