• Resolved Lovro Hrust

    (@lovor)


    Hello,
    I am custom themes and plugins developer with focus on block editor. I just discovered that this ninja form plugin breaks admin interface of media library popup window when using it from block editor.
    Steps to reproduce:
    1. Activate Ninja forms
    2. Create new page
    3. Insert new image block and choose media library
    4. Media library popup is broken

    I can conclude that this is because of some injected css.

    • This topic was modified 1 month, 4 weeks ago by Lovro Hrust.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Lovro Hrust

    (@lovor)

    Actually, I found that css is not overriden, but some of css is missing in load-styles.php,for example, this (but even more is missing, because even with that it still does not show as it should):

    .media-modal {
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 160000;
    }

    • This reply was modified 1 month, 4 weeks ago by Lovro Hrust.
    Thread Starter Lovro Hrust

    (@lovor)

    Also, I am getting javascript errors in the console, which are also related to ninja forms:
    Uncaught TypeError: can't access property "removeAllPlayers", wp.media.mixin is undefined

    • This reply was modified 1 month, 4 weeks ago by Lovro Hrust.
    Plugin Support Faisal Ahammad

    (@faisalahammad)

    Hi there,

    Good morning. I hope you’re doing great.

    To troubleshoot the issue, we need your export form copy and system report.

    Could you please open a support ticket on our website and send both documents so we can help you resolve the issue?

    Regards
    Faisal

    Thread Starter Lovro Hrust

    (@lovor)

    It seems that problem has resolved, I am not sure what caused it. I’ll let you know if it happens again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.