Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #12977

    Brian K
    Participant

    Hello!
    I have been working with this theme for the past week or so and I would just like to say that i am thoroughly enjoying the customizability and functionality. I have one issue though, I want to remove the breadcrumbs section at the top of the page but I am not sure how to go about doing that. I have a decent working knowledge of html and css but i would not call myself a web wizard in any sense. I can see that you guys run a very busy forum so i hope i didn’t miss any documentation on how i could remove this area. All that being said thank you in advance for any assistance that can be provided!

    -Resonate Mobile

    Version info: WordPress 3.8.1 /// Shortcodes Version 2.0.6 /// X theme Version 1.7.2 /// URL: Resonate.co

    #13004

    Rubin
    Keymaster

    Hey Brian,

    under Customizer > Header at the bottom you will see a checkbox “Enable Breadcrumbs” make sure this is unchecked.

    #13267

    Brian K
    Participant

    Thank you for your quick response. I disabled the breadcrumbs feature but i wanted to remove the entire container that it lives in at the top of the page

    #13278

    Christian
    Moderator

    Hey Brian,

    When you disable the breadcrumbs it disables everything including its container. Can you give us a screenshot of what you mean?

    Thanks.

    #13315

    Brian K
    Participant

    The container still seems to be there taking up about a half inch of white space below the header. There is a fine grey bottom border on the container i want removed that still appears when the breadcrumbs is disabled. I want to free up that space where the breadcrumbs appears so that my homepage image can be more flush to the header

    Here is a screenshot with the area in question labeled and outlined in red

    http://resonate.co/m/screenshot.jpg

    #13323

    Brian K
    Participant

    Also i have 1 more question! Is there a way to add some padding/margin to the right side of the header nav so that it isn’t right against the edge of the page?

    Thank you!!

    #13340

    Christian
    Moderator

    The white area is the Landmark Header. It’s the place where the Blog and Portfolio titles are located.

    To hide it, please use the following CSS

    .x-header-landmark {
      display:none;
    }
    

    For the Nav Bar, please use

    .x-navbar .x-nav {
     margin-right: 105px;
    }
    

    You can adjust 105px as per your needs.

    Hope that helps. 🙂

    #13363

    Brian K
    Participant

    The css to hide the landmark header worked perfectly! Thank you so much for that.
    The navbar code didn’t work at first so i changed the margin-right to padding-right and it did the trick.

    Thank you again, you guys run a fantastic forum. Keep up the good work!
    =)

    #13386

    Rubin
    Keymaster

    Thank you for the kind words, this means a lot to us!

    #13657

    Tameez A
    Participant

    Hi, I have something similar. I want to keep the breadcrumbs but want to remove the landmark header. Is that possible and how?

    #13663

    Christian
    Moderator

    Hey Tameez,

    Yes it is possible but will require template tweaking. Are you using a child theme? We’ll then give you instructions on how to do it.

    Thanks.

    #14115

    Tameez A
    Participant

    Hi Support,

    Yes, I just started using child themes. I must complain that when I uploaded the child theme, I lost all the formatting and had to do things over.

    I want to use Renew stack but don’t want Blog Title but do want the breadcrumb.

    Another problem: The comments heading shows: One Comment on ““Hello world!””

    There are two double quotes around Hello World> How’s that?

    Speaking of the breadcrumbs, I also like the Icon stack and wanted to use it but for meta post, only the date is visible other items such as category, no. of comments don’t show. If I an get that, that would be great.

    I don’t want to switch to icon if I am going to lose my setting.

    Thanks.

    #14118

    dan g
    Participant

    quick question- you just add the text to the custom css box in the “custom” section and save? I did that, but the header remains…

    #14151

    Kory
    Keymaster

    Tameez, we’re sorry you had an issue with switching over to a child theme. If you take a look through our article about setting up and installing child themes in the Knowledge Base, you will see that we make mention of how to avoid losing your settings when activating your child theme:

    One especially important portion of this process to take note of is the fact that activating a new child theme essentially means you are starting from scratch with regards to the Customizer. To avoid losing any settings you’ve already made with your parent theme, make sure to export those settings first before activating your child theme. Once your child theme is active, you can then import your parent theme settings to ensure that all of your settings will remain the same.

    Additionally, this is addressed in our video tutorial about child themes around the 1:11 mark. Definitely make sure that you have reviewed all resources before making any big changes to avoid any potential issues like this going forward.

    The following CSS will allow you to remove the title on the blog page:

    body.blog .h-landmark {
      display: none;
    }

    If you can send us a URL to your page with the double quote issue, we’ll be happy to take a look at that. Removing the meta information for Renew is a slightly extensive undertaking, in which you can read a little bit on how to accomplish this here (this example is in regards to Integrity, but the principals are still the same). If you decide you want to do this we can help guide you, but you will need to do some work with PHP just as a heads up.

    Hey Dan, if you could open up a new thread about your question providing us with a URL to your site and more specific information about what you’re trying to accomplish, we’ll be happy to take a look at things for you.

    Thanks!

    #109123

    Luz
    Participant

    Hello X-Team: I’m using Ethos child theme. I wonder, is it possible to remove breadcrumbs only from institutional pages? I think it’s not necessary on those particular few pages at my site, althought it is still absolutely essential for the news section (posts/magazine). On the other hand, it doesn`t look nice: http://prntscr.com/4owk4r

    As usual, thank you in advance for your help. Love X-Theme and your quick and clear instructions (both here and in kb) is very much appreciated!