Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem on firefox 92.0

    Hi,
    I have the exact same issue : a blank widget admin page and the same error in the browser console log. I work with my own theme I developed. The theme never had any widget or sidebar so the widget page was not visible. A few hours ago I simply added a new sidebar with “register_sidebar” in my theme code, so the widget page was accessible in “Appearance > Widgets”, but when I click on it, it shows a blank page. The page displays correctly if I remove the widget block editor with remove_theme_support( ‘widgets-block-editor’ );

    Also, if I disable the Instant Images plugin, I can see the widget page with the block editor without problems

    Thread Starter chemin9

    (@chemin9)

    Thank you for your answer, I’m having trouble with 2 things :

    First the auto-sizing of the popup, as I have dynamic content in it. It’s a multi-step form that is included as a shortcode in the popup content. As the user goes from one step to the other, the height of the form changes and the popup is automatically sized to fit the content. The auto-size is perfect in some cases and sometimes the content has a bigger height than the popup container (typically, when the user goes back one step from a step with bigger height to the previous step with smaller height). I’m using jQuery to show/hide the steps of the form with a little animation. I tried a few options, like “disable re-positioning” but it doesn’t seem to affect the auto-size behavior.

    Second the popup positioning. I wanted to change the “top” property of my popup depending on the screen size, so I put some extra css in my theme css, but this property is overwritten by some inline css in the popup html code. So I can’t find a clean way to customize this.

    If you have some advices on how to handle these issues they are welcome, I don’t know yet all the extension options, so maybe I’m missing something. Anyway, great job for this plugin, it’s still very useful and I’m glad that you’re planning to release more awesome features !

Viewing 3 replies - 1 through 3 (of 3 total)