• Resolved ptyt

    (@ptyt)


    Good day,
    I have a problem with the display of the pop-up on the smartphone. The popup covers the whole page there. How can I change that the height of the popup is adjusted to the smartphone.
    Thanks in advance.
    Regards

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @ptyt,

    It looks to be some scaling issue with theme.
    The .container element is set with width of 900px which is scaling down the viewport.

    You can either set below to set the container size correctly.

    .container{ max-width: 900px }

    or set below CSS to adapt UFW, keeping your current container size.

    @media screen and (max-width: 600px) {
        .ufw_pp .ufw_wb{
            position: relative;
            bottom: auto;
        }
    }

    Thanks,
    Aakash

    Thread Starter ptyt

    (@ptyt)

    Thank you very much.
    I have a second question. How can I set that the widget is also open on the smartphone when the pages are called up? I can’t save this in settings (“Initial state on mobile”).
    Thanks in advance.

    Plugin Author vaakash

    (@vaakash)

    Hi @ptyt,

    Regarding the initial state on mobile, it is a bug. The option is not saving. Thanks for reporting.

    I’ll fix this issue soon in couple of weeks.

    To fix the issue for now,
    1) Deactivate the plugin
    2) go to plugins -> plugin editor -> select ultimate-floating-widgets/admin/admin.php

    3) Insert below line after the line 280

    'init_state_m' => sanitize_text_field( $p[ 'ufw_init_state_m' ] ),

    4) save the file
    5) activate the plugin

    Check if issue is fixed.

    Thanks,
    Aakash

    Thread Starter ptyt

    (@ptyt)

    Hi AAkash,
    thank you for your help again. It worked.
    Regards

    Plugin Author vaakash

    (@vaakash)

    Cheers!

    Please do rate the plugin 5 stars if you like. Your rating will help the plugin a lot!
    https://www.ads-software.com/support/plugin/ultimate-floating-widgets/reviews/#new-post

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Incorrect display on the smartphone’ is closed to new replies.