Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #985660
    ahmedfouadkhalil
    Participant

    Hi, can we remove this bar showing the location or can I change its location to the end of the page

    #985818
    Christopher
    Moderator

    Hi there,

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    In this example I assumed you’re using Integrity stack. For all other stacks the process is the the same .

    Copy wp-header.php from framework/views/YOUR STACK (here integrity) and put it in the same path inside your child theme (x-childframework/views/YOUR STACK), open the file and find and remove following line :

    <?php x_get_view( 'integrity', '_breadcrumbs' ); ?>

    Next, copy wp-footer.php from framework/views/YOUR STACK and put it in the same path inside your child theme (x-child/framework/views/YOUR STACK), open the file and insert this line :

    <?php x_get_view( 'integrity', '_breadcrumbs' ); ?>

    Just before this line :

    <?php x_get_view( 'global', '_footer', 'widget-areas' ); ?>

    Hope it helps.

    #986018
    ahmedfouadkhalil
    Participant

    Thanks for that, but what I can understand here is to remove it completely I need to remove the code line from header.php file and not add to footer file!

    Is there any way to stop this with out updating theme files?

    #986194
    Joao
    Moderator

    Hi There,

    To remove the Breadcrumbs Bar(I guess that is what you mean by root bar), you can simply go to your Appearance / Customizer / Headear

    Scroll down to the bottom and turn off breadcrumbs.

    Please see image attached.

    Hope that helps,

    Joao

    #986323
    ahmedfouadkhalil
    Participant

    Thanks

    #986439
    Joao
    Moderator

    You are welcome.

    Let us know if there is anything else we can help you with.

    Joao

  • <script> jQuery(function($){ $("#no-reply-985660 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>