Remove "Home" from the Main Page

Posted in: Newspaper
Post count: 8

Hi there !

I like to remove the “Home” from the main page as seen on the test page : http://charlie.remotefoundry.com/

Details : http://collabshot.com/show/5oer7Y

Show breadcrumbs : disabled.

Would appreciate any advice to fix this.

Thanks,
Steve

Post count: 22421

Hello,

If you want to remove the word home from the breadcrumbs you can simply translate it to a blank space here: http://screencast.com/t/BUjSDlqNF

Thank you!

Post count: 4

Hey Bogdan, This is not my post but I am having the same problem.

I went into the translations and changed it to a blank space but it did not work on my website, is there any additional steps which are required?

site: www.buildsydney.com

Thanks in advance, regards.

Post count: 22421

Hi,
You probably did not translate it properly. It will need to look like this: http://screencast.com/t/UevTvhoXJHKL and the word home will no longer be there. You can also remove the home link altogether from the breadcrumb settings like so: http://screencast.com/t/QJmgFn5KEX
Thank you!

Post count: 4

I have completed both of these things yet im still not seeing it removed. I only want them to display on Categories but id rather nothing display there at all on any page.

Where is the line of code to completely remove the page title? the breadcrumb on the homepage only disappears when I disable breadcrumbs sitewide.

Post count: 8

Hi Bogdan,

It’s still showing the same issue.

Example 1 : http://screencast.com/t/oLQy2PMU3gg
Example 2 : http://screencast.com/t/oDAbTW8kz7
Example 3 : http://screencast.com/t/vOWLpiBy

Even changing the translation “Home” to something else doesn’t do anything.

It’s not only the home page, it’s the same with other pages.

About us : http://charlie.remotefoundry.com/about-us/
Contact us : http://charlie.remotefoundry.com/contact-us/

Thanks,
Steve

Post count: 22421

Hello,


@supersheek
if you want to remove breadcrumbs from all pages at once, you can use this css code to do it:
.page .entry-crumbs{
display:none!important;
}
.td-crumb-container{
min-height: 10px;
margin-bottom: 5px;
padding-top: 0px;
}

You can add the code in the theme panel->custom css box


@crazynuts99

The title you mention is not a breadcrumb but the page title itself There is a difference between the page title and the breadcrumb. If this is what you want to remove simply change the page template to one that does not show the page title: http://screencast.com/t/rid0B4L9h98
The default page template – it will show the title if you do not use visual composer on that page
Pagebuilder + latest articles – will not show the page title
Pagebuilder + page title – will show the title.

Thank you!

Post count: 8

Hi Bogdan,

I can confirm that selecting “default page template” is working.

I have to select this setting for each page and use the visual composer to populate the page.

Many thanks !

Regards,
Steve

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.