I am currently getting these errors:

Notice: Undefined variable: main_group_width in include() (line 57 of /sw/var/www/d7-dev/sites/all/themes/abstract/templates/page.tpl.php).
Notice: Undefined index: sidebar_first in fusion_core_grid_info() (line 342 of /sw/var/www/d7-dev/sites/all/themes/fusion/fusion_core/template.php).
Notice: Undefined index: sidebar_second in fusion_core_grid_info() (line 344 of /sw/var/www/d7-dev/sites/all/themes/fusion/fusion_core/template.php).
Notice: Undefined index: sidebar_first in fusion_core_grid_info() (line 342 of /sw/var/www/d7-dev/sites/all/themes/fusion/fusion_core/template.php).
Notice: Undefined index: sidebar_second in fusion_core_grid_info() (line 342 of /sw/var/www/d7-dev/sites/all/themes/fusion/fusion_core/template.php).
Notice: Undefined index: sidebar_first in fusion_core_preprocess_page() (line 79 of /sw/var/www/d7-dev/sites/all/themes/fusion/fusion_core/template.php).
Notice: Undefined index: sidebar_second in fusion_core_preprocess_page() (line 79 of /sw/var/www/d7-dev/sites/all/themes/fusion/fusion_core/template.php).

Right now the content and right sidebars have full width. Fusion its still in dev snapshot and there is no usable Skinr for D7, so this issue might have to wait a little.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sbsimmons86’s picture

Subscribing...Im having the same issue.

ipwa’s picture

Are you getting all these errors??

With the latest dev snapshot you should only be getting:

Notice: Undefined variable: main_group_width in include() (line 57 of /sw/var/www/d7-dev/sites/all/themes/abstract/templates/page.tpl.php).

Make sure you clear your cache.

sbsimmons86’s picture

Yeah, Im only getting the one error now.

ipwa’s picture

Awesome thanks. As I said before Fusion is still dev snapshot, so I'll try to fix this bug, but there's no rush until there's at least a fusion beta.

mmenavas’s picture

This patch does not solve this issue entirely, but it corrects the page.tpl.php file to render all regions (except for 'Content to') correctly. Stylesheets and div classes might have to be updated

ipwa’s picture

ipwa’s picture

Status: Active » Needs work
ipwa’s picture

Title: sidebar widths (Fusion 7.x) » Drupal 7 upgrade
ipwa’s picture

Just committed: http://drupal.org/commitlog/commit/12322/732bf82947171dc01ed90f743bd4bbf...

Now we have unstable1 for Drupal 7: http://drupal.org/node/1165662

Didn't want to do an alpha just yet because there are a couple of things to sort out like the 0 that comes from the node.tpl.php probably.

Main menus don't work in Fusion like regular themes btw, you need to assign your main menu block to the main menu region.

@mmenavas if you're going to continue helping out with patches, remember to git pull so you get my latest changes locally, thanks so much for the help.

mmenavas’s picture

No problem! I'm glad to help. I'll pick this up again in future code sprints.

mmenavas’s picture

This patch cleans up part of node.tpl.php. I think abstract.info and page.tpl.php need to be updated to remove one of the sidebars as in Abstract 6.x-1x.

ipwa’s picture

Issue summary: View changes
Status: Needs work » Fixed

Please use the 7.x-2.x branch now. Implemented with Bootstrap theme as parent theme.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.