thanks corpse
Try this.
also make sure you have this in your
includes/javascript.php
You can put a defer into it if you want. Well, you can do it for all of them.
It would look something like this.
But that's up to you. What that will do is have the twitch javascript files load once the page has been fully loaded.
Learn more here:
Let me know if it works. I really didn't do anything. I just changed some names, but I don't think that was the issue, I think it might of been because your missing that one line there.
also make sure you have this in your
includes/javascript.php
PHP: [ Select all ]
echo '<script src="includes/twitch_status3.js" type="text/javascript"></script>' . "
";
You can put a defer into it if you want. Well, you can do it for all of them.
It would look something like this.
PHP: [ Select all ]
echo '<script src="includes/twitch_status.js" type="text/javascript" defer></script>' . "
";
echo '<script src="includes/twitch_status2.js" type="text/javascript" defer></script>' . "
";
echo '<script src="includes/twitch_status3.js" type="text/javascript" defer></script>' . "
";
But that's up to you. What that will do is have the twitch javascript files load once the page has been fully loaded.
Learn more here:
Please login to see this link Get registered or Log in |
Let me know if it works. I really didn't do anything. I just changed some names, but I don't think that was the issue, I think it might of been because your missing that one line there.
hi corpse
i just added this 1 line in the includes/javascript.php
echo '<script></script>' . "
";
sorry i didnt realise it had to be there
it works now
i checked the files you gave me but they didnt work for me
here is the files that did work
thanks again corpse
i totaly forgot about the javascript.php edit
its working fine now
i just added this 1 line in the includes/javascript.php
echo '<script></script>' . "
";
sorry i didnt realise it had to be there
it works now
i checked the files you gave me but they didnt work for me
here is the files that did work
Please login to see this link Get registered or Log in |
thanks again corpse
i totaly forgot about the javascript.php edit
its working fine now
sorry this line i added
echo '<script></script>' . "
";
lol, you have to check the box for disable HTML in this post. ;)
But I get what your talking about. glad its working now for you.
But I get what your talking about. glad its working now for you.