Hello all... Dolphin's main Login box/pop-up defaults to opening the second tab ("Join Now"). Is there a way to make it default to open the 1st tab ("Login") instead...?
Hello all... Dolphin's main Login box/pop-up defaults to opening the second tab ("Join Now"). Is there a way to make it default to open the 1st tab ("Login") instead...? |
In the Admin Panel, go to Settings > Basic Settings. In the html editor, select Tools > Source code
Edit the lines on the bottom to look like this:
<div class="bx-splash-actions"><button class="bx-btn bx-btn-primary bx-btn-sa-login">LogIn</button><button class="bx-btn bx-def-margin-left bx-btn-sa-join">Register</button></div>
VOILE!
I also reversed mine because the default seemed less-than-intuitive. |
RE: VOILE!
I fail to see what a lightweight cotton fabric has to do with the issue.
Anyway, the proper solution is to edit your EVO templates extra_service_menu_wrapper.html file.
Find this: <div class="sys-service-menu">
<bx_if:show_for_visitor>
<div class="sys-sm-item sys-smi-join bx-def-margin-sec-left-auto" onclick="javascript:showPopupJoinForm()">
Change to this: <div class="sys-service-menu">
<bx_if:show_for_visitor>
<div class="sys-sm-item sys-smi-join bx-def-margin-sec-left-auto" onclick="javascript:showPopupLoginForm()">
OH.... and ignore everything Gary said
Clearing the /cache folder might be a good idea also. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thank you Gary & HL... Nathan @ Boonex support had suggested HL's solution (just before you guys replied here), it worked like a charm... |