Code

Discussion on Gravity Forms Styles Pro Add-on

Discussion on Gravity Forms Styles Pro Add-on

Cart 3,297 sales

warplord supports this item

Supported

This author's response time can be up to 1 business day.

183 comments found.

I am also having trouble seeing the live customizer link. I have embedded a blank form to a page, but no links are in my admin toolbar or anything…

The link says “Styles Pro Customizer” under the “Forms” menu in the admin bar. If you don’t see the Forms menu, it’s possible you’ve turned it off from Gravity Forms Settings and you can turn it on easily. More about it here: https://docs.gravityforms.com/enabling-gravity-forms-toolbar-item/

If you have Gravity Forms’ Toolbar Menu showing but no Styles Pro Customizer menu item, please open a ticket here:

https://gravitystylespro.com/support/

The Live Customizer link is not showing under the Gravity Forms menu. What am I missing? I’ve looked for 20 minutes and I can’t figure out how to customize live.

Have you embedded the form on a page or post? The Live Customizer link only appears on the front-end. The page you’re at, then opens in a preview.

Hi! My support has already expired, but there is a problem with the plugin. Styles do not apply to the form. When I click on the Update All Settings button, the browser console gives an error and the settings are not applied to the form screenshot : https://ibb.co/Wc6kyVv please check . thanks

my gravity forms version : 2.5.15.1 gravity styles pro version : 3.0 But there is a problem

Please try a hard refresh on the admin page, if that doesn’t work. Contact us on our site.

Just pushed an update. Please update and let me know back on the ticket.

Hi. Examining the codes, I realized that you did not follow the principles and standards for translation (textdomain). I can not translate this plugin into other languages using the software Poedit ! Let me know if you fix the problems so I can buy.

Yes, these are all fixed and will come completely translation ready in a few days time. Please contact on support if you have to use it sooner.

I can help you with that, I’m also familiar with RTL.

I sent you an email.

I would use your plugin to collect cv from applicant; how can I let people search the records stored from frontend with some keyword?

Data views on the front-end are not possible out of the box using Gravity Forms as of now. This plugin is used for designing the forms themselves, not the data views. For displaying data and sorting views and workflows you might find a solution with Gravity View or Gravity Flow. Styles Pro will let you style the forms themselves.

Hi, can you style the confirmation page with this plugin?

The confirmation page takes similar styling to the form, like background color and font color and size. You can also output options from the Checkboxes and Radio type fields as images or icons, if you’ve added them. More about that here: https://gravitystylespro.com/docs/image-merge-tags-modifier/

Hi! My support has expired already, but on the latest version we are facing an issue with the save button not working, and the popup styling has also broken.

Screenshot: https://hakusana.d.pr/cYErTi Error message i get is:

“admin.php?page=gf_edit_forms&id=5:2921 Uncaught ReferenceError: gfsp_save is not defined at HTMLInputElement.onclick (admin.php?page=gf_edit_forms&id=5:2921)”

WP: 5.5.3 GF: 2.4.21 Styles pro: 2.6.4

Hi there,

If you have recently updated, its worth a try to do a hard refresh on the page. There are no known issues or conflicts with the versions you’re running. Please feel free to contact on our support if you’re still facing issues.

Hard refresh did fix the saving option. Layout is still broken though, but it works :)

Hmm. That’s probably a styling conflict with another plugin that’s using the thickbox and overriding its default styles in the back-end. So long as it doesn’t get in the way, I suppose we’re okay. You may let us know on our support which plugins you have installed, or if any particular one you suspect could be causing it, we could have a closer look.

Hi,

I have a pre-sale question. Is it possible to change how the Submit button behaves using this plugin?

e.g. once user submits, the loader/spinner will appear and the Submit button will be grayed out or disabled. Visual example here: https://prnt.sc/vojo41

Best regards.

No, currently we do not have such features.

I want to buy Gravity Forms Styles Pro Add-on, could you tell me if your plugin is compatible with WPBakery Page Builder?

There are no known conflicts. Quite a few of our users are using it with WPBakery to our knowledge. If you still find any issues, you can always contact our support.

When using radio buttons with images, still seeing radio buttons but in one our installation i am using also radio buttons without seeing radio buttons (just image) as preferred. I add a css snippet to disable it, but how to work without css ?

HI, There are different ‘Style’ options that you can choose from in the Style Selector. Some of them have the ticks and other icons some of them don’t, one of the options is to use the browser default radio buttons. If you’re still seeing the buttons after you’ve selected similar option in both sites, please open a ticket on our support and send a link so we can have a look.

Support: https://gravitystylespro.com/support/

Hello I have installed this plugin but when editing forms the style selecter isnt showing on any. Can you help?

It appears you might not have Styles Pro enabled for your form. You can do that by going to Form Settings > Styles Pro and choosing a theme or using the “Inherit theme styles” option.

If you want all forms to have Styles Pro enabled by default, you may set a Default theme from the Add-On settings page.

More here: https://gravitystylespro.com/docs/choosing-a-gravity-forms-theme/

If you’re still having trouble, please feel free to open a ticket here: https://gravitystylespro.com/support/

