• Resolved nisara

    (@nisara)


    Hi

    I have a problem about scrolling on PC. The popup can’t scroll on PC. I tested with Chrome, IE, firefox and the popup can’t scroll all of browser. But on MAC, Iphone and Ipad it worked fine.

    And Do you have the way to fixed page behind the overlay not scroll when scroll on popup?

    Here is my work : http://aijoe.co.th/tria/index.php/portfolio_page/eathai/

    Thanks for your help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Found this thread because I have a similar/related issue. Not the first issue, but the second. If I have a popup window with enough content that it requires scrolling, and I scroll using the mouse wheel, then the background scrolls also, which I don’t want– I’d like the background to stay in one place while the popup content scrolls. Is there some way to disable the background scrolling when a popup is present?

    Thanks.

    @nisara

    When I click the link, I get a database connection error. I would like to see your implementation to investigate the issue.

    @webbcity

    The background shouldn’t scroll by default. Please link your implementation and what has to be done to trigger the popup, and we’ll investigate further.

    Thank you.

    Thread Starter nisara

    (@nisara)

    Hi

    Please try to check my link again : http://aijoe.co.th/tria/index.php/portfolio_page/eathai/
    The server is no problem now. It may be a little slow to load the page.

    Thank you for trying to help.

    • This reply was modified 7 years, 12 months ago by nisara.

    @nisara

    Adding this CSS to your styles.css should fix the issue, there is some JS you have on your site that’s keeping our popup styles from being used properly.

    html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
       overflow: hidden!important;
    }

    Let us know if that works for you!

    If you haven’t already, please do take a moment to click that Popup Maker Works and to rate and review the plugin to spread the love! <3

    • This reply was modified 7 years, 11 months ago by waltmesser.
    Thread Starter nisara

    (@nisara)

    Hi Walter

    This css code is not work for me. The popup still can’t scroll on PC.

    Thank you.

    @nisara

    Ok, so sorry for your difficulties, I will have the Lead Dev @danieliser have a look.

    Thanks for your patience.

    Plugin Author Daniel Iser

    (@danieliser)

    @nisara – Just tried looking at the urls linked above and its not loading the site for me, very slow then times out saying no response sent. Let me know how I can take a look.

    Thread Starter nisara

    (@nisara)

    Hi Danieliser

    So sorry. The server had problem last night. But now you can access the link : http://aijoe.co.th/tria/index.php/portfolio_page/eathai/

    I tested your plugin with another wordpress theme and your plugin worked very perfect. I think the problem is because some js on my theme (Bridge theme) like Walter said. But don’t know how to fix it.

    Please try take a look it again.

    Thank you.

    Plugin Author Daniel Iser

    (@danieliser)

    .

    • This reply was modified 7 years, 11 months ago by Daniel Iser.
    CharlieF

    (@carlofischetti)

    Hello everyone,

    i have find a very simple solution to fix the issue between Popup Maker and Bridge theme (and other themes with the same issue/conflict on Windows).

    If you want to scroll the popup without problems, you have to disable the overlay for that popup and all will works fine also on Windows PCs.

    Carlo

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Problem about scrolling on PC’ is closed to new replies.