Topic-icon Modal login box not showing

Active Subscriptions:

None
10 years 3 months ago #44693 by brimbank
Hi,

I have the latest version of Joomla installed and the latest version of your plugin, but I am having trouble getting your modal login box to show up. When I click the login link, my website is greyed out but no login box appears. We are using the RiverS template supplied by 4Grafx.

Any ideas?

Thanks
The topic has been locked.
Support Specialist
10 years 3 months ago #44718 by alzander
If you can let us know a URL where we can see the issue, that will let us help get you going. The issue you describe is almost always from a CSS conflict, which are easy to narrow down once we see the site.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 3 months ago - 10 years 3 months ago #44724 by brimbank
PM sent

Login in is on the top left corner of the screen. I have sent you the link to our URL, which is a test site.
Last edit: 10 years 3 months ago by brimbank.
The topic has been locked.
Support Specialist
10 years 3 months ago #44776 by alzander
The issue looks to be caused by a conflict in our SCLogin code and your template's CSS. Can you try editing the /modules/mod_sclogin/tmpl/login.php file. Around line 68, you'll see:
echo '<div id="login-modal" class="sourcecoast modal hide fade" tabindex="-1" role="dialog" aria-labelledby="login-modalLabel" aria-hidden="true" style="display:none">';
Update that to:
echo '<div id="login-modal" class="sourcecoast modal fade" tabindex="-1" role="dialog" aria-labelledby="login-modalLabel" aria-hidden="true" style="display:none">';
The difference there is removing the word 'hide' from the class=".." section.

Please let me know if that helps get you going.

Thanks,
Alex
The topic has been locked.