Hello,
Can you help how I can remove the Danland "Home" region or "Home" link. It is on every page I made. All other regions I can stop, but not the "Home" region.
Thanks for your help.
Gr

Comments

VM’s picture

For those not using the danland theme and can help, a screenshot uploaded to a photo sharing site and linked to a post illustrating what you are referring to as the 'home region' or 'home link' would be helpful.

viewing the source of the demo @ view-source:http://www.danetsoft.com/demo/ doesn't reveal anything labeled as a home region.

jdavis14’s picture

https://www.dropbox.com/s/plfz3flwfdn2p3h/Screenshot%202016-06-29%2019.1...

That's a picture of the block structure containing the home bar.

othermachines’s picture

On a default install the "Home" link in the main menu can be removed by going through Structure > Menu > Main menu > List links (admin/structure/menu/manage/main-menu). Not familiar with Danland so I have no idea what to do about a "Home region".

jdavis14’s picture

I'll assume you're referring to the bar containing home in the following screenshot https://www.dropbox.com/s/plfz3flwfdn2p3h/Screenshot%202016-06-29%2019.1...

It's actually the breadcrumb trail for danland and to remove it you need to just remove the following line from the page.tpl.php file

<?php if (!$is_front) print $breadcrumb; ?>
VM’s picture

I highly suggest a subtheme of danland to ensure your customization isn't overwritten if/when an update of the theme is released.