WYSIWYG height in Settings Page

Support MB Settings Page WYSIWYG height in Settings Page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #36013
    Tobias HaasTobias Haas
    Participant

    Hello Community,

    is it possible to permanently change the height of the WYSIWYG field?

    Screenshot

    I have set up a custom field on a settings page and would like the field to be significantly higher.
    I already tried the options
    textarea rows -> 50
    but unfortunately that didn't work

    Thanks for your support

    #36021
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The WYSIWYG option textarea_rows works as well on my demo site, check this screen record https://monosnap.com/file/e1qZwe922sSKj57yRhfTyw4UyB344d

    Field code:

    [
        'name'    => __( 'Wysiwyg', 'your-text-domain' ),
        'id'      => $prefix . 'wysiwyg_37rhyaja577',
        'type'    => 'wysiwyg',
        'options' => [
            'textarea_rows' => 50,
        ],
    ],
    #36026
    Tobias HaasTobias Haas
    Participant

    Hello thank you for your help
    I just noticed that it works too, but not perfectly. See screen capture.

    Do you have any idea?

    https://monosnap.com/file/v2ChLFnmM8vLjApujsU6NQgTaerT9t

    #36034
    Long NguyenLong Nguyen
    Moderator

    Hi,

    You can try to deactivate all plugins except Meta Box, MB extensions and switch to the standard theme of WordPress (Twenty TwentyTwo) then re-check this issue.

    #36044
    Tobias HaasTobias Haas
    Participant

    Unfortunately still the same...
    theme
    plugins
    screenshot

    #36167
    Tobias HaasTobias Haas
    Participant

    Do you have another idea? I disabled everything and loaded the default theme but still the same...

    #36177
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please create a staging site and share the site credentials via this contact form https://metabox.io/contact/. I will help you to check the issue.

    #36178
    Tobias HaasTobias Haas
    Participant

    Thanks Long! I've sent the credentials

    #36325
    Tobias HaasTobias Haas
    Participant

    I wanted to ask carefully if you could find out something?

    #36335
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The development team is working on this issue. I will inform you if I have any information.

    Thanks for your patience.

    #37534
    Tobias HaasTobias Haas
    Participant

    Hey Long,
    it's been a while now.
    Are there any updates on this?

    #37543
    Long NguyenLong Nguyen
    Moderator

    Hi Tobias,

    This issue has been fixed. Please update Meta Box and MB extensions to the latest version and recheck this issue.

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