Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358286
    lilokwan
    Participant

    Hi guys!

    I just bought a license and I’m really not that good at page design at all, but I am trying to put together a site and now I’m facing a problem. I’m using the renew stack and set my nav bar in “fixed top” but if cuts part of my home page and half of all my other headers on other pages. I looked for the issue and find some solutions you posted for other people, like adding

    body.x-navbar-fixed-top-active .x-navbar-wrap{
    height: 133px !important;
    }

    to the customizer and playing with the height number, but that didn’t change anything for me. This doesn’t happen if I set the bar as “static” but I really wanted fixed. any ideas? thanks a lot!

    #1358435
    Christopher
    Moderator

    Hi there,

    Please add this code :

    body.x-navbar-fixed-top-active .x-navbar-wrap{
    height: auto;
    }

    Hope it helps.

    #1362324
    lilokwan
    Participant

    It did!!! thanks a lot!

    now I have some other issue, my menu is made up of categories and when I publish a new post right above the title of the entry I see Β¨The Blog” phrase and I really don’t want to. Plus, if I scroll down the page and go back up, “The Blog” phrase is gone!!! D: could you please tell me how to get rid of it? I didn’t add it and I don’t want it above my posts

    thanks again!

    #1362329
    lilokwan
    Participant

    ah! and one more thing! I’m using the renew stack and I really don’t like the border it appears around my menu options on the mobile version, so I added this code

    .x-navbar .x-nav-wrap .x-nav > li > a {
    border: 0 !important;

    .x-navbar .x-nav-wrap .x-nav > li > a:hover {
    color: #fff !important;
    }

    and works great! but the subcategories that are present in some of my menu options are still framed, could you please help me taking that away? thanks!

    #1362501
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1363108
    lilokwan
    Participant
    This reply has been marked as private.
    #1363231
    Jade
    Moderator

    Hi there,

    Kindly provide us with the admin access to your site so that we can check it.

    Thank you.

    #1364729
    lilokwan
    Participant
    This reply has been marked as private.
    #1365013
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .page-id-5 .x-header-landmark {
        display: none;
    }
    
    .x-navbar .mobile .x-nav li a {
        border: 0;
    }

    Hope this helps.

    #1367127
    lilokwan
    Participant

    Hi!

    the new code didnt do anything πŸ™ I still get the extra “The Blog” heading and my submenus are still within a border πŸ™ is there another solution?

    thanks again

    #1367243
    lilokwan
    Participant

    I think it is a problem with the general settings of the headings… I was just writing an entry and as the heading of the category the theme displays “Category Archive”, and when I click on the entry to display it at full I see “The Blog” as the heading, this happens in all my posts and in all my category pages and I have no idea how to get rid of it, or how to change it for the actual title of the category. Thanks again for your help

    Edit: I found out I had to change the “archive title” to display what I wanted, so that takes care of the ugly “Category Archive” heading! but I am still stuck with “The Blog” heading over every single one of my posts! πŸ™ thanks for your patience, and just as a reminder, I would also like to get rid of the border around my subcategories in my menu on the mobile version. thanks!

    #1367562
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .single-post header.x-header-landmark {
        display: none;
    }
    
    .x-navbar .mobile .x-nav li>a {
        border: none;
    }

    Hope that helps.

    #1367579
    lilokwan
    Participant

    That did the trick!!! at the beginning it didnt work, but I saw another line of code that could be having conflict with the new one, so I took the old one out and magic! thanks!

    #1367727
    Christian
    Moderator

    You’re welcome.

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