stanoman
Forum Replies Created
-
Too bad, have to ditch this plugin due to lack of support.
Using WP 3.3.2, the form designer is basically unusable. When I do try to edit the ugly red gradiant one, it just keeps creating a new form. There’s no way to edit or delete an existing form because the tabs are not clickable. Looking at the source of the page, all are marked as “active”. I’m using the latest version of Chrome on a PC.
I dug into the code and found where this error was being added and took out what I thought was the offending bit of code.
However, in doing so, it started adding a
<br />tag.So, that made me think something else was adding it during the parse. Sure enough, it was wordpress itself. By adding
[raw]tags around my shortcode, it fixed the problem.Incorrect:
[customcontact form=2]Correct:
[raw] [customcontact form=2] [/raw]Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Emails are slowThis has to do with your host, not the plugin. Call your hosting provider.
Forum: Themes and Templates
In reply to: Style not loading on FirefoxI wanted to add another thanks to michaelward82 for this fix. I was doubtful that adding the AddType Apache directive would actually fix the problem; but alas – it did.