I stopped using this plugin because of conflict with “Multi Page Auto Advanced”. do you know how I can prevent this. When Styles Pro is on cannot hide next previous or submit buttons.

Please open a ticket at our support with a link to the form so we may have a can have a closer look at the issue. https://gravitystylespro.com/support/

Hi, i have Wordpress 5.5.1, Gravity Forms – 2.4.20 and Gravity Forms Styles Pro – 2.6.3.

When i click “save” in the “Styes Pro: Style Selector” the window doesn’t close, it doen’t save the selected Layout and i get this error in the console:

admin.php?page=gf_edit_forms&id=5:2614 Uncaught ReferenceError: gfsp_save is not defined at HTMLInputElement.onclick (admin.php?page=gf_edit_forms&id=5:2614) onclick @ admin.php?page=gf_edit_forms&id=5:2614

How can i fix that?

EDIT: Found the answer in you post above!

Great :) Thanks for the update!

Hi there – we have v2.5 so is this the current version?

v2.5 of Styles Pro? That is an older version.

You can find the change log here: https://gravitystylespro.com/changelog/

You can stay up to date by using the Envato Market plugin on your site.

Hi, I know my support has run out but thought I’d just mention I had an issue with the plugin when using Inherit Theme Styles whereby I got a “gform is not defined” JS error.

It turns out that Gravity Forms does not load the base gravityforms.js file unless you need JS in your form (i.e. you have advanced fields or conditions etc) but you have some calls to gform.removeHook and gform.addAction in your default JS output for sp_inherit (line 464 in class-gfstylespro.php) which then cause an issue as gform is not defined on simple forms.

In the end I had to sniff the post_content for the gravity forms shortcode and manually enqueue “gform_gravityforms” to stop the error.

I’m not sure if it is something you can build in at your end to make sure the gravityforms.js file is enqueued or check that gform is defined before you call it.

Other than this the plugin is great and I recommend it to anyone reading this. Thanks.

Hi there,

Thanks very much for reporting the bug. It was a straight-forward fix and we have immediately implemented it.

This is patched now and available in the latest version, you should be able to update as well.

That’s perfect, thanks – great support.

plugin support translate .po and .mo file !?

Hello. For quite some time I have been searching for a plugin that could swap images based on options without using Woocommerce.

I will try to explain what I need in the best manner I can: After landing on a page a visitor would be presented with main image of the product. Below the image would be three different dropdowns with various options to choose. After selecting these options, the main image above would change. There should be a different image for each possible combination of options from dropdowns. This should also work on phones and tablets.

Please tell me, is this something I would be able to do with Gravity Forms?

Kind regards.

Hi there, this isn’t the thread for QuForms :)

But you can look at Gravity Forms’ conditional logic. You might find a solution with it.

Hi. Sorry about that, it seems I was editing it right when you answered. That is good to hear thank you, I will check conditional logic.

After looking through the documentation, I couldn’t find a way to use the style on the Gravity Forms Login page. I have created the custom templates. Can the Styles Pro code be added in manually? I’d want all my forms to match for obvious reasons. Thanks.

Hi, have you already purchased the plugin? Please contact support at https://gravitystylespro.com/support/ and we should be able to guide you with a manual implementation.

I have not, but I will as long as this can be used on all forms including the login. Thanks.

Hi,

Pre-sale question here. I know it states compatible with Elementor but just wanted to see how much its able to integrate with the elementor theme builder? Does your plugin appear as a widget in the live eliminator editor? And can I style the form in real-time within the elementor page builder?

Thanks :-)

Ryan

You can view the themes available in their vanilla state here: https://gravitystylespro.com/themes/

Most themes are simplistic, borrowing from Bootstrap, Material styles etc. But almost all aspects of the themes can be customized, the themes are just meant for a jump start.

Perfect, thank you so much!

Is the $29 Iicense charge per website? I have 5 websites I want to use this plugin for

Yes. Licensing on CodeCanyon is out of our hands. We’d love to offer more if made possible by CodeCanyon. But the good thing about current licensing is life-time updates.

Hi, a couple of pre-purchase questions, if you’d be so kind. Plugin looks great, but i can’t find anything about tooltips.
Are they included or will you include them?
Are you thinking about making sections as slides? ‘cause that would be awesome. I use the woocommerce gravity products add on and going from one page to another in a multipage form takes a lot of time as ajax doesn’t work there(reloading whole page).
Can i set the size of radio and checkboxes?
That would be all. Thank you.

Tooltips are not a feature in the current release, nor will they be part of the very next update, which include new features. We’re considering a few different options right now for future, but that hasn’t been finalized.

We have another plugin (Gravity Forms Supercharge Add-On) that can turn each field into a slide-like view, but not sections. Also I should mention, we’re adding compatibility with the Woocommerce Gravity Forms Add-on, so it’s coming soon as well. Anything to do with slide-like animations with fields and sections will happen on that plugin, not in Styles Pro. That plugin is specifically designed for that from the ground-up.

Set the size of Radio/Checkbox, as in the whole choice, including the label, images etc, or the input icon?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey