• Hey! This issue also reported here is still present.

    It looks like there’s supposed to be fields for adding the content for the notification bar/box but there aren’t any showing in the admin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Jamie Burchell

    (@jamieburchell)

    Hi @jamieburchell ,

    For the Notification Box/Bar Popup types, the text is taken from the Notification text field.
    The content is shown only for the Content Box Popup type.
    This is expected and works as designed.

    Thread Starter Jamie Burchell

    (@jamieburchell)

    @burdianov Yes, but the Notification text field (and the other fields relating to the Box/Bar) don’t display on the form when you select that type from the drop-down.

    Screencast

    Thank you for sharing the screencast.

    I noticed that you are using the Classic Editor. I checked it, and yes, this issue appears in the Classic Editor, but it does not occur in the current Block editor.

    We will fix this and include the fix in the next plugin update.

    Thread Starter Jamie Burchell

    (@jamieburchell)

    Thanks 🙂

    Thread Starter Jamie Burchell

    (@jamieburchell)

    Swapping out this:

    $( '.block-editor' ).addClass( 'popup-block-easy' );
    $( '.block-editor' ).removeClass( 'popup-block-easy' );

    for this:

    $this.wrap.parent().addClass( 'popup-block-easy' );
    $this.wrap.parent().removeClass( 'popup-block-easy' );

    Works for both cases, assuming you will keep the stylesheet rules as they are.

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

You must be logged in to reply to this topic.