Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229590

    Hi,
    in the thread “Enfold | Header Transparency with Full Page Slider.” and here are already answers, but i still struggle.

    QUESTION: how to set the “fullscreen slider on full screen”? http://www.jiamode.com

    The frontpage should be only the fullscreen slider with a transparent header menu. to create this effect i been only able to push the top margin of main up, which leaves a space of couse. How to have the fullscreen slider in full, without the 90 gap?

    thank you in adavance.

     .header_bg {
        background: rgba(255,255,255,0.3) !important;
    }
    #header_meta{
        background: transparent !important;
    }
    .avia-menu a{
        color: rgba(0,43,88,1)  !important;
    }
    .main_menu, .main_menu * {
        background: transparent !important;
    }
    #header *{
        border: 0 !important;
    }
    .home #main {
        margin-top: -90px;
    }
    • This topic was modified 10 years, 9 months ago by webfordj.
    #231443

    Hey webfordj!

    Tbh I’m not familiar with Kriesi’s calculation code for the header offset and my solution might not work but you can try to replace this code in wp-content/themes/enfold/js/shortcodes.js

    
    		subtract: '#wpadminbar, #header, #main>.title_container'
        		
    

    with

    
    		subtract: '#wpadminbar'
    
    

    and the slider should cover the entire screen.

    Regards,
    Peter

    #231603

    it worked and i have to say once more again: the support team of kriesi and the quality of your products are very good. as i did before, i recommend you guys.

    thank you very much.
    gruß sebastian, berlin germany

    • This reply was modified 10 years, 8 months ago by webfordj.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold | Header Transparency with Full Page Slider (question further)’ is closed to new replies.