unwanted 'Home' link in Main Content region


Author Message
Bram D.

Posted: 1/28/2012
Quote message 

Hello,
just purchased Artisteer to save some time with my Drupal 7-theme. Most things work, however, I have one problem that I can't seem to solve.
Just above the main content area, there appears a 'Home' link, on every page, except the front page.
Looking in the 'block region demonstration', this extra menu doesn't seem to be in any of the editable regions.
See the green arrow in this picture: http://fablabwag.nl/images/FLW-RegionDemo.jpg

No luck with searching this forum for help.. Somewhere I read something about changing "display:none" of the .breadcrumb element in the style.css, but that doesn't do the trick for me.
Any help would be greatly appreciated! Thanks!
 
monster_che

Posted: 1/29/2012
Quote message 

Hi Bram,

I had the same problem, cheated a little to solve it. Just place your content in one of the block regions above content, ie. banner2. This also seems to solve the problem of content being too low on the page, at least it did for me.
 
Bram D.

Posted: 1/29/2012
Quote message 

Thanks for your answer!
I just solved the problem myself. I found out this 'home' link was part of an unmentioned block called 'breadcrumbs'. I was able to make this breadcrumb block invisible, but that didn't empty it, therefore the empty block was still displayed.
I got rid of the empty block by removing about 10 lines in the file page.tpl.php: everything between <?php if (!empty($breadcrumb)): ?> and <?php endif; ?> So far, this works and doesn't give me any problems.
 
monster_che

Posted: 1/29/2012
Quote message 

Hey!

Well that's useful, will try that out on my site :)
 
Mark C

Posted: 1/30/2012
Quote message 

Here's some more solutions:
http://www.artisteer.com/?post_id=104213&p=forum_post

And this module will disable breadcrumbs for you:
http://drupal.org/project/disable_breadcrumbs
 
Ashish

Posted: 2/20/2012
Quote message 

http://drupal.org/project/disable_breadcrumbs

This Module is best option,
You can enable and disable breadcrumbs on desired pages