Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pixelbart

    (@pixelbart)

    @shirazdrum Did you activate the meta box in the settings? I just tested it on my pages, everything ran fine. Especially because I didn’t change anything there in the last updates.

    Thread Starter shirazdrum

    (@shirazdrum)

    Hi,

    Yes I did. it was active already, so i turned it on and off just in case but no luck. It might be worth mentioning that i’m using the tinymce editor as opposed to the new WordPress editor.

    You might wanna add this filter in your function and see if you can replicate it:

    add_filter(‘use_block_editor_for_post’, ‘__return_false’, 10);

    Cheers,

    Plugin Author Pixelbart

    (@pixelbart)

    @shirazdrum I had already tested both editors. With me it works everywhere. Maybe it’s another plugin that’s causing problems? I haven’t touched the Metabox since version 4.0.0.

    I just tested your snippet, but it worked fine too. Here a simple meta-box is generated with add_meta_box.

    Thread Starter shirazdrum

    (@shirazdrum)

    I’ll start trouble shooting to see what’s causing it then. I’ll report back very soon. Thanks for the great plugin, I love it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug report’ is closed to new replies.