Remove breadcrumbs

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #292712

    Is it possible to remove the breadcrumbs from the Emmet theme?
    Haven’t seen this feature in the theme settings yet.

    #293641

    Hi 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,
    John

    #311243

    Hi,
    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?
    🙂 Mads

    #313890

    Hi 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,
    John

    #403424

    I agree. This should be a feature.

    #404438

    Has the code above worked for anyone. It didn’t work for me.

    #404440

    It worked. So much for me reading instructions.

    #404676

    Hi Matt,

    We’ve added your suggestion to features’ list. We’ll keep this in mind. Have a nice day.

    Best regards,
    John

    #471715

    Probably not the most professional solution, but I just stuck this in the Custom CSS section:

    .breadcrumb {
    display: none;
    }

    Adios breadcrums.

    #471872

    Hello Maddie,

    We have just released new version of Emmet where you can disable breadcrumbs by going to Appearance>Customize>General.

    Best regards,
    John

    #523449

    Hi 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
    Charlie

    #523558

    Hi 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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.