Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #764308

    Hi, I have activated the sticky header in the Enfold theme settings, but the header is not being displayed when I scroll down the page.

    I’m including a link to the home page below.

    Thanks, Richard

    #764613

    Hey Richard,

    Please, to check the settings, may you share with me your WP credentials?

    Best regards,
    John Torvik

    #764763

    Thanks John,

    I am sharing login details in the private section below.

    #765744

    Hi, I’ve had to turn off the sticky header temporarily as it was giving me some problems.

    When you take a look at this, please turn it back on in the theme settings.

    You’ll see that when activated the sticky header is not remaining on screen when you scroll down the page
    and is behaving strangely when you scroll back to the top.

    Thanks, Richard

    #765754

    Hi, I’ve now moved the website to its live url, so am resending the live url and WordPress admin below:

    #766582

    Hi Richard,

    It’s this rule in tonic analytics

    
    body, #socket {
        -webkit-transform: translateZ(0) !important;
    }
    

    that does not allow position:fixed to work as it should.

    For the sticky header to work it has to be

    
    body, #socket {
        -webkit-transform: none;
    }
    

    but then you have to see if analytics still works like it should.

    Let us know if this was helpful.
    Best regards,
    Victoria

    #766964

    Thanks Victoria, this is great!

    #766974

    Hi,
    Glad Victoria was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Sticky header not working’ is closed to new replies.