I am just new for drupal and simple modern theme, when I use this theme I got the strange page as in attached file.
Please help or advise where to get more knowledge.

CommentFileSizeAuthor
error3.jpg15.65 KBasciiz

Comments

Pete Harlan’s picture

linl’s picture

Component: User interface » Code
Category: support » bug

I'm getting the same error with a fresh download of the theme and no changes to any of the theme settings and no custom logo.

I tried adding style="clear:both" in line 290 of page.tpl.php as suggested here: #686510: Left sidebar not on left if custom logo uploaded and no user sections, but it didn't make any difference.

ensemble’s picture

I'm also having this problem - I installed the theme into a brand-new Drupal site with out any modifications yet. I checked the link to the patch you mentioned above, but I don't actually see a link to a patch there. Sorry if I'm just blind - I just see a description of the issue, no link to the patch.

Pete Harlan’s picture

@LinL, could you attach the HTML of the page itself (i.e., not a picture but the HTML file)? I may be able to figure out what's happening then.

@ensemble, you're right, the patch disappeared (or maybe I'm also just not seeing it). It used to be there. I don't know why that happened, but I posted it again in a new comment in that report.

Pete Harlan’s picture

I have found that some things don't appear (like sidebars) until you save the theme settings at:

/admin/build/themes/settings/simply_modern

After doing that, check your blocks to make sure that your navigation is where you want it (e.g., left sidebar and not in the Banner Ad section) in:

/admin/build/block

I would guess that the need to save settings before things work correctly is due to the problem mentioned in #519666: Default Theme Settings Value not Correct about theme-settings.php not agreeing with template.php, but I haven't tested this.

Does this help?

raunsi’s picture

Yes, this helps. All navigations were set to Banner Ad. Changing to "Left Sidebar" solved the problem.

Rainer

Corey Smith’s picture

Status: Active » Closed (won't fix)