Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Remove breadcrumbs
- This topic has 11 replies, 3 voices, and was last updated 7 years, 9 months ago by
J. Davis.
- AuthorPosts
- April 23, 2016 at 6:28 am #292712
Schilly
GuestIs it possible to remove the breadcrumbs from the Emmet theme?
Haven’t seen this feature in the theme settings yet.April 25, 2016 at 11:33 am #293641J. Davis
KeymasterHi Schilly,
Currently you can remove breadcrumbs from your pages by creating a child theme. Also we will check if this option is really needed and probably will add it to theme settings. Thank you for your feedback.
Best regards,
JohnMay 22, 2016 at 8:07 pm #311243Mads Bischoff
GuestHi,
I also want to remove the breadcrums on all pages.
Im already running with a childtheme.
Can you advice HOW the trick is done via childtheme?
🙂 MadsMay 27, 2016 at 9:38 am #313890J. Davis
KeymasterHi Mads,
You can try to add the code below to functions.php file of the Child Theme:add_filter('mp_emmet_breadcrumbs', 'my_emmet_mp_emmet_breadcrumbs'); function my_emmet_mp_emmet_breadcrumbs() { return ''; }
Best regards,
JohnOctober 29, 2016 at 3:00 am #403424Matt Newman
ParticipantI agree. This should be a feature.
October 31, 2016 at 7:14 pm #404438Matt Newman
ParticipantHas the code above worked for anyone. It didn’t work for me.
October 31, 2016 at 7:18 pm #404440Matt Newman
ParticipantIt worked. So much for me reading instructions.
November 1, 2016 at 10:33 am #404676J. Davis
KeymasterHi Matt,
We’ve added your suggestion to features’ list. We’ll keep this in mind. Have a nice day.
Best regards,
JohnFebruary 9, 2017 at 8:44 pm #471715Maddie
GuestProbably not the most professional solution, but I just stuck this in the Custom CSS section:
.breadcrumb {
display: none;
}Adios breadcrums.
February 10, 2017 at 9:34 am #471872J. Davis
KeymasterHello Maddie,
We have just released new version of Emmet where you can disable breadcrumbs by going to Appearance>Customize>General.
Best regards,
JohnMay 22, 2017 at 1:38 am #523449Charlie Macdonald
GuestHi Motopress,
I am running Emmet version 1.4.3, I want to remove breadcrumbs and I know that the newer version (released Feb 2017) has that option. How do I update the version without losing all of the customizations I’ve done on this older Emmet theme?
Cheers
CharlieMay 22, 2017 at 11:56 am #523558J. Davis
KeymasterHi Charlie,
You can loose changes only if you edited theme files without Child Theme installation. If you did not modify files manually you can simply update theme by activating license key or downloading latest version and uploading it instead of currently installed.
You can submit a request to our support team if you need our assistance.
Best regards,
John - AuthorPosts
- You must be logged in to reply to this topic.