Remove breadcrumbs

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

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

    #293641
    J. Davis
    Keymaster

    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
    Mads Bischoff
    Guest

    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
    J. Davis
    Keymaster

    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
    Matt Newman
    Participant

    I agree. This should be a feature.

    #404438
    Matt Newman
    Participant

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

    #404440
    Matt Newman
    Participant

    It worked. So much for me reading instructions.

    #404676
    J. Davis
    Keymaster

    Hi Matt,

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

    Best regards,
    John

    #471715
    Maddie
    Guest

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

    .breadcrumb {
    display: none;
    }

    Adios breadcrums.

    #471872
    J. Davis
    Keymaster

    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
    Charlie Macdonald
    Guest

    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
    J. Davis
    Keymaster

    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.