I've been working on a site for about a month now, and last week a box appeared in my site on every page. I've looked in the blocks settings, and nothing should be appearing in that section.

The site is located at http://www.michigandistrict.org/test

Can anyone throw out other ideas? I'm at a loss.

Comments

Oruen’s picture

It's a block on your site, disable the content help block on your site in admin/build/block/list

shinz83’s picture

There is no 'help block' enabled. The rectangle that is appearing is showing up in the 'content top region' but there are no blocks enabled in that region.

Oruen’s picture

disable it in css, maybe?

shinz83’s picture

It is a help block - but I have no clue why it would be showing up.

Elehas’s picture

is there a $help var in your page.tpl.php file?? if so, remove it

shinz83’s picture

I removed print theme('grid_block', $help, 'content-help');

and the box went away.