Topic-icon problem with sclogin modal popup

Active Subscriptions:

None
10 years 9 months ago #34544 by felsil
sorry for the english I'm using google for this conversation.
the module does not work on sclogin modal_popup.
when I click the login button nothing happens, I saw some questions on the forum but could not solve my problem. hope you can help me,
the site I'm working on is:
Titlehttp://filtergames.com.br/

Thank you and I look forward response
The topic has been locked.
Support Specialist
10 years 9 months ago #34563 by alzander
I only see the Login module on the home page. Does it work on other pages of your site?

My guess is that your template is not showing the component output on the home page. The SCLogin module currently requires that your template is configured to show the component output on the home page. Please check your template options for "Show Component" or a similar setting, and if so, make sure it's enabled.

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

None
10 years 9 months ago #34751 by juabla
I also have that problem how did you solved it?
The topic has been locked.
Support Specialist
10 years 9 months ago #34762 by alzander
Juan,
We can gladly help you investigate the cause of it not working, but we'd need to see the page that you have the SCLogin module is on. Please let us know the URL where we can test and we'll let you know what we find.

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

None
10 years 8 months ago #34885 by sulsid
I've got the same issue - would appreciate if you can take a look audleymotors.smsidat.com - the login button is just below the menu to test. I'm not getting anything on clicking the button and I've checked that the component output is switched to on. Would appreciate the help thanks.
The topic has been locked.
Support Specialist
10 years 8 months ago #34892 by alzander
Suleman,
You're running into a bug in the SCLogin module which will be fixed in the next release. It affects Joomla 3.x sites that are using specific templates that don't load the Bootstrap framework like we're expecting. You'll need you to make a minor code change to our SCLogin module to fix it.

To make the edit, please open the /modules/mod_sclogin/mod_sclogin.php file. Around line 90, you'll see:
if($params->get('loadBootstrap')) 
{ 
    $document->addStyleSheet('modules/mod_sclogin/css/sc_bootstrap.css'); 
}
Please update that to:
if($params->get('loadBootstrap')) 
{ 
    JHtml::_('bootstrap.framework'); 
    $document->addStyleSheet('modules/mod_sclogin/css/sc_bootstrap.css'); 
}
Please let us know how that goes or if you run into any other issues.

Thanks and sorry for the trouble,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #34896 by sulsid
That just fixed it! Thanks, great extension btw
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #34898 by fb_710824937
Thanks that also fixed my problem, except on
1. Page that loads Wigetkit from YooTheme - no popup appears
2. Page that loads MyBlog - Styling is incorrect for the popup

I have disabled the login module for these pages as it is a live site, but will enable them if you want to have a look

website is www.innovativecontactlenses.com
J 3.1.4
Template: Yootheme Venture
Php 5.3.22
The topic has been locked.
Support Specialist
10 years 8 months ago #34908 by alzander
Charl,
Yeah, we'd definitely need to see the problem in action (as well as a working page) to help diagnose things. We had one other report of WidgetKit issues, but were never given a page to look at, so would love to see the problem on your site.

One thing you can do is enable the SCLogin module on just one specific (obscure) page of the site that doesn't work. That way, it's likely not to be seen by many real users.

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

None
10 years 8 months ago - 10 years 8 months ago #34916 by fb_710824937
Hi Alex

I have publised SCLogin on all pages. The login button is in the top right next to Search. You can view it at www.innovativecontactlenses.com. My issues are with the Homepage which also has the Wigetkit module running.

I can't see any errors with Firebug on the page?
Last edit: 10 years 8 months ago by fb_710824937.
The topic has been locked.