Home Forums WoodMart support forum Sticky footer

Sticky footer

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

    tchubb
    Participant

    I tried to enable the sticky footer option.

    What I want is a permanenet feature outside of the header that is displaying important ordering information.

    I thought a sticky footer would be easy to enable, but once I clicked on “make footer sticky” in the footer section I did not see it become sticky.

    Is there something I did wrong?

    #196846

    Hello,

    Your sticky footer works correctly https://gyazo.com/26b614043bce823c32b81307bce45a45 , please provide a detailed description of what you wanted to change? Provide the screens as well.

    Best Regards

    #197024

    tchubb
    Participant

    Maybe I do’nt understand what you mean by sticky footer and I think we are talking about 2 different things.

    What I am talking about is the footer to be visible on all elements and blocks of the page, what you showed is the footer becoming sticky only at the last element/block of the page. when I observed this I thought something wasn’t working correctly, but your screenshot of the same effect as proof that it is working is making me think maaybe I do not understand what the proper function is of the sticky footer?

    You can see what i am talking about specifically from this youtube video of an elementor effect

    https://youtu.be/UhCvcob1YPo?t=143

    #197111

    Hello,

    The sticky footer provided by our theme means what you have now on your site. In order to get what you show on the video, please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 1025px){
    .sticky-footer-on .footer-container {
        transition: none; 
        -webkit-backface-visibility: visible; 
       backface-visibility: visible; 
        -webkit-perspective: none;
        perspective: none; 
        z-index: 999;
    }
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)