- This topic has 4 replies, 3 voices, and was last updated 10 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › eMember – compact login widget customization
Tagged: custom login, fancy login
Hello, i try customizing the compact login widget.
i need customize LOGIN REGISTER buttons. in widget i use [wp_eMember_compact_login_custom] or [wp_eMember_compact_login] shortcodes.
i created custom css code to my button – RegLogB, added it to eMember_custom_style.css in the plugins directory, or to themes custom css.
in the eMember_auth_utils.php i changed esp. the line 399
function eMember_compact_login_widget_custom(){
$output .= '<a href="'.$login_url.'" class="RegLogB">'.EMEMBER_LOGIN .'</a>';
}
or i try added to all links this button, but nothing happens..
this button form work on another simple links.
thank you
What version of eMember are you using?
v8.8.3
Hi, Make sure to update the function in the following file (we recently made some changes in the file structure):
eMember_auth_utils2.php
ohh, thank you, in the eMember_auth_utils2.php
i find the solution