Anna
Forum Replies Created
-
Forum: Plugins
In reply to: [SAML 2.0 Single Sign-On] WordPress and SSO integration with OktaHi Adam:
Based on your earlier comment (above) where you said you could not logout without manually deleting your cookies, can you please care to comment on the other topic I posted, which sounds similar? http://wordpress.org/support/topic/30-minute-time-out-set-somewhere?replies=1Thanks.
AnnaForum: Plugins
In reply to: [SAML 2.0 Single Sign-On] 30 minute time out set somewhere?Correction:
I meant to say:
‘Other than memcache…’
And not:
‘Other then memcache…’By the way for us the problematic font for Windows and Chrome combination for the select dropdown was font face of “Lato.”
Thanks, this worked for us too. We are using Contact Form 7 plugin, and on Chrome the dropdown selections are garbled (I was blaming PHP). But as mentioned above, the selection is correct and is being sent correctly. So overrode the font for the select class. Example:
select { font-size: 12px; font-family: Helvetica, Arial, sans-serif; }And this fixed the issue.