Textarea CSS Problem

Support General Textarea CSS ProblemResolved

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13404
    dijitalgezgindijitalgezgin
    Participant

    Hi,

    I am using textarea field and it's disrupt the design of the metaboxes: http://prntscr.com/mn2gpg

    Kind regards.

    #13427
    Anh TranAnh Tran
    Keymaster

    Hi, I've just checked with textarea field and I don't see that problem. I see you entered HTML in the textarea field, so maybe some HTML causes that bug. Can you please post the code of the meta box here to check?

    #13431
    dijitalgezgindijitalgezgin
    Participant

    Hi Anh,

    Thanks, code;

    
                array(
                    'type' => 'textarea',
                    'id' => 'arven-featured-header-code',
                    'name' => esc_html__( 'Featured Header Code', 'arven' ),
                    'desc' => esc_html__( 'You can enter your custom codes (For audio or codes styles) for the featured header.', 'arven' ),
                    'tab' => 'featured-header',
                ),
    #13435
    Anh TranAnh Tran
    Keymaster

    It looks fine to me: https://i.imgur.com/vMKGtCU.png. Can you send me the full code to check? I see you have several fields with tabs.

    #13458
    dijitalgezgindijitalgezgin
    Participant

    https://ghostbin.com/paste/r4gr4

    Thanks!

    #13475
    Anh TranAnh Tran
    Keymaster

    Hi,

    Thanks a lot for your code. There was a CSS bug with the textarea for tabs-left style, which has just been fixed in the recent version. Please update.

    #13482
    dijitalgezgindijitalgezgin
    Participant

    Thanks but I am already using version 4.16.3, and the problem still continues.

    #13483
    Anh TranAnh Tran
    Keymaster

    I meant the MB Tabs extension. Please update it.

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