• Resolved andreioprescu94

    (@andreioprescu94)


    Hi, I have the free version of this plugin.

    On desktop if I press on button that call the modal, it is fine.
    On mobile, if I am doing the same, the page is going up to the top, and the modal appears. How to remove that going up on mobile?

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    Hello.

    You can create two modal windows: for desktop and for mobile.
    For desktop: choose the option “Don’t show on screens less” -> 480
    For mobile: choose the option “Don’t show on screens more” -> 480

    For mobile: choose the option ‘Position’->’Absolute’

    Thread Starter andreioprescu94

    (@andreioprescu94)

    Hi, thank you for your response. It is not working :(. Can i put the link here?

    Thread Starter andreioprescu94

    (@andreioprescu94)

    I saw that if i remove this code from style.min.css everything is ok:

    @media only screen and (max-width:780px){
    html.no-scroll,body.no-scroll{
    /*width:100%;height:100%;position:absolute*/
    }
    }

    I don’t know if it is ok, but for the moment for me is perfect.

    Plugin Author Wow-Company

    (@wpcalc)

    OK.
    It’s normal.
    We will test the plugin

    Plugin is changing the overflow behavior, if you want stop it from going to top of the site just add this in your custom css:

    html.no-scroll, body.no-scroll {
        overflow: visible !important;
    }

    Have a nice day B)

    Hi,

    I’m experiencing the same issue. I have 3 buttons at the middle of the page to trigger the modal. The modal always open at the top of the page and when you close it you will then need to scroll down again so you can click the button and open the modal.

    Is it possible to just open the modal in the same position where the buttons are and stop it from going up to the top?

    Thanks in Advance!

    Plugin Author Wow-Company

    (@wpcalc)

    Hello.

    Please, send the link to the page with issue.

    Here’s the link https://sites.mysite-dev.com/cumbie/postlicensing/, there are course descriptions button at the middle of the page, those are the trigger buttons.

    Thanks!

    Plugin Author Wow-Company

    (@wpcalc)

    In which browser do you have a problem?

    I’m experiencing the problem in mobile devices. It’s working fine in desktop.

    Plugin Author Wow-Company

    (@wpcalc)

    Add to the CSS next code:

    html.no-scroll, body.no-scroll {
        overflow: visible !important;
    }

    In the site dashboard:

    Go to the page ‘Appearance’->’Customize’
    Click ‘Additional CSS’
    Add CSS code
    Click ‘Publised’

    Am afraid that might affect the entire site? I’ll try this.

    • This reply was modified 4 years, 10 months ago by teody.

    Wow! That worked perfectly! Thank you so much for the help. I really appreciate it.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Website going up on click’ is closed to new replies.