hoffcamp
Forum Replies Created
-
I just tested the plugin on Safari, FF4 for Mac, IE8 and FF3 on winXP and win7, and the latest ios, and they all function properly. I think the problem has to do with AJAX, since the scripts are running on the editor page in the major browsers. I have no idea of where to begin debugging that, though, since the only servers I have access to don’t have the bug. Is it a multisite installation?
There is nothing wrong with the appearance you are reporting, that is the way they are supposed to appear, as ‘text links’. But I’m not sure why the insert form button would work while the add buttons don’t. The add buttons use AJAX to insert the new elements, but then, so does the insert. Maybe there is a security setting that doesn’t let text links run scripts?
This is the correct appearance, though when they are clicked they are supposed to add form elements. This would mean there is a problem with the javascript. What browser are you using? Do you have any other plugins installed?
Forum: Fixing WordPress
In reply to: [Form Manager] Incorrect table name ''No, that appears to be a bug. I’ll have a fix in the next update. Thanks for pointing it out!
Forum: Fixing WordPress
In reply to: [Form Manager] Incorrect table name ''What is the shortcode you are putting in the form? Also, do you have any other shortcode plugins installed?
About the button: if you are using the latest version, it should be the rightmost button in the post editor. If you have other plugins that add buttons to the editor it might be in a different spot; it looks like this.
Forum: Fixing WordPress
In reply to: [Form Manager] Incorrect table name ''I’m not sure. You mean when you try to submit the form?
Forum: Plugins
In reply to: [Form Manager] Label positions and HTML-tags in notes.Would something like this work:
.fm-form input[type='checkbox']{ float:right; }Forum: Plugins
In reply to: [Form Manager] IE messes up the looksI would like to add – I tested some forms in IE 8 with the borders on, and they looked fine. This was with the ‘twentyten’ theme that comes with WP. Unfortunately I’m not much of a designer, so my CSS expertise is very limited. Also I really appreciate the feedback. I would say 9 out of 10 new features are because somebody suggested it, and they are usually good ideas, yours included. Thanks!
Forum: Plugins
In reply to: [Form Manager] IE messes up the looksIn general I have found that formatting problems are typically just CSS conflicts with the theme. Also, although I hate to blame problems on somebody else, IE is notorious for bad rendering.
The asterisks are always within the “label” tags, so you would have to prevent text wrapping in general to keep them on the same line. I’m not sure how to do this, I’m no CSS expert.
The radio buttons only put two “& nbsp ;” between the input and the text. They should not be scaling to half width. If they are, then that has to do with your theme.
I like the idea of the ‘other’ option, and the dependency idea. The first will be easy to add – the second will be a bit more work, but it is in the works.
Forum: Plugins
In reply to: [Form Manager] Categories form field optionActually I’m not sure I understand what you are trying to do. As I recall you had requested the ability to publish user submissions as posts? Is this the type of category you mean? If that is what you are talking about, then no, you can’t really do that. At this point the code is not designed to handle that kind of logic.
Forum: Plugins
In reply to: [Form Manager] Categories form field optionIf you make a list element, change the style to checkboxes, and make it required, you can force the user to make one or more selections. Have you tried that?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] reCAPTCHA ErrorOh ok. Unfortunately thats not something to do with my plugin so I might not be able to help. There must be a plugin, or maybe something in yoir theme, that is replacing the shortcodes with the HTML they produce. What plugins do you have installed?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] reCAPTCHA ErrorDid you add the CSS to your theme’s stylesheet?
Forum: Plugins
In reply to: [Form Manager] Label positions and HTML-tags in notes.Thanks for the kind words. I’ll see if I can help:
* labels for checkboxes – First, you could make a ‘list’, and set the style to ‘checkboxes’. That might solve your problem. I don’t know what you tried as far as nicknames, but if you check out this article in the FAQ, it explains what classes/ids are used for CSS.* I apologize about losing the HTML. I’m going to make an update that includes an extra ‘HTML’ option for the note, so you could put your scripts in a ‘note’ with a blank label. That will be version 1.4.22. I just added an FAQ here that explains how to get to your form elements via javascript within a ‘note’.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to have custom css?Its not even HTML5, but normal HTML. Should be up in an hour or so.