Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #1368051

    PS: coming back to your initial Question insert only for pages/post that have transparency headers…

    i do not know if there is a conditional for that action hook that could be used to avoid the insertion.
    But on html there is a class : html_header_transparency and html_header_glassy for those pages – so you can insert that banner on all pages and set the display to none if these classes are not there!
    f.e.:

    html:not(.html_header_transparency) #banner {
    	display: none
    }
    #1368093

    Guenni thanks a lot for all your hard work to resolve this. The last code for boxed layout worked perfectly with all the css styling. Now I have exactly what I wanted to achieve :) Thanks once again. Feel free to close this thread.

    #1368132

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 3 posts - 31 through 33 (of 33 total)
  • The topic ‘fullscreen slider by default for blog pages with transparent glassy header’ is closed to new replies.