Ted
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Input fields disappear when typingI had the same problem using the theme TheStyle. It turned out the theme’s stylesheet and the plugin didn’t play nicely together.
I found the following line in the style.css of TheStyle’s theme:
input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #fff; }
As you can see the color of text in the textarea is white (#fff). If the background is also white the text “disappears” and (in my case) returns if you click on the textarea, because that makes the textarea active, which is a differen’t style.
I changed color to #000 and now the text doesn’t disappear.Maybe your problem with the plugin has a similar cause.
Forum: Plugins
In reply to: [Surveys] [Plugin: Surveys] How to edit the "thank you" text?Or, if you use Surveys in another language, you can edit the .po file with something like Poedit (www.poedit.net). In there, you can find the original string and translate it into anything you want.
For this to work, you have to install WordPress in the same language as you translate Surveys in. In my case, I installed the Dutch version and edit the file surveys-nl_NL.po (well, I had to create it, since there was no Dutch translation).
Make sure that if you want to release your languagefile, you keep the translation as close to the original text as possible. But is you only use the languagefile in your own project, you could translate the original sentence into anything you want.
Forum: Plugins
In reply to: [Surveys] [Plugin: Surveys] Required fileds scriptHi Cryptic,
I’m trying to include your script, but I can’t get it to work. I placed your script in script.js and added a <span>*</span> in the question-text of a radio-input question.
All that happens is that there is now a next-button below my survey (I had all the questions on one page, so the button wasn’t there before), but if I leave the required question empty, I don’t get a warning that an answer is required.
It doesn’t matter if I use the “next” button or the “submit survey” button.Any ideas?