• Resolved jdwrightbrain

    (@jdwrightbrain)


    I’m using the Gallery/Content-Pop up for a Meet Our Team section on a client’s website. The homepage is divided into sections. The MOT section is the third one down. When I click on a Team Member’s profile while viewing on a desktop browser, the pop-up stays over the MOT section. This is what I want.

    When viewing on a cellphone, the pop up causes the website to scroll to the top section. Meaning a person has to scroll down again to the MOT section to view the next one.

    I’m trying to find the CSS to keep the pop up from pushing to the top. I’m assuming the break point is @ max-width 767px. Can you help me figure out how to alter the CSS so it functions more like on the desktop version?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Dear jdwrightbrain,

    Thanks for reaching out us.
    Please try to find the following file

    \wp-content\plugins\portfolio-gallery-pro\assets\js\view-content-popup.js

    on line 125

    _this.overlayClick = function () {

    and replace it with this one

    _this.overlayClick = function (e) {
    e.preventDefault();

    We will wait for your results.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Pop Up windows under 767px’ is closed to new replies.