-
AuthorPosts
-
May 28, 2018 at 2:23 pm #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 YouMay 29, 2018 at 8:44 am #963519Nothing?
May 30, 2018 at 4:05 pm #964346Hi,
Thank you for using Enfold.
Where did you get the form? The theme overrides the style of the form fields.
Best regards,
IsmaelMay 30, 2018 at 4:17 pm #964359Hi,
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.1525983342Is there a way not to overwrite the form style?
May 30, 2018 at 7:08 pm #964446Hey!
Login credentials did not work for me. Could you please check them once again?
Regards,
YigitMay 30, 2018 at 8:19 pm #964474Hi!
In private content…
June 1, 2018 at 2:36 pm #965374News about it?
June 3, 2018 at 8:34 pm #966232Hi,
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,
BasilisJune 7, 2018 at 10:41 am #968493Problem 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;
}June 8, 2018 at 5:25 am #969932Hi 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,
RikardJune 8, 2018 at 3:13 pm #970102You can close it, thank you!
June 8, 2018 at 3:55 pm #970112Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Problem with eForm plugin (Previously FSQM Pro)’ is closed to new replies.