Home Forums WoodMart support forum Snap scroll from elementor not working with your theme

Snap scroll from elementor not working with your theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #376298

    joker44
    Participant

    hello i used latest theme update
    used latest elementor and elementor pro
    used the snap scroll function as photo from elementor page builder ( no working )

    however it work good when i switch the theme to twintytwinty

    Attachments:
    You must be logged in to view attached files.
    #376301

    joker44
    Participant

    i also used this html code but it not good as it not make the page full width
    and it only work with mobile when i insert it

    <style type=”text/css”>
    .elementor-section-wrap {
    overflow: scroll;
    height: 100vh;
    scroll-snap-type: y mandatory;

    }
    .child {
    scroll-snap-align: start!important;
    }
    </style>

    #376389

    Artem Temos
    Keymaster

    Hello,

    You need to disable Elementor optimized styles option in Theme Settings -> Performance -> Plugins. Then clear your cache and test how it works.

    Kind Regards

    #376427

    joker44
    Participant

    did that still not work ?
    even cleared the server cash

    #376437

    Artem Temos
    Keymaster

    Please, disable all external plugins and provide us with instruction on how to reproduce the issue.

    Kind Regards

    #376534

    joker44
    Participant

    all plugins is disabled only your theme and woodmart core latest plugin and elementor pro

    please see the website all information below

    #376554

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .website-wrapper {
    	overflow: visible;
    }
    #376564

    joker44
    Participant

    thats make it woooork , good solution man thanks šŸ™‚

    #376568

    Artem Temos
    Keymaster

    You are welcome! We are always here to help šŸ™‚

    Kind Regards

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

The topic ‘Snap scroll from elementor not working with your theme’ is closed to new replies.