Hi,

I really like this theme. There seems to be a bug though when using the "Multilingual settings" in Drupan 7.x and this theme. If I translate a menu item, all translated menus show up and not the menu item localized to the language.

A theme where "Multilingual settings" & menu works is Bartik.

BR,
Su_root

Comments

gtsopour’s picture

Hello Su_root,

There is already an issue about this bug http://drupal.org/node/1225094.

Thanks
/George

su_root’s picture

George,

I'm so sorry, I did not notice the other bug thread about this!

BR,
Su_root

su_root’s picture

George,

Thank you very much!

This can be closed, the suggestion in Your link is working. The language switcher module needs some tweaking though since it is very hard to fit nicely on the page as is :-)

Love this theme, have a nice weekend!

BR,
Su_root

gtsopour’s picture

Assigned: Unassigned » gtsopour
Status: Active » Closed (duplicate)
Issue tags: +corporate, +Corporate Theme, +CorporateClean, +Corporate Clean Theme Menu i18n

Hello Su_root,
You are welcome!

I changed the status of this issue to closed (diplicate).
You can read more about this issue here http://drupal.org/node/1225094

Thanks
/George

cheiwe’s picture

Not work for my site! Please help! version 1.4
Fatal error: Call to undefined function i18n_menu_translated_tree() in /home/virtwww/w_raresoft_913db49d/http/sites/all/themes/corporateclean/page.tpl.php on line 39

<div id="header-menu-inside">
    <?php 
	if (module_exists('i18n')) {
	$main_menu_tree = i18n_menu_translated_tree(variable_get('menu_main_links_source', 'main-menu'));
	} else {
	$main_menu_tree = menu_tree(variable_get('menu_main_links_source', 'main-menu'));  
	}
	print drupal_render($main_menu_tree);
	?>
</div><!-- EOF: #header-menu-inside -->
cheiwe’s picture

Version: 7.x-1.3 » 7.x-1.4
Status: Closed (duplicate) » Active
cheiwe’s picture

Version: 7.x-1.4 » 7.x-1.3
Status: Active » Closed (duplicate)