Tagged: x
-
AuthorPosts
-
May 6, 2016 at 7:31 pm #979495
philip_papeParticipantI’m using the Ethos stack and have setup a Slider Revolution slider ABOVE the masthead, so the navbar is BELOW the slider. Then, when you scroll, the navbar moves up and sticks.
However, I would like to achieve two additional things:
1. Make the navbar semi-transparent
2. Show the navbar superimposed (overlayed) over the bottom of the slider, NOT below it. In other words, if the navbar is 90px high, it should cover the bottom 90px of the slider so you see the bottom of the slider image through the semi-transparent navbarAny help here would be appreciated, thanks!
May 6, 2016 at 10:48 pm #979741
Prasant RaiModeratorHello Philip,
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.
Thanks.
May 7, 2016 at 5:46 am #980011
philip_papeParticipantThis reply has been marked as private.May 7, 2016 at 6:46 am #980060
philip_papeParticipantAnd one more question related to the navbar. I’m showing an image instead of text for one menu item, but the image is top-aligned with the text navbar items. Instead, I would like them middle-aligned (vertically centered). How can I do that? Thanks!
May 7, 2016 at 7:50 am #980105
ChristopherModeratorHi there,
I would like to check your site but it’s under construction mode, please provide us with login credentials.
Thanks.
May 7, 2016 at 7:57 am #980106
philip_papeParticipantThis reply has been marked as private.May 7, 2016 at 8:06 am #980109
philip_papeParticipantAlso, note that I have temporarily added “<br />” before each menu item text to make it appear vertically centered.
May 7, 2016 at 10:00 am #980204
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-navbar:not(.x-navbar-fixed-top) { margin-top: -90px; } .x-navbar.x-navbar-fixed-top { background-color: rgba(0, 0, 0, 0.5); }Hope it helps 🙂
May 7, 2016 at 11:09 am #980232
philip_papeParticipantThank you!
I made a small tweak so the transparency always shows. This worked perfectly 🙂
.x-navbar:not(.x-navbar-fixed-top) {
margin-top: -90px;
}
.x-navbar {
background-color: rgba(0, 0, 0, 0.5);
}May 7, 2016 at 11:10 am #980233
philip_papeParticipantAny thoughts on the middle align for navbar items?
May 7, 2016 at 11:10 am #980234
philip_papeParticipantAlso, there’s a brief flicker when scrolling and the navbar sticks. Is there any way to remove that?
May 7, 2016 at 10:10 pm #980637
Rue NelModeratorHello There,
To vertically align the menu items, you do not have to add a br tag. Simply go to your customizer and find this setting, Appearance > Customize > Header > Links – Alignment and set the “Navbar Top Link Alignment (px)” option.

Hope this helps.
May 8, 2016 at 5:25 am #980879
philip_papeParticipantThe problem with that is, when I’m using an image for a label, this pushes the image down also. In other words, the image is top-aligned with the other menu items which are text. So if the image is twice as high, it hangs down.
Instead, I want the image and text to be middle aligned with each other.
May 8, 2016 at 5:44 am #980892
ChristopherModeratorThanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
May 8, 2016 at 6:28 pm #981396
philip_papeParticipantHere’s a screenshot of what the navbar looks like. Notice that the image “Kennedy Golf Management” appears top-aligned with the other 3 text navbar items.
I’d like them to all appear middle-aligned with each other.
Notice that this image is NOT the “logo” but rather an
tag in the menu item’s label.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-979495 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
