Hi folks,

I added these theme to my page as choice for the users in the fluid-mode - our default theme is fixed width that not everybody like. So far so good...

I have customized two new menu trees and added them as block to the layout (left side bar). Works just fine in the quicksilver (Default) theme. But the blocks are not showing when switched to ad-novus theme.

Since all other blocks are showing I guess this is some config / setup issue and therefor I place this as task.

Website is http://www.eh6.de
If you want to see it, create a user and switch the layout in the profile.

Thanks for help!

Fogg

Issue fork menu_block-778364

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Fogg’s picture

Project: AD Novus » Menu Block
Version: 6.x-1.6 » 6.x-2.3

Hi folks,
as I am searching a resolution for this and there are a few other issues with menu blocks not appearing I redirect this to your module. Any help is greatly appreciated!
Thanks!

Fogg’s picture

Hi folks,
as I am searching a resolution for this and there are a few other issues with menu blocks not appearing I redirect this to your module. Any help is greatly appreciated!
Thanks!

Fogg’s picture

Hi again,
with a little bit of reverse engineering I was able to find the root cause. The blocks where not listet in the blocks table for the second theme. Why - I have no clue. I copied to entries from theme a to theme b and now the blocks are visible. Strange strange.
Probably I made a mistake in the beginning...
Fogg

Asaasco’s picture

I have the same issue; blocks are not listed in the blocks configuration table when my custom-theme is activated, but only then... Fogg, could you please let me know which two entries you copied?
Thanks,
/Linus @ Asaasco

Fogg’s picture

Hi Asaasco,
check your blocks table and filter in the column theme first for the working one and then the non working one. You will see that for the not working theme the blocks are not listed. Copy the entries and all should be fine.
Fogg

JohnAlbin’s picture

Category: task » support
Status: Active » Closed (won't fix)

The menu block module is not responsible for the blocks admin table. That's Drupal core's form. I don't exercise any control over it.

Nora McDougall’s picture

Version: 6.x-2.3 » 7.x-2.1
Assigned: Unassigned » Nora McDougall
Status: Closed (won't fix) » Active

I am having similar problems.

- This is a Drupal 7 install
- The parent theme is Zen
- I am working in a child theme based on Zen
- All theme files are in Sites -> All -> Themes

1. I would like the login/logout and search blocks to show in a row above the banner
2. I created a custom region in the .info file - region[top_navigation] : Top navigation
3. The region is showing just fine in the Dashboard -> Structure -> Blocks region dropdowns
4. I have added code in page.tpl.php which has been copied into the child theme directory
if (!empty($page['top_navigation']))
{
echo '

'.$page['top_navigation'].'

';
} // End add Top Navigation region, if it exists
5. The CSS style #TopNavigation is working just fine
6. The blocks: User menu and Search form from the original install are showing just fine under the Top navigation region in the Blocks page.
7. The viewer pages are just showing the word "Array"
8. The table "block" shows the child theme as having both blocks in the region.

How do I get "array" turned into the real content?

Thanks!
7. Instead of the login or the search

int_ua’s picture

Version: 7.x-2.1 » 7.x-2.3
Assigned: Nora McDougall » Unassigned
Category: Support request » Bug report
Priority: Normal » Major
Issue summary: View changes
int_ua’s picture

int_ua’s picture

Status: Active » Postponed (maintainer needs more info)
Dave Reid’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

grumpy74 made their first commit to this issue’s fork.