Tagged: x
-
AuthorPosts
-
December 10, 2016 at 1:37 pm #1288460
MeyMorganParticipantI saw this topic https://community.theme.co/forums/topic/transparent-headernavbar-only-when-on-top-of-page/ and want to do the same navbar like in this topic (http://themenectar.com/demo/salient-frostwave/). But i think i can’t collect all the pieces to get the same navbar like on this homepage. I really want exact the same with the smoth scroll, shrink Logo and dropdown etc. is this possible?
Thank you.
December 10, 2016 at 9:18 pm #1288730
RadModeratorHi there,
Thanks for writing.
The effect could be possible through CSS transition/animation, but not the exact copy of the sidebar.
You could provide your site’s URL and I’ll check if we can apply the same effect.
Thanks!
December 13, 2016 at 12:24 pm #1291628
MeyMorganParticipantHello,
here i have the URL.
https://sv-handorf-langenberg.de/wordpress/It must be possible on mobile two that would be awesome!
Thank you
December 13, 2016 at 2:13 pm #1291763
JoaoModeratorHi There,
Please click Edit Page, scroll down and select a existing revolution slider under your masthead.
Also would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
December 18, 2016 at 12:28 pm #1297299
MeyMorganParticipantThis reply has been marked as private.December 18, 2016 at 5:52 pm #1297452
Rue NelModeratorHello There,
Thanks for providing the information. Upon checking, the background color of the navbar already changed from transparent to a solid color. I assume you already have figured it out. All we need for now is to have a code that will resize the logo as soon as you scroll the page. To do that, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .x-brand img { transition: all 0.5s linear; } .x-navbar.x-navbar-fixed-top .x-brand img { width: 55px; }Feel free to make it smaller or a little bigger if needed.
December 19, 2016 at 8:54 am #1298197
MeyMorganParticipantThank you for helping,
but i do have some issues.
1. can i insert a code to let the navbar shrink smoother like the logo?
2. If the Navbar is in mobile mode, i cant’t scroll and can’t see all links.
3. I want to make the line thiner
4. if the navbar shrink the dropdown menue don’t fix on the navbar.than i think we are done 🙂
Thanks.
December 19, 2016 at 10:45 am #1298336
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
1.
.x-navbar-fixed-top.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding: 0 10px; font-size: 12px; transition: 0.8s ease all; }2.
@media screen and (max-width: 979px){ .x-navbar { position: relative !important; } }3.
.x-navbar { border-bottom: 1px solid rgba(255,255,255,0.2) !important; }4.
.x-navbar-fixed-top.x-navbar .desktop .x-nav > li ul { top: 70px; }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
December 22, 2016 at 7:54 am #1301686
MeyMorganParticipantTHANK YOU!!!!!
December 22, 2016 at 8:12 am #1301695
MeyMorganParticipantJust one thing 🙂
if i scroll back on top the navebar should smooth back like the logo.
And if i go on mobil the menue icon shouldn’t hover in white/transparent.
Can we do this?Thank you!
December 22, 2016 at 1:09 pm #1301972
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce), .x-navbar { transition: 0.8s ease all !important; } .x-btn-navbar { color: #444 !important; }Let us know how this goes!
December 30, 2016 at 12:18 pm #1310125
MeyMorganParticipantThank You!
December 30, 2016 at 1:40 pm #1310193
JoaoModeratorYou are welcome,
Happy new year!
February 21, 2017 at 1:59 am #1379403
MeyMorganParticipantGood morning,
sometimes i get a border around the links in the Navbar,
i want to ask if i can remove it, please take a look to the Screenshot.Thank you very much 🙂
February 21, 2017 at 2:13 am #1379424
MeyMorganParticipanthey,
one other problem, i want to user a full-width Layout on the first Page
and a block-Layout on the other pages and i fond a code to do this.home .site {
margin: 0 !important;
border: 0 !important;
width: 100% !important;
max-width: 100% !important;
background-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}but now on the other pages the navbar is not in the right position, can you halp me out with this?
And also, i want to give the pages a costume background.Thanks for your help
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1288460 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
