Closed (won't fix)
Project:
OpenID Selector
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2010 at 23:09 UTC
Updated:
9 Nov 2010 at 04:23 UTC
I was trying to enable this module while in development.
I have securesite also enabled.
The icons do not show up if securesite is enabled.
Comments
Comment #1
andriy_gerasika commentedconfirmed.
Comment #2
andriy_gerasika commented1. if you view page source you'll notice securesite is not emitting CSS files at all.
You can fix this for openid_selector by copying secure-page.tpl.php to your theme directory and inserting
near line 19
For more information read http://drupal.org/node/385896
2. I think securesite is conflicting w/ core OpenID module:
disable OpenID Selector and paste https://www.google.com/accounts/o8/id or http://me.yahoo.com/ into Drupal's default OpenID URL text box ==> securesite somehow screws core OpenID login process.
Either way, OpenID Selector functions just fine.
Comment #3
andriy_gerasika commented