ok i fixed this by editing sidebarlogin.js and adding
result1 = window.location.reload(true)
In the following location
if (result==’SBL_SUCCESS’ || result.indexOf( ‘SBL_SUCCESS’ ) > 0) {
window.location = jQuery(‘.redirect_to:eq(0)’, thisform).attr(‘value’);
// The next line forces refresh of the page
result1 = window.location.reload(true)
Hope this helps someone else. If I’ve done something bad let me know!
ok that didnt work with chrome 🙁
fine on IE, safari and firefox…. any ideas??
tried changing it to just window.location.reload() but still no dice in chrome 🙁
all other browsers listed works ok!
Got quite the same problem: after the login using the widget in the box appears the homepage “replicated” (with a strange css layout)
same problem here. Going back to 2.3.2 and everything works fine.
I can confirm that the redirect is broken in 2.3.3 with WordPress v3.2.1. Version 2.3.2 works fine.