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
- This topic has 12 replies, 4 voices, and was last updated 10 years, 9 months ago by
admin.
-
AuthorPosts
-
October 29, 2014 at 6:15 pm #11707
memwpent
SpectatorI 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?
October 29, 2014 at 10:48 pm #66469wzp
ModeratorYes:
[http://example.com/?emember_logout=true]
October 30, 2014 at 1:23 am #66470memwpent
SpectatorSorry I have got a
<a href=
then
=”http://www.example.com?emember_logout=true”>
the
<b>LOG OUT</b>
then
October 30, 2014 at 1:36 am #66471admin
KeymasterOctober 30, 2014 at 1:52 am #66472memwpent
SpectatorLoaded a new version. Still no luck.
October 30, 2014 at 2:35 am #66473wzp
ModeratorJust to clarify, when I gave the example:
[http://example.com/?emember_logout=true]
You are not supposed to include the square brackets.
October 30, 2014 at 2:38 am #66474memwpent
SpectatorYes, I have got quotation marks instead of square brackets
October 30, 2014 at 10:31 pm #66475admin
KeymasterPlease 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.
October 30, 2014 at 11:06 pm #66476memwpent
SpectatorCan I send it to you by email? Can you tell me what email address to use?
October 31, 2014 at 1:42 am #66477October 31, 2014 at 1:59 am #66478memwpent
SpectatorSent message
January 27, 2015 at 3:39 pm #66479joelhynes
MemberI 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]
January 27, 2015 at 11:54 pm #66480admin
KeymasterThat 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
-
AuthorPosts
- You must be logged in to reply to this topic.