I finally got installed. Watched the video but the form editor will not allow me to create a new form. For that matter, the buttons have no graphics.....WTF...this is getting really annoying...Someone please help......
BTW...gravity is activated...
I finally got installed. Watched the video but the form editor will not allow me to create a new form. For that matter, the buttons have no graphics.....WTF...this is getting really annoying...Someone please help......
BTW...gravity is activated...
Anybody??????
I know it's only 40 bucks but man.....could someone throw me a bone here.....I can't be dealing with this all day again tomorrow.......
You need to give us time to respond. Waiting 2 hours in the evening isn't being very patient.
It appears that the the plugin didn't install properly. I checked and your images directory is empty. Delete the existing plugin files completely and try uploading the files manually via ftp. That should get you rolling.
After fiddling with this all day I think I've been very patient...thank you.....
Nonetheless, if you just posted, then you need to give folks a chance to review your question and reply. We're happy to help if you allow us the time to do so.
Let us know how the re-install goes and if you need additional guidance.
Just re-installed via ftp and is not showing up in the wp dashboard
Okay, just to be clear. You can see the plugin listed on the plugins page and have activated it but it's still not working?
Requested information via email. Please check your email and respond with the information requested and we can look into it and determine why it is not working properly on your site. It is going to be a site specific issue.
Ok, got it working finally.......set up a form on the site. The bottom of the widgit form is mis-aligned??? I'm a Crestron programmer and thought that was difficult to learn...lol
My next questions are:
1. How do I get the bottom of the widget form aligned?
2. How do I change the background colour of the widget?
Thanks in advance.....
The widget is inheriting the styles from your theme - which it's intended to do. You would target the widget itself this way to change the color
body #sidebar li.widget.gform_widget {background-color:#9932CC}
the rounded top and bottom portions are background images so you would have to create new ones and apply them just to the .gform_widget class.
body #sidebar li.widget.gform_widget {background-image: url("images/bg-sidebar-foot-purple.jpg")}