Windows 10 Disabled Coding
4 posters
Page 1 of 1
Windows 10 Disabled Coding
I don't why but my forum is trash from my comp.
I recently upgraded to Windows 10 Home because it was free from my 7 Home Premium.
Coding doesn't work anymore for some reason. In all browsers all CSS and JavaScript codes don't function anymore.
And none of my 'p:nth child' selectors work.
(1) is for "|:.~GeNociDe Clan~.:| Clan Forums", "Archival Section", and "Archives". (3) is for Administration Panel.
Can someone tell me if this was supposed to happen? I was the only one on my forum who has came across this, maybe because no has upgraded to 10 yet? Thanks for help.
I recently upgraded to Windows 10 Home because it was free from my 7 Home Premium.
Coding doesn't work anymore for some reason. In all browsers all CSS and JavaScript codes don't function anymore.
- CSS StyleSheet:
- Code:
.forabg, .forumbg { border-radius: 10px }
#help-button, #divcolor, #divsmilies, #submit_button, .format-message + label {
border-radius: 10px;
text-shadow: 0 0 1em #000, 0 0 1em #000, 0 0 1em #000;
}
- JavaScript Code:
- Code:
(window).load(function() {
var chatbox_script = function() {
var overrided = Chatbox.prototype.refresh;
Chatbox.prototype.refresh = function(data) {
overrided.call(this, data);
$('.chatbox-username').each(function(){
this.previousSibling&&$.trim(this.previousSibling.nodeValue)=="@"&&$(this.previousSibling).replaceWith('')
})
};
};
var s=document.createElement('script');s.text="("+chatbox_script.toString()+")();";$('object[data^="/chatbox/index.forum"],iframe[src^="/chatbox/index.forum"]').each(function(){try{$(this.contentDocument||this.contentWindow.document).find("#chatbox").closest("html").find("head").first().each(function(){this.appendChild(s.cloneNode(true))})}catch(a){}})
});
And none of my 'p:nth child' selectors work.
- Animations:
- Code:
@-webkit-keyframes neon1 {
from {
text-shadow: 0 0 10px #fff,
0 0 20px #fff,
0 0 30px #fff,
0 0 40px #FF1177,
0 0 70px #FF1177,
0 0 80px #FF1177,
0 0 100px #FF1177,
0 0 150px #FF1177;
}
to {
text-shadow: 0 0 5px #fff,
0 0 10px #fff,
0 0 15px #fff,
0 0 20px #FF1177,
0 0 35px #FF1177,
0 0 40px #FF1177,
0 0 50px #FF1177,
0 0 75px #FF1177;
}
}
@-webkit-keyframes neon3 {
from {
text-shadow: 0 0 10px #fff,
0 0 20px #fff,
0 0 30px #fff,
0 0 40px #FFDD1B,
0 0 70px #FFDD1B,
0 0 80px #FFDD1B,
0 0 100px #FFDD1B,
0 0 150px #FFDD1B;
}
to {
text-shadow: 0 0 5px #fff,
0 0 10px #fff,
0 0 15px #fff,
0 0 20px #FFDD1B,
0 0 35px #FFDD1B,
0 0 40px #FFDD1B,
0 0 50px #FFDD1B,
0 0 75px #FFDD1B;
}
}
- Declarations:
- Code:
p:nth-child(1) a{
color:#FF1177;
font-family:Monoton;
}
p:nth-child(1) a:hover{
color:#FFF;
-webkit-animation: neon1 1.5s ease-in-out infinite alternate;
-moz-animation: neon1 1.5s ease-in-out infinite alternate;
animation: neon1 1.5s ease-in-out infinite alternate;
}
p:nth-child(3) a{
color:#FFDD1B;
font-family:Pacifico;
}
p:nth-child(3) a:hover{
-webkit-animation: neon3 1.5s ease-in-out infinite alternate;
-moz-animation: neon3 1.5s ease-in-out infinite alternate;
animation: neon3 1.5s ease-in-out infinite alternate;
}
(1) is for "|:.~GeNociDe Clan~.:| Clan Forums", "Archival Section", and "Archives". (3) is for Administration Panel.
Can someone tell me if this was supposed to happen? I was the only one on my forum who has came across this, maybe because no has upgraded to 10 yet? Thanks for help.
Last edited by Ace 1 on September 8th 2015, 10:23 pm; edited 1 time in total
Re: Windows 10 Disabled Coding
Hello,
Wierd, in addition to klemen's suggestion, try clearing your cache and cookies and/or forum cookies. It is definitelly something on your end.
-Brandon
Wierd, in addition to klemen's suggestion, try clearing your cache and cookies and/or forum cookies. It is definitelly something on your end.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Windows 10 Disabled Coding
Somehow, it doesn't work. I'm just going to use my friend's computer to use my forum.
Re: Windows 10 Disabled Coding
Please don't use bold or color and keep to the default text. This is reserved for the staff for moderation.
Is your Problem now solved ??
Is your Problem now solved ??
Re: Windows 10 Disabled Coding
as No reply to this post when asked is it solved in the last 2 days i will lock it
Any problems please Fell free to pm me
Topic solved and archived
Similar topics
» Coding Spot (FM-Coding Support)
» Windows pm
» Forumotion and windows XP
» Sliding Windows
» Windows 8.1 and Microsoft Edge
» Windows pm
» Forumotion and windows XP
» Sliding Windows
» Windows 8.1 and Microsoft Edge
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum