wpmonks
Forum Replies Created
-
I have released an update that fixes the issue.
You will get the update notification in your WordPress account if you have added tje license key.
You can also download the latest version directly from your WPMonks account.
I have released an update that fixes the issue.
You will get the update notification in your WordPress account if you have added the license key.
You can also download the latest version directly from your WPMonks account.
Sorry for the delayed response.
The fix for the issue is almost ready. It will be ready in the next couple of days.
Regards,
Sushil KumarI have released an update that has a fix for the issue. All the styles will show automatically without the need for restyling.
Please update.
For certain changes like widths, line-height, etc the whole page preview refreshes for every change you make in customizer. For those changes, it may look like that the form preview has frozen though actually the page is refreshing.
Hope this clarifies the issue you are facing.
Add “sk-small-field” ( without quotes ) class to the field for which you want to have small widths.
Add the following CSS under Customizer -> Additional CSS
body #gform_wrapper_1 .gform_body .gform_fields .gfield.sk-small-field input[type=text]{
width: 300px !important;
}After this you can increase the width from ‘Styles & Layouts’ but it won’t affect the fields which have “sk-small-field” class
Are you still facing the issue? When I checked the form the field width was set to 300px.
You can make fields readonly with Booster for WPForms plugin.
Can you please share the URL where I can check the form.
Styles & Layouts doesn’t have the option to style the progress bar.
We can customize the design using custom CSS. If you have any reference for the design you want to create then do send it to me using the below link and I will send you the custom CSS.
Add the following code under Customizer -> Additional CSS
#gform_wrapper_2 .gform_save_link{ color: #fff; }
Looks like you have disabled ‘Save and Continue Later’ on the form. If can enable it again then I will send you custom CSS for styling it.
I have released an update that should fix the issue. Please try the latest version.
You are using custom CSS and have added ‘float’ on the button. Because of this the button is getting out of container. Please remove the following code
.gform_wrapper input[type=next],.gform_wrapper input[type=submit],input.gform_next_button { float: right!important; background-color: #cd5b38 }
Instead style and center the submit with ‘Styles & Layouts’ addon. It should work fine.
I checked the form and the submit button looks okay to me. Are you still facing the issue or it is resolved?