Topic-icon Modal pop-up does not work

Active Subscriptions:

None
9 years 10 months ago #45051 by андсми
Hello!

I am using Joomla 2.5.20 & Virtuemart 2.6.0.
I installed SCLogin and wanted to use modal pop-up. I already activated JQuery. But it does not work.
When I clicked on 'login' all I get is a black screen.

My site: jeyvery.com.ua
Please help me.
The topic has been locked.
Support Specialist
9 years 10 months ago #45069 by alzander
Replied by alzander on topic Modal pop-up does not work
Please edit the /modules/mod_sclogin/tmpl/login.php file.

Around line 70, you'll see a line of code that looks like:
echo '<div id="login-modal" class="sourcecoast hide modal fade" tabindex="-1" role="dialog" aria-labelledby="login-modalLabel" aria-hidden="true" style="display:none">';
Please remove the word 'hide' in the class=".." section so it looks like:
echo '<div id="login-modal" class="sourcecoast modal fade" tabindex="-1" role="dialog" aria-labelledby="login-modalLabel" aria-hidden="true" style="display:none">';

That change will be in the updated SCLogin release, due out at the end of this week as well.

I hope that helps,
Alex
The topic has been locked.