Topic-icon Looks like this is common error with Modular pop up

Active Subscriptions:

None
Hello

Before asking for help I read
www.sourcecoast.com/forums/non-commercia...-halflingspng#p34718

and modified file to load bootstrap correctly for joomla. 3.1.5

Unfortunately this didn't fix it.
only on main www.canadareic.com site window is not popping up .

Would you mind helping me with solving this issue?

Regards
The topic has been locked.
Support Specialist
10 years 8 months ago #35389 by alzander
Your home page likely has component output disabled, which is an option in many templates. The current release of the SCLogin module requires component output to be displayed on the page for the modal to work. The next release (due out next week) uses a different system that does not have the same limitations.

I hope that explains. The problem will be fixed soon though, and I apologize for the inconvenience,
Alex
The topic has been locked.
Active Subscriptions:

None
Alex
that's ok . In the meantime can you please help me to make remember me in one line with entire module?
I have not much php experience

Please see image
File Attachment:


thank you
The topic has been locked.
Support Specialist
10 years 8 months ago #35455 by alzander
Add the following CSS to your template and it should move that checkbox over to the right:
#form-sclogin-remember {
float: left;
clear: none;
}
Let me know how that goes, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
Thank you your temp solution is working. Waiting for upgraded module :)
The topic has been locked.
Support Specialist
10 years 7 months ago #35777 by alzander
The new release of JFBConnect has been released, along with the new SCLogin module. Please update and let us know how it goes or any issues you run into.

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

None
Alex

Thank you very much

I noticed one issue. Even if
Enable Profile Picture >> Hide

is always showing joomla picture
The topic has been locked.
Support Specialist
10 years 7 months ago #35829 by alzander
Yup, that's a silly bug on our part. To fix, for now, edit the /modules/mod_sclogin/tmpl/logout.php file. At the top, you'll find the following line:
echo $helper->getSocialAvatar($registerType, $profileLink, $user);
Delete that (or put // at the beginning to comment it out).

We'll have a bug-fix release of JFBConnect out later this week or early next week that will definitely fix that problem.

Sorry for the inconvenience,
Alex
The topic has been locked.
Active Subscriptions:

None
Confirming

Is working. Next Open Graph configurations :)
The topic has been locked.
Support Specialist
10 years 7 months ago #35841 by alzander
We'll be updating the Open Graph documentation and uploading videos over the next 2 days. The documentation right now is a bit stale, just so you know. If you get confused, or run into issues, it's likely not you.. it's us.

Just want to warn you.. of course, if you do have problems, just let us know!

Thanks,
Alex
The topic has been locked.