Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #963226

    I have a problem with the eForm plugin. I created a form and linked the shortcode to a page of the site, from the page the form is badly formatted, the characters overlap and does not correspond graphically to the preview that the eForm composer shows me.
    How do I show the eForm graphic form on the page and not the theme graphic and how i can show the correctly formatted form (without overlapping characters or icons)?
    Thank You

    #963519

    Nothing?

    #964346

    Hi,

    Thank you for using Enfold.

    Where did you get the form? The theme overrides the style of the form fields.

    Best regards,
    Ismael

    #964359

    Hi,

    I buy it on Envato market.
    This is the plugin:
    https://codecanyon.net/item/eform-wordpress-form-builder/3180835?_ga=2.67311960.817307701.1527689668-777416892.1525983342

    Is there a way not to overwrite the form style?

    #964446

    Hey!

    Login credentials did not work for me. Could you please check them once again?

    Regards,
    Yigit

    #964474

    Hi!

    In private content…

    #965374

    News about it?

    #966232

    Hi,

    Yea we did checke about it.
    It seems that you do need to consult with the plugin developers to help you with the CSS code and if not to consider hire someone to help you code the proper CSS view.

    Let us know if u have any other questions about our theme

    Best regards,
    Basilis

    #968493

    Problem solved with this html into quick css:

    #top .main_color .input-text, #top .main_color input[type=’text’], #top .main_color input[type=’input’], #top .main_color input[type=’password’], #top .main_color input[type=’email’], #top .main_color input[type=’number’], #top .main_color input[type=’url’], #top .main_color input[type=’tel’], #top .main_color input[type=’search’], #top .main_color textarea, #top .main_color select {
    border-color: transparent;
    background-color: transparent;
    color: #808080;
    border-bottom: 1px solid #9e9e9e;
    margin-left: 3em;
    width: 92%;
    width: calc(100% – 3em);
    }

    #top input[type=”text”]:focus, #top input[type=”password”]:focus, #top input[type=”email”]:focus, #top input[type=”number”]:focus, #top input[type=”url”]:focus, #top input[type=”tel”]:focus, #top input[type=”search”]:focus, #top textarea:focus {
    box-shadow: none;
    color: #555;
    }

    #top label {font-weight:normal!important;
    }

    #969932

    Hi leos,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #970102

    You can close it, thank you!

    #970112

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem with eForm plugin (Previously FSQM Pro)’ is closed to new replies.