Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333336
    isa1978
    Participant

    Hey guys,
    I need to ask you something weird..

    so I created a menu with categories and pages.

    the WHERE is a page as you can see from the screen shot below,
    and it is supposed to be empty because I will load some maps.

    but when I click on it, it looks like it is a category…

    I am not sure how it is possible…

    can you help?
    thanks much
    cheers

    #1333447
    Christopher
    Moderator

    Hi there,

    It’s not allowed to use identical slug for more that one post or category, etc…
    Please change the slug of the category ‘Where’.

    Also find this code :

    .masthead  {
                position:absolute;
                width:100%;
                background-color:transparent !important;
         
           }

    And update it to :

    body:not(.archive) .masthead {
        position: absolute;
        width: 100%;
        background-color: transparent !important;
    }

    Thanks.

    #1333980
    isa1978
    Participant

    hey christofer!
    thank you so much
    I did it. all good. the page is now empty. 🙂 🙂

    but can you have a look at the logo and menu bar?
    http://www.boundlessroads.com/where/

    it’s supposed to be on top and transparent like the other pages…

    thanks a lot again 🙂

    #1334476
    Lely
    Moderator

    Hello There,

    It is transparent. The box you were seeing is the content container box. Because of the following custom CSS, that box where the content is supposed to be move up on top.

    @media (min-width: 980px){
    body:not(.archive) .masthead {
        position: absolute;
        width: 100%;
        background-color: transparent !important;
    }

    Update that custom CSS to this:

    @media (min-width: 980px){
    body:not(.archive) .masthead {
        width: 100%;
        background-color: transparent !important;
    }

    We don’t need the absolute positioning.
    Hope this helps.

    #1334583
    isa1978
    Participant

    Hello lely
    I am sorry but In the way you told me I didn’t have my problem solved plus the logo bar was not transparent anymore. I had to put it back..

    but I found out that I simply had to modify it from the editor… sorry about that.
    thanks a lot for your time
    cheers.

    isabella

    #1334652
    Christopher
    Moderator

    You’re welcome.

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