Topic-icon sclogin

Active Subscriptions:

None
9 years 2 months ago #54080 by kruller001
sclogin was created by kruller001
I just installed the sclogin and it does not popup, however I can see it to the bottom left of the screen behind the overlay as you can see form the attachment, the "load javascript/jquery" option is set to yes. Any help would be appreciated
Thanks
Titleghamro.org
File Attachment:
The topic has been locked.
Support Specialist
9 years 2 months ago #54082 by mel
Replied by mel on topic sclogin
Please provide a specific URL where I can see the behavior in action. The link in the above post goes to an "under construction" page.

Briefly from that screenshot, it looks like the popup is appearing, but that there is probably some conflicting styles with your template's CSS. Without seeing the source and using developer tools, I wouldn't be able to give a suggestion as there are countless templates out there.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 2 months ago #54090 by kruller001
Replied by kruller001 on topic sclogin
Sorry, here you go
Titlehttp://ghamro.org/

Let me know if you need login info
The topic has been locked.
Support Specialist
9 years 2 months ago #54103 by alzander
Replied by alzander on topic sclogin
Your template looks to be trying to apply very generic styles to all modals on the page. Specifically, the below style in your template.css file is the main culprit:
#jsn-master .modal {
   position: static;
}
Remove that, and it will fix the popup. There are other styles which are affecting the inputs from there, but that should get you started. You may want to try the Default SCLogin style to see if that helps with the other issues.

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

None
9 years 2 months ago #54106 by kruller001
Replied by kruller001 on topic sclogin
It worked!, thanks, however when you click on the logout button it shows an error page, on close inspection I noted it was looking for

https://ghamro.org/index.php

my site is not secure yet, Is there a setting for "https" within the this plugin I accidentally enabled?. I am not seeing any such setting except for the form encryption option
The topic has been locked.
Support Specialist
9 years 2 months ago #54112 by alzander
Replied by alzander on topic sclogin
Can you right click on the Logout menu item and click "Copy Link Address". Then, paste the resulting URL into a notepad or this post. My guess is that the link is correct, but you are being redirected to a 404 after you are logged out. We'd need to see more to understand the issue though as we've never heard of this problem before. Our code shouldn't be setting it to https for any reason I can see.

Alex
The topic has been locked.
Active Subscriptions:

None
The topic has been locked.
Support Specialist
9 years 2 months ago #54123 by alzander
Replied by alzander on topic sclogin
That is definitely not the correct URL that should appear in the logout link. I have no idea why the Config component (option=com_config) is trying to be loaded, but something is really wrong with that logout link.

Can you test with the standard Joomla mod_login module to see if the logout link from that module has the same behavior? If so, it indicates there's an underlying issue on your site and one we've never heard of before.

Thanks,
Alex
The topic has been locked.