- Posts: 3
- Thank you received: 0
Problems with the flash menu and language filter
-
claudia2701
Inactive member - Topic Author
- New Member
Less
More
11 years 3 months ago #32600
by claudia2701
Problems with the flash menu and language filter was created by claudia2701
Hello,
I have problems with the template "Hot Flashes" in combination with the plug-in filter language. See site: www.claudiaraijmakers.nl/kanters After I configured my site multi language, shrinks the flash menu. The menu shrinks after I activate the home page, default pages (in the the both menus, English and Dutch). This step must be done to activate the plugin "Language filter". But then immediately shrinks the flash menu. The translator works but I also want the menu-images keep the right proportions. I tried also the module "language filter" to turn it off on the Home page. It does not help.
What should I do? I hope you can help me.
Thanks in advance
I have problems with the template "Hot Flashes" in combination with the plug-in filter language. See site: www.claudiaraijmakers.nl/kanters After I configured my site multi language, shrinks the flash menu. The menu shrinks after I activate the home page, default pages (in the the both menus, English and Dutch). This step must be done to activate the plugin "Language filter". But then immediately shrinks the flash menu. The translator works but I also want the menu-images keep the right proportions. I tried also the module "language filter" to turn it off on the Home page. It does not help.
What should I do? I hope you can help me.
Thanks in advance
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago - 11 years 3 months ago #32601
by ivan.milic
Replied by ivan.milic on topic Problems with the flash menu and language filter
Open index.php if template , in multiple places you will see this condition:
if ($menu->getActive() == $menu->getDefault())
modify them like this:
if ($menu->getActive() == $menu->getDefault() || $menu->getActive()->id == '21' || $menu->getActive()->id == '22')
now note numbers 21 and 22 I put - that are example values you need to replace them with actual menu item IDs for your home page in different languages. This ID you can see as last column when you enter some menu in back-end to edit its items.
if ($menu->getActive() == $menu->getDefault())
modify them like this:
if ($menu->getActive() == $menu->getDefault() || $menu->getActive()->id == '21' || $menu->getActive()->id == '22')
now note numbers 21 and 22 I put - that are example values you need to replace them with actual menu item IDs for your home page in different languages. This ID you can see as last column when you enter some menu in back-end to edit its items.
Last edit: 11 years 3 months ago by ivan.milic.
Please Log in to join the conversation.
-
claudia2701
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
11 years 3 months ago #32602
by claudia2701
Replied by claudia2701 on topic Problems with the flash menu and language filter
Thanks! But it still not working. The menu remains small. I have adjusted the values on 21 and 22. (The values of my Menu NL, ENG were similar to your example) Is there another option? That the flash menu has a normal size on the home page?
Please Log in to join the conversation.
-
claudia2701
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
11 years 3 months ago #32605
by claudia2701
Replied by claudia2701 on topic Problems with the flash menu and language filter
I had to quickly read here about it.
And missed another rule
"if multiple places you will see.."
It works now. Thanks!
And missed another rule
"if multiple places you will see.."
It works now. Thanks!
Please Log in to join the conversation.
Time to create page: 0.172 seconds