When I click on Member Login in the header, it doesn't do anything. I just see the page got whiter instead of popping up light-box login.
Please help.
When I click on Member Login in the header, it doesn't do anything. I just see the page got whiter instead of popping up light-box login. Please help. |
I can help you with this issue. I know there is a fix somewhere out there, but I have seen some sites crash after the fix is installed. Instead, there is a solution that will direct your members to a login page, rather than using the ajax login. PM me if you need some extra help !! |
The ajax login doesn't seem to work for me in Chrome... has anyone else noticed this, or is it just my computer? |
Check about php_value allow_url_fopen = On (or 1)
(send a email to support where you host your site also, maybe they can fix it for you, Ajax Member Login don't work) |
Thanks for the reply! :)
It's not just my site that I'm talking about, though. boonex.com is the same- it works in Safari, IE, Firefox, Opera, but not in Chrome. It's not a big deal yet, but more and more users are switching to Chrome, and as it matures, it will become one of the top browsers. |
I can help you with this issue. I know there is a fix somewhere out there, but I have seen some sites crash after the fix is installed. Instead, there is a solution that will direct your members to a login page, rather than using the ajax login. PM me if you need some extra help !! Hi would love to know how to direct users to the login page instead of the ajax box ( my log in button on the ajax box does nothing) |
Check about php_value allow_url_fopen = On (or 1)
(send a email to support where you host your site also, maybe they can fix it for you, Ajax Member Login don't work) I'd checked allow_url_fopen, it's On but I'm too getting the same problem. However the popup is working fine in my local but not working in the live. Any other suggestion? |
I can help you with this issue. I know there is a fix somewhere out there, but I have seen some sites crash after the fix is installed. Instead, there is a solution that will direct your members to a login page, rather than using the ajax login. PM me if you need some extra help !! Hi would love to know how to direct users to the login page instead of the ajax box ( my log in button on the ajax box does nothing) Try this: open templates/tmpl_uni/scripts/functions.php, and below "function HelloMemberSection()", find this code: <div class="topMemberBlock"> Replace it with this: <div class="topMemberBlock"> There are similar blocks of code just above the one you're looking for, so make sure it matches that one before you swap anything out. ;) |
Thank you so much sbcjr. I have given up dolphin for not being able to fix those errors. Now I have to work on Internal Server Error on Ray and Orca. |
That code paste did fix the problem, but now the site is EXTREMELY slow and barely loading.... any ideas? |
That code paste did fix the problem, but now the site is EXTREMELY slow and barely loading.... any ideas? That particular code change wouldn't cause the speed issue... it doesn't add to the load- it takes away (however insignificantly). |