Home › Forums › Quform WordPress › Inovado wordpress theme messes up the form
- This topic has 14 replies, 4 voices, and was last updated 11 years, 2 months ago by turner2f.
- AuthorPosts
- September 4, 2013 at 6:33 am #6205turner2fParticipant
I am using the Inovado wordpress theme
http://themeforest.net/item/inovado-retina-responsive-multipurpose-theme/3810895
===========================
The forms look really bad because they are using the theme’s CSS
How do we deactivate the theme’s CSS so that it looks as nice as when we “preview” the form ?
Please help as I am on a really tight deadline.
Thanks in advance.
September 4, 2013 at 7:26 am #6206AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 4, 2013 at 9:14 am #6211turner2fParticipantDid not seem to work.
Is there a Custom CSS for making the text fields and the radio button inline?
September 4, 2013 at 9:19 am #6212AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 4, 2013 at 2:27 pm #6217turner2fParticipantThanks for the reply.
Here is a link to the page.
http://cmsabirmingham.org/v2/events/lunch-learn-members-only/
We have the form set at “3 columns” . We are trying to get the fields and the radio buttons to be “inline”.
We have purchased the plugin a year ago for another site and it was fine.
We are using this plugin in it’s “development stage” and will be purchasing a license once we are done posting and testing all the forms.
We also have 3 more sites we want to purchase for. (PS – Looks beautiful on the “Enfold” theme”)
Look forward to your help.
Thanks in advance.
- This reply was modified 11 years, 2 months ago by turner2f.
September 4, 2013 at 6:31 pm #6221josef777Participantin shortcodes.css
remove the style clear:both;
form div {
clear: both;
display: block;
}
September 4, 2013 at 6:37 pm #6222josef777ParticipantOr try to add the following style to your stylesheet
.iphorm-clearfix {
clear: none;
}
September 4, 2013 at 7:58 pm #6223turner2fParticipantWow!
That did just the trick concerning the text fields.
Thank you SO VERY much !
=======
Just one thing though is that the “Radio buttons” are still stacked on top of each other.
Please see http://cmsabirmingham.org/v2/events/lunch-learn-members-only/
Do you have a CSS fix for that as well?
=======
Thanks in advance.
- This reply was modified 11 years, 2 months ago by turner2f.
September 4, 2013 at 8:18 pm #6226turner2fParticipantDid not find a “shortcodes.css” file.
Are you talking about placing
form div {
clear: both;
display: block;
}from within the admin panel of the QuForm plugin?
September 4, 2013 at 10:18 pm #6230josef777Participantthe file is located here http://cmsabirmingham.org/v2/wp-content/themes/inovado/framework/css/shortcodes.css
September 5, 2013 at 12:04 am #6231turner2fParticipantGood lookin’ out Josef777 .
Doing the mod in the shortcode.css did’nt work.
BUT the changing the plugin CSS to
.iphorm-clearfix {
clear: none;
}did the trick for the labels and fields
===========================
Do you have a mod fix for the checkboxes and radio buttons to make them inline ?
See . . .
http://cmsabirmingham.org/v2/events/non-member-registration/
===========================
Thanks in advance.
September 5, 2013 at 6:15 am #6232AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 5, 2013 at 6:33 am #6234turner2fParticipantAlready did this.
Please see the two (2) attached screen shots.
===================
Do you have a mod fix for the checkboxes and radio buttons to make them inline ?
See . . .
http://cmsabirmingham.org/v2/events/non-member-registration/
Attachments:
You must be logged in to view attached files.September 5, 2013 at 7:03 am #6237AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 5, 2013 at 7:41 am #6238turner2fParticipantAwesome.
It worked !
Will be buying another license on Saturday for sure.
And will be buying even more for future projects.
Gave it five stars
- AuthorPosts
- You must be logged in to reply to this topic.