Topic-icon other popups not working

Active Subscriptions:

None
10 years 3 months ago #44516 by christofu
Hi,
all popups on my website cannot load (they load but stay greyed out). I have contacted my template developers and they have isolated that there is an issue with SC Login.

below is their answer:
"The problem is cming from a modified version of boostrap coingfrom one of your extensions, located at:

siftmrkts.com/media/sourcecoast/css/sc_bootstrap.css

If you disable that from loading in the extension (I'm not sure what that is) then the modal should work correctly.

That file is giving the modal background a higher z-index than the modal so it shows over the top."

can you advise what I should change?
I am not using the modal popup option in SClogin

thanks
The topic has been locked.
Support Specialist
10 years 3 months ago #44607 by alzander
Replied by alzander on topic other popups not working
Sorry for the delayed response. Yes, we include a slightly modified version of the Bootstrap CSS due to incompatibilities we've run into with other extensions. If you'd like to disable our inclusion of that CSS, please edit the /modules/mod_sclogin/mod_sclogin.php file. Around line 87, you'll see:
// Load our CSS and Javascript files
$document = JFactory::getDocument();
$document->addStyleSheet(JURI::base(true) . '/media/sourcecoast/css/sc_bootstrap.css');
Simply delete those lines and you should be good to go.

Please let me know if that helps, and best of luck,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 3 months ago #44683 by christofu
Replied by christofu on topic other popups not working
that resulted in the following error:

Fatal error: Call to a member function addStyleSheet() on a non-object in /home/siftmrkt/public_html/modules/mod_sclogin/mod_sclogin.php on line 95

where line 95:

$document->addStyleSheet(JURI::base(true) . $file);

removing that line resulted in the messing up of the display of some modules!
The topic has been locked.
Support Specialist
10 years 3 months ago #44692 by alzander
Replied by alzander on topic other popups not working
Sorry for the confusion. Please only remove the following line:
$document->addStyleSheet(JURI::base(true) . '/media/sourcecoast/css/sc_bootstrap.css');
Leave the following line in the file so that other code can properly use it:
$document = JFactory::getDocument();

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

None
10 years 3 months ago #44712 by christofu
Replied by christofu on topic other popups not working
brilliant! thanks that was it:)
The topic has been locked.
Support Specialist
10 years 3 months ago #44717 by alzander
Replied by alzander on topic other popups not working
Awesome! Glad to hear that helped get you going. If you run into any other issues or have any feedback in general, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for SCLogin, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/access-...authentication/24054

Thanks,
Alex
The topic has been locked.