- This topic has 1 reply, 2 voices, and was last updated 12 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Translation: A forgotten string in the Fancy Login Widget (Style 1)
The login button of the Fancy Login Widget (Style 1) still shows “Sign In” and does not use the string “EMEMBER_SIGNIN”.
So you can edit “fancy_login.php” and search for “Sign in”. Replace the value with
<?php echo EMEMBER_SIGNIN;?>
or whatever you want.
So
…value=”Sign in”…
will become
…value=”<?php echo EMEMBER_SIGNIN;?>”…
Thank you.. I will correct this.