Home Forums WoodMart support forum Sticky header is not working on mobile

Sticky header is not working on mobile

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

    Oufkir06
    Participant

    Hi,
    Sticky header is not working on mobile but still working on desktop.
    Thanks in advance.

    #262748

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    if the problem remains, even after the plugins deactivated, please provide your site admin access to the private area.

    Best Regards

    #262817

    Oufkir06
    Participant

    Hi,
    I desactivated all the plugins but the problem remains! Please check the private area.
    Thanks in advance,

    #262851

    Hello,

    Please confirm the permit to deactivate the plugins not related to the theme for the while of checking what may take 15 minutes.

    Best Regards

    #262855

    Oufkir06
    Participant

    Hi,
    I confirm the permit to desactivate the plugins not related to the them for 15 minutes.
    Best regards

    #262982

    Hello,

    Please find the file woodmart\js\functions.js

    Then find this line:

    adminBarHeight = $('#wpadminbar').outerHeight(),

    Replace this with this line:

    adminBarHeight = $('#wpadminbar').length > 0 ? $('#wpadminbar').outerHeight() : 0,

    Then disable these options:

    https://prnt.sc/wgky86

    We shall fix this in our nearest update.

    Best Regards

    #263044

    Oufkir06
    Participant

    Hi,
    It’s finally working.
    Thank you for you help 🙂

    #263084

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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