Tagged: x
-
AuthorPosts
-
January 17, 2017 at 5:27 am #1333336
isa1978ParticipantHey 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
cheersJanuary 17, 2017 at 7:04 am #1333447
ChristopherModeratorHi 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.
January 17, 2017 at 1:53 pm #1333980
isa1978Participanthey 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 🙂
January 17, 2017 at 9:36 pm #1334476
LelyModeratorHello 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.January 17, 2017 at 11:59 pm #1334583
isa1978ParticipantHello 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
January 18, 2017 at 1:39 am #1334652
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1333336 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
