Forum Replies Created
-
AuthorPosts
-
bluantinooMember
Thank to UMP support I’ve solved this issue.
It was not an issue of the plugin, I just had to enable allow_url_fopen on my server.Thanks Khaled.
bluantinooMemberYes, the only problem is that the website is live, so I need to give authors a way to login meanwhile we setup the login with captcha.
anyway I’m writing you credentials. Just 2 mins please
bluantinooMemberI made as you told:
1) deactivated User Meta Pro
2) deleted user-meta folder in plugin directory
3) reuploaded latest version and reactivatedunfortuately I keep getting Incorrect catpcha error
bluantinooMemberHello Khaled,
keys are correct, and this is the very first installation of UM and I never used different recapthca keys, what kind of backdated file could be there?July 9, 2015 at 2:15 pm in reply to: Send Password with "After email is verified" Notification #7405bluantinooMemberOk, thanks for clarification.
July 9, 2015 at 2:06 pm in reply to: Send Password with "After email is verified" Notification #7401bluantinooMember%generated_password% works, but is not the password users have chosen in the first signup form!
bluantinooMemberhere it is http://www.nonnapaperina.it/account/accedi/
please have a quick look, like this no one is able to login, so I keep it there only for you to test it.
please feedback asap so I can restore a working login- This reply was modified 9 years, 4 months ago by bluantinoo.
bluantinooMemberHi Khaled,
I’m using v. 1.1.7.1I also use Gravity Forms wich has its own captcha, but I don’t have any form with the captcha in it.
Anyway thinking about a possibile conflict I tried removing captcha keys from Gravity Forms settings, but I still have the error.- This reply was modified 9 years, 4 months ago by bluantinoo.
bluantinooMemberI made a custom login form with recapthca, but I always get the error: “incorrect capthca”
- This reply was modified 9 years, 4 months ago by bluantinoo.
bluantinooMemberno answer? I would like this too
bluantinooMemberI found that is better to leave the general settings blank,
not plaintext neither HTMLif I set the standard wordpress notification (like the new user registration), that are in plaintext, are sent without line breaks.
so, if I set HTML, no line breks in plain text notification
if I set plaintext, no HTML in the Gravity Forms (or whatever plugin that sends HTML emails)leaving that field empty, everything works fine 🙂
bluantinooMemberit would be nice to have some words from plugin developers, but it looks like they have nothing to say on this
bluantinooMemberhello everybody,
I’d like having placeholder instead of labels as well.anyway I’ve found this jQuery snippet to quickly transform labels into placeholders
$("form :input").each(function(index, elem) {
var eId = $(elem).attr("id");
var label = null;
if (eId && (label = $(elem).parents("form").find("label[for="+eId+"]")).length == 1) {
$(elem).attr("placeholder", $(label).html());
$(label).remove();
}
});
source: https://gist.github.com/makeusabrew/985739
- This reply was modified 11 years, 5 months ago by bluantinoo.
- This reply was modified 11 years, 5 months ago by bluantinoo.
bluantinooMemberHi guys, this conflict happens even with Gravity Forms.
Please don’t force me to choose between USer-Meta and Gravity Forms, I want to use them both! 😉 -
AuthorPosts