• Resolved mlapl1

    (@mlapl1)


    Hello
    I have an unexpected problem (or on I did not see before). When my database row is larger than the width of the table and the popup is set to modal an icon with a + sign appears on the left. Click on the icon and a popup window appears. Problem is that the popup is neither scrollable nor draggable. I must have a wrong setting somewhere. Where should I look for a solution?

    cheers
    andrew

Viewing 5 replies - 1 through 5 (of 5 total)
  • same issue here, thanks

    see https://uelac.ca/loyalist-directory/

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Andrew, @foxjones,

    Sorry for my late reply! I was on holiday… ?? I tried to keep up a little but must have missed this issue. Sorry!

    I see the problem. As a quick work around you can solve this issue with custom css. Looks like @foxjones already added some css:

    table.wpda-child-modal tbody {
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        height: 500px;
    }

    This solves the height issue for laptops and workstations. This might also work on smartphones if you change the height to something like 40vh.

    Let me see if I can make the popup draggable and scrollable by default and maintain support for custom css. I’ll let you know…

    Best regards,
    Peter

    Thread Starter mlapl1

    (@mlapl1)

    Hello @foxpress and Peter.
    Thank you both for the information. I will apply it

    I hope you had a good break Peter. No need to worry about us. We will survive.
    I also discovered your code manager plugin – very cool.

    I do have another issue but will write separately later.

    Thanks again
    Andrew

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Andrew and @foxjones,

    Just wanted to let you know that the popup issue is fixed in the next release. Popups will also be draggable and resizable (free and premium). I need to finish some other issues before releasing the update. Please be patient…

    Thank your for reporting! ??

    Best regards,
    Peter

    Thread Starter mlapl1

    (@mlapl1)

    Thank you very much Peter. No hurry. The fix you sent will suffice for the moment.
    cheers
    andrew

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with popup’ is closed to new replies.