dhunink
Forum Replies Created
-
He Meg!
Very nice update, fantastic!
How about adding the icons from bootstrap (glyps) to the input fields?
I did it at https://kdans.net/contact/; it could easily be done by adding a settings field to toggle the icons on/of.Forum: Plugins
In reply to: [Contact Form Clean and Simple] Boostrap 3.0 & different validationHi Meg,
Bootstrap 3.0 is live now. Any change of updating the plugin?
If you’re interested, I used the code above in , see for yourself how it does with Bootstrap 3.0. If I can be of any help, please let me know!Forum: Plugins
In reply to: [Contact Form Clean and Simple] Boostrap 3.0 & different validationForum: Plugins
In reply to: [Contact Form Clean and Simple] Dutch And Armenian Languages Added !I just caught a small typo in the dutch translation:
msgid “Confirm Email Address:”
msgstr “Bevestig Emailadres”The translated string is missing a : sign.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Dutch And Armenian Languages Added !Great work! The Dutch translation is done really nice, keep up the good work!
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Notify on commentsHi Karen,
Yeah I am a pro user. So any help would be appreciated!
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Responsive bugIt did fix it, but I forgot to let you know. Thanks for the quick response!
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Some strings are not translatingI still see untranslated stuff, in the e-mail that’s being send out to users when a feedback is approved.
While all the other stuff is showing in my language (Dutch), this e-mail text isn’t.I noticed the string isn’t in the PO file:
“Your Feedback %title% has been published by %admin_user%”
“Thanks for your feedback”
“You can view it at %link%”Where the last link is also wrong by the way, it links to the main website instead of the feedback item.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.11 gives redirect error…@bcobb thanks a lot for sharing your solution with us. Works perfect on my blog!
Hopefully the authors provide a update asap. It’s a lovely plugin and I very much understand they want to promote there pro version to gain the money to make such a nice plugin. And actually I don’t care that much in which way they do (i’m using the free version, so hey, why should I even complain about even ads?) but really think such a error should have been discovered before release. To bad it din’t, hopefully it doesn’t scare less experienced users away…
I’d say this is the problem in your case: https://www.ads-software.com/support/topic/again-problems-backing-up-to-google-storage?replies=4
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Request: follow-up by roleHi Stefano!
Thanks for you quick reply! Since we can expect a new auto responder at some point in time, let’s mark this topic as solved and just wait until you created another beautiful piece of scripting. Keep up the good work!
Forum: Plugins
In reply to: [Theme My Login] Latest Download not foundI’ve seen it with other plugin’s happen. The solution was mostly to rename and upload the plugin again.
Hi Tedzz,
that’s a thing the plugin seems not to support on the moment, since the user is registered based on his wordpress ID. And since there seems to be a little bug that doesnt drop the wp_user_id in the newsletter db_table when user registred through the wordpress form, you can’t receive it’s name by ID. But you actually can by searching in the e-mail row. So a workaround could be to add some stuff in your functions.php were you update the newsletter table with data from the wp_users table, after the user is registred.
Hi Tedzz,
Sure. It’s possible after the last plugin update.
In the register form, add this line:<p> <input value="1" name="newsletter" type="checkbox" checked="checked"> Recieve updates </p>
The plugin will handle the rest
Hi Steffano,
sorry for spamming. But I think I might have found a bug.
When a user is added as a subscriber via the wordpress registration field, the wp_user_id in the DB is left empty.