Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1256247
    [email protected]
    Participant

    Hi 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)

    #1256294
    Christian
    Moderator

    Hey 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.

    #1257683
    [email protected]
    Participant

    My menu is not showing, what are the tips for that?

    #1257686
    [email protected]
    Participant

    I got it appearance, menu select the menu

    #1257728
    [email protected]
    Participant

    Hello
    The fixed top works very well, but does not fix top the logo, how would I add that too?

    #1257745
    Christopher
    Moderator

    Hi 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.

    #1257766
    [email protected]
    Participant

    Thank you, it is closer, but the logo is getting a bit cut off.

    #1257798
    Thai
    Moderator

    Hi 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 🙂

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