- Posts: 2
- Thank you received: 0
Sparky and FF - Do not write Class
-
alex51
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago - 12 years 1 month ago #23643
by alex51
Sparky and FF - Do not write Class was created by alex51
Welcome. I'm using Windows 8 and Mozilla Firefox. On the Layot Builder do not have the active window class. I can not write anything there. I should add that Internet Explorer does not have this problem.
Sorry for my english, but I'm using Google Translator.
Regards
Alexander
Edit (13:08):
On a computer with Windows XP and Firefox is the same.
Sorry for my english, but I'm using Google Translator.
Regards
Alexander
Edit (13:08):
On a computer with Windows XP and Firefox is the same.
Last edit: 12 years 1 month ago by alex51.
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 #23656
by ivan.milic
Replied by ivan.milic on topic Sparky and FF - Do not write Class
open
templates/sparky/js/tadmin.js
add this at very bottom:
jQuery(document).ready(function(){
if(jQuery.browser.mozilla){
setTimeout(function(){
jQuery('.LayoutModel *').enableSelection();
},500);
}
})
templates/sparky/js/tadmin.js
add this at very bottom:
jQuery(document).ready(function(){
if(jQuery.browser.mozilla){
setTimeout(function(){
jQuery('.LayoutModel *').enableSelection();
},500);
}
})
The following user(s) said Thank You: alex51
Please Log in to join the conversation.
-
alex51
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 1 month ago #23666
by alex51
Replied by alex51 on topic Sparky and FF - Do not write Class
Thank you very much. The problem has been removed.
Please Log in to join the conversation.
-
alandoyle47@gmail.com
Inactive member - Member
Less
More
- Posts: 29
- Thank you received: 0
12 years 1 week ago #24503
by alandoyle47@gmail.com
Replied by alandoyle47@gmail.com on topic Sparky and FF - Do not write Class
I see this problem in Hot Gaming Zone template - I tried to edit tadmin but it is still the same problem.
Windows XP with Firefox
Windows XP with Firefox
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #24512
by ivan.milic
Replied by ivan.milic on topic Sparky and FF - Do not write Class
Solution from post #23656 should sole it for FF , maybe you just need to refresh browser cache to load modified .js file (ctrl+F5 several times).
The following user(s) said Thank You: alandoyle47@gmail.com
Please Log in to join the conversation.
-
alandoyle47@gmail.com
Inactive member - Member
Less
More
- Posts: 29
- Thank you received: 0
12 years 1 week ago #24526
by alandoyle47@gmail.com
Replied by alandoyle47@gmail.com on topic Sparky and FF - Do not write Class
School boy error :laugh: Fixed as described - Thanks
Please Log in to join the conversation.
Time to create page: 0.147 seconds