- Posts: 7
- Thank you received: 0
Kunena the browser freezes with #xx in the URL
-
Andy Bates
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago #22922
by Andy Bates
Replied by Andy Bates on topic Kunena the browser freezes with #xx in the URL
Whoops sorry about that!!!
I changed a setting before and forgot to change back. Got a feeling the forums would not have been active if noone can get there
Give it a go now and thanks in advance
Andy
I changed a setting before and forgot to change back. Got a feeling the forums would not have been active if noone can get there
Give it a go now and thanks in advance
Andy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22933
by ivan.milic
Replied by ivan.milic on topic Kunena the browser freezes with #xx in the URL
add this script at bottom of : \templates\hot_responsive\js\dynlayout.js
jQuery(document).ready(function(){
if(String(window.location).indexOf('#') > 0){
window.location = String(window.location).split('#')[0];
}
});
jQuery(document).ready(function(){
if(String(window.location).indexOf('#') > 0){
window.location = String(window.location).split('#')[0];
}
});
Please Log in to join the conversation.
-
Andy Bates
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
12 years 1 month ago #22935
by Andy Bates
Replied by Andy Bates on topic Kunena the browser freezes with #xx in the URL
Hi,
I have done this and unfortunately it seems to have broken the formatting of the site. Or is it just me. Can you?
Thanks
Andy
I have done this and unfortunately it seems to have broken the formatting of the site. Or is it just me. Can you?
Thanks
Andy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22943
by ivan.milic
Replied by ivan.milic on topic Kunena the browser freezes with #xx in the URL
For some reason you script file renders like this:
It creates syntax error because > should be just >, can you use some other editing method?
Code:
jQuery(document).ready(function(){
if(String(window.location).indexOf('#') > 0){
window.location = String(window.location).split('#')[0];
}
});
It creates syntax error because > should be just >, can you use some other editing method?
The following user(s) said Thank You: Andy Bates
Please Log in to join the conversation.
-
Andy Bates
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
12 years 1 month ago #22949
by Andy Bates
Replied by Andy Bates on topic Kunena the browser freezes with #xx in the URL
You are a star... Seems like all is working!
The > than sign was changed by my gmail account on the email.
Thanks a lot :woohoo:
Andy
The > than sign was changed by my gmail account on the email.
Thanks a lot :woohoo:
Andy
Please Log in to join the conversation.
Time to create page: 0.098 seconds