ozdave
Forum Replies Created
-
Hi, I have updated to the altest version but this still doesnt appear to be working for me
Any ideas on how to resolve this? The page example is http://www.matkapolkaaustralia.com/blog/ai1ec_event/australijski-dzien-ojca/?instance_id=49
Thanks
im not using IE9 this is occurring on a MAC using Chrome and I have seen it working on other website on the same browser.
Does this fix work for browsers other than Chrome? I cant find the referred to file in my theme
Do you know when 1.8 will be available?
Thanks!
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Refresh after logintried changing it to just window.location.reload() but still no dice in chrome 🙁
all other browsers listed works ok!
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Refresh after loginok that didnt work with chrome 🙁
fine on IE, safari and firefox…. any ideas??
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Refresh after loginok 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!