- This topic has 12 replies, 4 voices, and was last updated 9 years, 10 months ago by .
Viewing 13 posts - 1 through 13 (of 13 total)
Viewing 13 posts - 1 through 13 (of 13 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › ?event=logout no longer working for IE 11
Tagged: eMember, emember_logout, Logout, Logout Link, members
I have the latest version of eMember plugin and latest WordPress version 4.0 and I have noticed that clicking on a link such as
[http://www.homepage.com?event=logout]
no longer logs a user out in IE11, but it does work in Firefox
I would like to change my code to use emember_logout instead but I can’t find the syntax
is it
[http://www.homepage.com?emember_logout=true]
or something else?
Yes:
[http://example.com/?emember_logout=true]
Sorry I have got a
<a href=
then
=”http://www.example.com?emember_logout=true”>
the
<b>LOG OUT</b>
then
Loaded a new version. Still no luck.
Just to clarify, when I gave the example:
[http://example.com/?emember_logout=true]
You are not supposed to include the square brackets.
Yes, I have got quotation marks instead of square brackets
Please create a test member account then share the details along with the login URL so I can check a few things. Also enable the debug option in the plugin.
Can I send it to you by email? Can you tell me what email address to use?
Sent message
I am experiencing a similar issue on a staging site.
The URL contains two different question mark sets.
[http://stage.site.com/stagesite/?page_id=xxx/?emember_logout=true]
I experienced the issue with IE11 and FF35.
Context: [wp_eMember_login]
That looks incorrect. You are using the default permalink structure. So the link should be the following for your case:
stage.site.com/stagesite/?page_id=xxx&emember_logout=true