• Resolved glisapn

    (@glisapn)


    After update to version 2.0, all the contents of the Popup plugin have been reduced. I have embed h5p in the contents. I noticed that all content is limited to 300px.

    https://prnt.sc/1uws6cb

    https://prnt.sc/1uws7aq

    The plugin has worked great so far. I did the update on the staging site so I can’t on the production now. Can you help me solve this problem?

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @glisapn

    Have you updated the database after plugin update.

    Thread Starter glisapn

    (@glisapn)

    Yes, I also updated the database.

    • This reply was modified 3 years, 1 month ago by glisapn.
    J

    (@rayoflightthemes)

    Complete mess with CSS after update, please check that. Thank you.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @rayoflightthemes

    Can you please share some screenshot?

    J

    (@rayoflightthemes)

    1
    .paoc-popup-content,
    .paoc-secondary-con,
    .paoc-popup-content p,
    .paoc-secondary-con p {
    color: #444444;
    }
    This adds color #444444 to popup content which was not there before update.

    2. this:
    .paoc-center {
    text-align: center;
    }
    appears after update and adds centered text in content which was not centered before update.

    3. paoc-padding-30 class appears after update and adds padding.

    Also I had to setup again the “popup display” options after update.

    • This reply was modified 3 years, 1 month ago by J.
    • This reply was modified 3 years, 1 month ago by J.
    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @glisapn

    You can manage the popup width during creating / editing a popup.
    Please let me know if you face any issue.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @rayoflightthemes

    Yes we have added some new css classes to design the popup. You have css knowledge then you can manage this with custom css.

    If you need our help then we are here to help you.

    Thread Starter glisapn

    (@glisapn)

    Hello @anoopranawat ,
    And after the latest update I have the same problem. All content in the popup is limited to 300px. (https://prnt.sc/1uws7aq )

    I can adjust the width through css with this line
    .paoc-design-1 .paoc-popup-inr{width: 100%;}

    but, for versions before 2.0, if I leave the field “Popup Width” empty, the default width would be 1121px.This can be seen in the picture https://prnt.sc/1v10yzw

    In version 2.0, if I leave the field “Popup Width” empty, the default width would be 800px (https://prnt.sc/1v10wed).

    Since I have over 2000 popup, I can’t manually adjust the width. Why isn’t the width retained as in versions before 2.0?

    • This reply was modified 3 years, 1 month ago by glisapn.
    Plugin Contributor Piyush Patel

    (@piyushpatel123)

    Hi @glisapn,

    Please come to our website and live chat with us.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @glisapn and @rayoflightthemes

    Can you please try v2.0.2 and let us know?

    Thread Starter glisapn

    (@glisapn)

    The content within the popup now takes up full width, which is fine.
    On mobile devices, the close button is pale.
    Is it possible to change the default maximum width for all popups (currently 800px) through css?

    • This reply was modified 3 years, 1 month ago by glisapn.
    J

    (@rayoflightthemes)

    Padding and default text centering is now removed.
    Color #444444 is still there. Would be better to have inherited color from content, without popup styling.

    For small screen resolution the close button is white and not visible.

    I recommend to have option to close popup with a click on any place outside of popup.

    Plugin Contributor Piyush Patel

    (@piyushpatel123)

    Hi @glisapn,

    Is it possible to change the default maximum width for all popups (currently 800px) through css?
    – Yes, Please add the below CSS to for all the popups.

    .paoc-cb-popup-body{max-width: 800px;}

    – You can set max-width on the above CSS.

    Plugin Contributor Piyush Patel

    (@piyushpatel123)

    Hi @rayoflightthemes,

    1) Padding and default text centering is now removed.
    > Yes, we have set the previous version of default styling so we removed it.

    2) For small screen resolution the close button is white and not visible.
    > Please add the below CSS.
    .paoc-close-popup{background-color: rgb(0,0,0);}

    3) I recommend to have option to close popup with a click on any place outside of popup.
    > We have already provide the option. See the option is here: https://prnt.sc/1v93ptv

    Thread Starter glisapn

    (@glisapn)

    Hi @piyushpatel123,

    Thanks a lot for the reply.
    It works now.

    I have another objection. In version before 2.0. , “Close Popup On Overlay” is enabled by default for the basic version of the plugin. In version 2.0. “Close Popup On Overlay” is disabled. Since I have over 2K popup created, I would not like to manually enable this option. I want this option to stay on for all pop-ups created after plugin updates.

    • This reply was modified 3 years, 1 month ago by glisapn.
Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Popup messes up after update’ is closed to new replies.