Problems with the view of the form's content field

Support MB Frontend Submission Problems with the view of the form's content fieldResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15374
    proyectohappyweb@gmail.com[email protected]
    Participant

    Hello,

    I have problems with the view of the form's content field:

    In chrome is:
    https://d.pr/i/DZU42a

    In mozilla is:
    https://d.pr/i/cOMLDT

    Is it my problem? How could I solve it?

    Thanks

    #15383
    Anh TranAnh Tran
    Keymaster

    Hi,

    Front-end style is very much affected by your theme style. Please make sure your theme has the following code:

    • wp_head() in your header.php file
    • wp_footer() in your footer.php file

    These functions will help the plugin and WordPress output necessary CSS/JS. But they still don't guarantee of the styling. And in that case, you need to update the CSS of your theme.

    #15386
    proyectohappyweb@gmail.com[email protected]
    Participant

    Hello,

    Yes, I have the wp_head() and wp_footer() .....

    For the moment I solve it removing the tags that look bad...

    .quicktags-toolbar {
    display: none !important
    }

    Thanks,
    Sergio

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