Emuobosa
Forum Replies Created
-
Why must it be in the premium version only?
Forum: Fixing WordPress
In reply to: Unusual message on WP AdminHey melanie71, I have found the solution to the problem.
I am using miniOrange Social Login, Sharing. I searched a lot on the web for a solution until I took the following steps:
OBSERVATION AND RESOLVE
I logged into WordPress, went to the Plugin settings, under Social Login, and noticed that I get this error because I have not added any social network for the login, yet I enabled it.
The options you would see are:
Under Display Options
Select the options where you want to display the social login icons
– Default Login Form (this was checked in mine)
– Default Registration Form
– Comment Form
– WooCommerce Login FormAs soon as I unchecked “Default Login Form” and saved, the error disappeared.
Try that and you’ll be free from the error. Good luck!
Forum: Plugins
In reply to: [Theme My Login] reset password formHey scanecode,
Change the data-reveal value to “0” as shown below:
<input type="password" data-reveal="0" data-pw="" name="pass1" id="pass1" class="input hide-if-no-js short" size="20" value="" autocomplete="off" aria-describedby="pass-strength-result">That’s what I did in my own because I use the same theme. Doing that was able to mask it and besides, ensure you are changing this in the “templates” folder of theme-my-login plugin.
It worked for me. Goodluck!