Tagged: x
-
AuthorPosts
-
May 11, 2016 at 6:38 am #985660
ahmedfouadkhalilParticipantHi, can we remove this bar showing the location or can I change its location to the end of the page
May 11, 2016 at 8:35 am #985818
ChristopherModeratorHi 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.
May 11, 2016 at 10:29 am #986018
ahmedfouadkhalilParticipantThanks 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?
May 11, 2016 at 12:16 pm #986194
JoaoModeratorHi 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
May 11, 2016 at 1:42 pm #986323
ahmedfouadkhalilParticipantThanks
May 11, 2016 at 2:49 pm #986439
JoaoModeratorYou are welcome.
Let us know if there is anything else we can help you with.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-985660 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
