by axew3 » Sun Apr 09, 2017 1:01 pm
Yes thats right. But when i click on back to bakkersbaas (name of my website) i am sill logged in.
this should be cache behavior because i guess, if you after click on any link you'll be result correctly logged out. If you click back button on browser, thing that may not commonly happen to an user, you can appear as logged, because cache display the old html on page, but you are not logged, if you follow to click any link, you result as logged out. Isn't it?
about input that seem the only one work for your theme:
<input class="your class here" type="button" onclick="location.href='<?php echo wp_logout_url(); ?>'" value="<?php echo __('Logout' , 'wp-w3all-phpbb-integration' ); ?>" />
change your class in accord with theme
but i've just open your site and i see that the button look ok (even not all elements are perfectly aligned, and your links on last topics are all loking like text) ... a little style more is required
, the logout now work fine also?
[quote]Yes thats right. But when i click on back to bakkersbaas (name of my website) i am sill logged in.[/quote]
this should be cache behavior because i guess, if you after click on any link you'll be result correctly logged out. If you click back button on browser, thing that may not commonly happen to an user, you can appear as logged, because cache display the old html on page, but you are not logged, if you follow to click any link, you result as logged out. Isn't it?
about input that seem the only one work for your theme:
<input class="your class here" type="button" onclick="location.href='<?php echo wp_logout_url(); ?>'" value="<?php echo __('Logout' , 'wp-w3all-phpbb-integration' ); ?>" />
change your class in accord with theme
[code]class="your class here"[/code]
but i've just open your site and i see that the button look ok (even not all elements are perfectly aligned, and your links on last topics are all loking like text) ... a little style more is required ;), the logout now work fine also?