Hi,

I'm having this issue of Bean & menu block translation, which prints out the block title.

Seems that we have to hide it and that is it.
But it still show up at all languages ..

If we switch translation OFF the menu it will hide out.

Modules which I'm using are :

Bean 7.x-17
Menu Block 7.x-2.4
Entity Translation 7.x-1.0-beta3+26-dev
Features 7.x-2.3

I'm not using Entity Translation menu.

It's a strange issue .. if we try to add or do some work around on other level it will still show up.
Seems that it's in the Drupal core menu or the menu block tpl file.

Thanks.

Comments

Rajab Natshah’s picture

Issue summary: View changes
Rajab Natshah’s picture

Seems that we do have to Enable Block at the Entity Translations configuration page. [ For Bean blocks to work ].

Rajab Natshah’s picture

I'm getting this error. when I do a drush features-revert for the feature with translation of menus is enabled.

Fatal error: Call to a member function getFormLanguage() on a non-object in modules/contrib/entity_translation/entity_translation.module on line 1802
Drush command terminated abnormally due to an unrecoverable error.                                                                  [error]
Error: Call to a member function getFormLanguage() on a non-object in
modules/contrib/entity_translation/entity_translation.module, line 1802

Bean 7.x-17
Menu Block 7.x-2.4
Entity Translation 7.x-1.0-beta3+26-dev
Features 7.x-2.3

Rajab Natshah’s picture

Seems that the fastest fix for this issue.

Is to use display: none; for the list of menu blocks which we do not want to show

Rajab Natshah’s picture

Issue summary: View changes