Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #305272

    mandarghotkar
    Participant

    Hi

    First of all a hearty compliments & big thanks for your efforts that have converted into ‘X’. Excellent theme, excellent documentation, excellent tutorials & excellent support.

    I need help in addressing a unique concept

    1. To build a full screen (not only full width) scroll-less slider layout for my home page.

    2. To load slides vertically; by keyboard up/down or mouse scroll
    3. I am sure if I can generate visual effect in slider as in Music section of Ethos 2 demo

    My concept may be expecting a bit too much but I am sure X has the capability to stand up to this challenge. Thanks again!!!

    Cheers
    Mandar

    #305543

    mandarghotkar
    Participant

    Hi

    Can I get somebody on this?

    #305634

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    To get your concept realize, please follow this details steps in this topic: https://community.theme.co//forums/topic/integrity-09-demo-home-page-appears-to-not-have-loaded-properly/#post-173779. Though it mentions a different demo, it applies the same steps.

    Please check out the video tutorials from the creators of the Revolutions sliders to get some tips of making it responsive or marginless in your page and probably have the slide direction from left to right changed to up and down.

    You can also see the documentations to get more information about the settings and troubleshooting for Revolution Sliders.

    Please use our demo content for Ethos 2 if you want. Just simply go to X Addons > Demo Content and you can install Ethos 2 demo from there. For more information about the demo contents, please check out our knowledge base:
    https://community.theme.co//kb/demo-content/
    https://community.theme.co//demo-content/

    Let us know if this has been helpful to you.

    #306080

    mandarghotkar
    Participant

    Hi

    Thanks for the inputs. But I am afraid following these steps dint help me much.

    Applying .masthead as Offset container pushes the navigation & logo at the bottom of the page where as I am looking for Header to be above the images.

    1. http://www.dejavuprotech.com/slider/ – Here I have followed the steps you suggested. Whereas I m looking for functionality as in Step 2.
    2. http://www.dejavuprotech.com/slider2/ – I have added background images here. Here I am able to create the layout as I want with Background images. But I dont get the control over images and slider like Revolution Slider.

    I am looking to achieve the layout of Slider 2 but with Revolution Slider. Can you please help?

    #306530

    Lely
    Moderator

    Hello There,

    To achieve transparent main menu on top of the revolution slider, please set the slider to show BELOW MASTHEAD on PAGE SETTINGS > SLIDER SETTINGS: BELOW MASTHEAD. Then add the following CSS code in your Customizer via Appearance > Customize > Custom > CSS:

    .masthead {
    position: absolute;
    width: 100%;
    }
    .x-navbar {
    background: transparent !important;
    }
    .x-navbar .desktop .x-nav > li > a {
    color: #9E9494;
    }

    Hope this helps.

    #350041

    mandarghotkar
    Participant
    This reply has been marked as private.
    #350189

    John Ezra
    Member

    You’re most welcome!