• Resolved korg007

    (@gillesgagnon)


    First, thanks for this fantastic Profile Builder plugin. We love it!

    We have an issue which may have been caused by one of the last PB updates? When we attempt an UpDraftPlus backup, the backend dialog box is now just a few pixels wide and impossible to use.

    Some debugging is pointing to a backend CSS declaration in the PB file /wp-content/plugins/profile-builder/assets/css/style-back-end.css

    .ui-widget.ui-widget-content {
    max-width: 95%;
    }

    If I disable this declaration, the UpDraftPlus dialog box displays correctly using the width it was intended to be.

    Is is possible that this is a “bug”?

    We look forward to hearing from you. Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support alexandrubodea

    (@alexandrubodea)

    Hi @gillesgagnon,

    We’re aware of this issue and the fix for it will be added in our next update to Profile Builder. Indeed this issue is caused by that specific CSS code you’ve mentioned and to fix this issue (until our next update) you will need to either remove or comment that CSS code:

    .ui-widget.ui-widget-content {
    max-width: 95%;
    }

    Best regards,

    Thread Starter korg007

    (@gillesgagnon)

    Thanks for confirming the bug and for the upcoming fix.
    Much appreciate the transparency and customer service. Hopefully the fix will be implemented sooner than later. Updraft is a very popular plugin and many users many not have the tech knowledge to workaround the issue.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS conflicts with UpDraft Plus backup plugin?’ is closed to new replies.