Tagged: x
-
AuthorPosts
-
November 14, 2016 at 5:52 am #1256247
[email protected]ParticipantHi I want to switch my site to ethos three, but struggling to find the documentation on how to do this.
also, I want the initial slider to be more than one slide, is this possible?
Finally, Can the menu scroll down with the customer scrolling? (always in view)
November 14, 2016 at 6:35 am #1256294
ChristianModeratorHey there,
To switch to Ethos 3, you must load the Ethos 3 demo. Please backup your site before this.
Yes, it’s possible. It sounds like you’re using the Hero slider type so you could only use 1 slide. Please change your Slider Type to Standard. See https://www.themepunch.com/revslider-doc/slider-setup/#slidertype
Sorry but I don’t understand your last question. Do you want a fixed navbar (stick to header when scrolling down)? If so, set your Navbar Position in Appearance > Customize > Header to Fixed Top. This will automatically be set when you switch to Ethos 3 demo.
Thanks.
November 15, 2016 at 3:57 am #1257683
[email protected]ParticipantMy menu is not showing, what are the tips for that?
November 15, 2016 at 4:02 am #1257686
[email protected]ParticipantI got it appearance, menu select the menu
November 15, 2016 at 5:03 am #1257728
[email protected]ParticipantHello
The fixed top works very well, but does not fix top the logo, how would I add that too?November 15, 2016 at 5:15 am #1257745
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-logobar.x-logobar-fixed-top { position: fixed; top: 0; left: 0; right: 0; z-index: 1030; } .x-navbar.x-navbar-fixed-top { top: 72px; }Please add following code in Customize -> Custom -> Global JavaScript :
jQuery(function($) { $(window).scroll(function() { if($( ".x-navbar" ).hasClass( "x-navbar-fixed-top" )){ $(".x-logobar").addClass('x-logobar-fixed-top'); }else { $(".x-logobar").removeClass('x-logobar-fixed-top'); } }); });Hope that helps.
November 15, 2016 at 5:35 am #1257766
[email protected]ParticipantThank you, it is closer, but the logo is getting a bit cut off.
November 15, 2016 at 6:10 am #1257798
ThaiModeratorHi There,
Please find this CSS:
.x-navbar.x-navbar-fixed-top { top: 72px; }And change to this:
.x-navbar.x-navbar-fixed-top { top: 103px; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1256247 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
