Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1415867

    The homepage we have is built with all slider revolution sliders.

    There are a couple of full-width sliders, and the slider disappears when you scroll to those full-width sliders.

    There are also full-width sliders as heroes other pages.

    Is there a way to have the header always be present and not disappear on every page?

    Website and login in private content.

    #1415883

    Hey Tri,

    Thank you for the inquiry.

    Adding the following css code should fix the issue with the header.

    .html_header_top.html_header_sticky #header {
        position: fixed;
        z-index: 999999;
    }

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.

    Best regards,
    Ismael

    #1420337

    Thank you! That worked!

    #1420367

    Hi,

    Great! Glad to know that the modification worked. Please do not hesitate to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slider Revolution – Show Header at All Times’ is closed to new replies.