Jump to content
thirty bees forum
  • 0

Menu translation


ipeary

Question

5 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0

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; } }

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...