Hi Once I updated to the latest version of WP and GF the plugin does not work any more.
Thanks
]]>Hi,
This plugin calls the jQuery function to add font awesome icons every time a gravity form is loaded. It causes to add multiple icons if you have more than one gravity form on the same page.
I think you could solve it removing the class ‘gfct_add’ after adding the fa-icon class. I did not want to change the plugin. Instead, i’ve created a script to remove the duplicated icons. Hope it can help.
jQuery(window).load(function(){
var $j = jQuery.noConflict();
$j(“.gfct_add”).each(function () {
var forms = $j(“form[id^=gform_]”).length;
for(i = 0; i < forms – 1 ; i++) $j(this).children(“.ginput_container”).children(“span”).first().remove();
});
});
Hi Maros Pristas,
Recently i update gravity forms on my website but font awesome icons are not displaying with latest version of gravity forms.
]]>the CSS does not seem to work with latest update of Gravity forms…
]]>Hi,
Thank you for this great plugin.
When activated it makes all of my form fields required. How do I remove the validation?
Thank you,
]]>I received the following error and cannot use the plugin
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare gfct_remove_gravityforms_style() (previously declared in /nas/content/live/sponsorships/wp-content/plugins/gravity-forms-css-themes-with-fontawesome-and-placeholder-support/gravity-forms-css-themes.php:96) in /nas/content/live/sponsorships/wp-content/plugins/gfct_72_full/gravity-forms-css-themes.php on line 88
]]>Hi Maros,
I like your work. I just bought the plugin, but I don’t know how to unlock it. Would you mind show me how to do? ( I think I was being stupid, and bought it with guest account… Please give me a set of account and PW so I can login, thanks )
Thank you
]]>Hi Maros,
I like your work. I just bought the plugin, but I don’t know how to unlock it. Would you mind show me how to do?
Thank you
]]>After activating the plugin, I received the notification: “The plugin generated 498 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
It still appeared to be working. I didn’t really try, just deactivated it. Want to wait until there’s no errors. Make sure it’s secure and doesn’t have a role in the example site being hacked.
]]>Not terribly confidence-inspiring that the site is hacked (and has been for quite a while), your plugin is not updated to support WP4.1 and Support posts go unanswered for a month…
Too bad, I liked the idea of this plugin.
]]>Also with the corporate theme, I had to add the following to make the color background behind the form title / form heading go the full width of the form:
.gfct_corporate .gform_heading {width: 100%;}
.gfct_corporate h3.gform_title {width: 100%;}
The latest version of gravityforms css has both of those items set to 98% so they needed to be over-ridden.
]]>You can see from the screenshot below that the check boxes and radio buttons can not be seen:
https://cl.ly/image/3k3h3f09272I
Corporate theme default settings, placeholders not selected.
No errors in the console.
The offending CSS appears to be:
.gform_wrapper.gfct_corporate .gfield_checkbox li input[type=”checkbox”], .gform_wrapper.gfct_corporate .gfield_radio li input[type=”radio”], .gform_wrapper.gfct_corporate .gfield_checkbox li input {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
}
which is gfct-corporate.php line 33
If I comment that out – it shows radio buttons and checkboxes fine, perhaps you had a cooler style for them… if so I don’t think it’s working.
]]>I have bought the premium version last week. I see there’s an update to version 7 here. How do I get the update for the paid one?
thx
stu
I have just installed “Gravity Forms CSS themes with fontawesome & placeholders” (that’s a mouthful), and it looks great.
However, using fontawesome icons in the themes, I notice that they get in the way of the text being entered. Can you recommend a setting, or a styling resource that will enable me to shift the cursor a few spaces to the right in the text box?
Thanks
]]>Hi, I get a parsing error after activation.
]]>Hello, I don’t see how to add a FA icon in front of the Submit button? Otherwise, very cool!
]]>