Hi. Is there a way to display the block "Inner content" top on the front page?

as default the block is:
Inner content top - not displayed on frontpage.

Is there someone who have any idea what to change. I belive I have to change some code in the template.php file?

Thank you.

Comments

mediesjef’s picture

Component: Code » User interface
jeremycaldwell’s picture

Assigned: mediesjef » Unassigned
Status: Active » Postponed (maintainer needs more info)

Not sure what block you are referring to. Can you please provide a screenshot or more information as that block doesn't exist in the 3.x version of Acquia Slate.

Seneschall’s picture

Might be the same problem. On the front page, as in on the screen shot supplied for the theme, there's a picture (seascape.jpg I believe) and 2x had a block that displayed above the picture. Where's that block on the 3x version? Also, another smaller seascape type block was above the content. That might be the inner content top block mediesjef was referring to.

2x can be seen on www.cuvee.net.cn and that block on the front page is our cocktails. We replaced seascape.jpg with our logo.

Where is that on 3x?

jeremycaldwell’s picture

In 3.x it's a bit different and more information about that can be found here: http://drupal.org/node/764380

harrcross’s picture

Version: 6.x-3.x-dev » 6.x-2.0

Hi

I have probably the same challenge with Slate 2x. On the blocks admin page there is an "inner content top" region (also termed "main content" on the project page) below the header. However, it will not accept blocks. I can put blocks in "inner content bottom". Also, the "inner content top" region is automatically filling up with blog posts etc. yet there are no blocks in the region/ Is this how the theme is set up by default? I do not seem to be able to place a block in that region and consequently view it on the front page.

john_b’s picture

Code for 'inner content top' is missing from page-front.tpl.php, so inner content top does not display on front page.

Can copy it from page.tpl.php and insert before the line

The code I copied is as follows.

if ($content_top):

print $banner_image; >
print $content_top;

endif;

esmerel’s picture

Status: Postponed (maintainer needs more info) » Active