Solution Of The Saving Energy Does Not Work
- Make sure you place the code at the right place. For my tutorial, the code must be place before <head> tags. (another tutorial they put after <head> tags)
- Look at the top of your theme code, if the code like this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"xml:lang="en">
REPLACE IT WITH THIS
<html>
- save and refresh you home page, wait for 1 minute to see if your saving energy working or not.
- if still not working, copy the code below and paste before </head> tags.
<script>jQuery.noConflict();</script>
- Still not working? so this is the last solution that i know haha.. Look at the 1st code (the code before <head> tag) the code should like this, example:
<script language="javascript" type="text/javascript" src="http://yourjavascript.com/1229505410/SEacademy2.txt.js"></script>
delete the last code after js

and put this code at end of js
?setting1=value1&setting2=value2&setting3=value3"></script>
- the the code should like this for example :



