Home Forums WoodMart support forum Conflict between Cookies banner & Scroll to top button

Conflict between Cookies banner & Scroll to top button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #138375

    Jeriss Cloud Center
    Participant

    Dear,

    There is a conflict between 2 theme features. If the user do not agree to “accept” the cookies banner, the “scroll to top” button gets hidden behind the banner. See video in private

    In my opinion, a logic should be implemented :
    – if the banner is shown, display the scroll to top button above the banner.
    – if the banner is hidden, display the scroll to top button as is.

    Thanks

    #138494

    Hello,

    We can place the “scroll to top” higher with custom CSS.

    It is not possible to do exactly in the way you want.

    Here is the code:

    body .scrollToTop {
        bottom: 60px;
    }

    Best Regards

    #138991

    Jeriss Cloud Center
    Participant

    Ok thanks for the code.

    But afterwards, what do you foresee in the future to fix this? It’s not good to keep parameters in a theme that in conflict together when both are enabled.

    Thanks

    #139010

    Hello,

    These parameters are not conflicting, 99,99% users accept the Cookies and never see the message again.

    Best Regards

    #140731

    Jeriss Cloud Center
    Participant

    Please close this ticket, thanks

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

The topic ‘Conflict between Cookies banner & Scroll to top button’ is closed to new replies.