nazansari
Forum Replies Created
-
Thanks, Let me know if you need anything from my side, waiting for Developer’s response. Below file will be more helpful for them in resolving the situation:
WPCROWDFUNDING Plugin > Includespublic function login_form() { $html = ''; $error = false; $login = ( isset( $_GET['login'] ) ) ? $_GET['login'] : ''; if ( strpos( $login, 'failed' ) !== false ) { $error = true; $html .= '<p class="error"><strong>ERROR:</strong> Invalid username and/or password.</p><br><br>'; } elseif ( strpos( $login, 'empty' ) !== false ) { $error = true; $html .= '<p class="error"><strong>ERROR:</strong> Username or Password is empty.</p><br><br>'; } $html .= '<div class="wpneo_login_form_div" ' . ( $error == false ? 'style="display: none;"' : '' ) . '>'; $html .= wp_login_form( array( 'echo' => false, 'hidden' => true, ) ); $html .= '</div>'; return $html; }Forum: Plugins
In reply to: [WP Crowdfunding] Moderate User Error MessageAny Response?
So, should I be contacting Theme Developer regarding this?
No, the error is what I’ve listed which is: “The Username/password are incorrect”
I’ve completed recaptcha, same error message, even I’ve disabled captcha & still same issue. Kindly take a deeper look. Thank You!I just want to change Arabic Language Font, so please provide a code that doesn’t affect my website English Language font…
Hi I am not a technical person… So please provide Exact code that I have to add in Additional CSS Customizer… As I go through previous questions & got to know that you provide following code…
@import url(‘https://fonts.googleapis.com/css?family=Charmonman’);
body.translatepress-ko_KR{
font-family:Charmonman;
}I add same to same in customizer & just change the Charmonman with my Language name which is droidarabickufi…
But after reading the post, I got to know that you provide them a link which contains code which is.. https://fonts.googleapis.com/css?family=Charmonman’
Then I add above page all code in my Additional CSS replacing language Charmonman with my Language name which is droidarabickufi… But nothing changed…