PDA

View Full Version : evolution theme, done, but errors on page


ecuaje
03-15-2009, 07:07 AM
Hi, I installed your Wordpress theme "Evolution Theme", works good, But
when the page loads, it says, "Done, but with error on page" on the icon on the botton of IE.
Problems using (Internet Explorer only. I have 7 version.) Firefox works great.

details on errors on page when click on icon.
line 6
char: 1
object: expected
code: 0

please reply and help me. I just installed, I did not touch any coding.

my site. investorsnetworking.com

sarahG
03-15-2009, 11:45 AM
The error isn't a strictly bad one. It's just a javascript warning. Firefox sees it, you just need the right tools to get the info about it.

The error is due to the theme.js file being loaded before jQuery is loaded. You need to open up header.php and find the script link loading theme.js. Copy the whole line and move it down below the wp_head() line.

Then open up theme.js and change all of the $ signs to 'jQuery' instead.

The error notice should go away then.

ecuaje
03-17-2009, 09:24 PM
CAn you explain more on "open up theme.js and change all of the $ signs to 'jQuery' instead""?

thank you.

sarahG
03-18-2009, 09:37 AM
You've got the theme in a folder on your computer that you downloaded from Blogging Tips. Open that folder up and in there is a file called theme.js. Open that in a text editor such as Notepad, change all the $ signs to jQuery, save the file and the upload it to your website.

George K.
04-17-2009, 12:39 PM
I had some errors in evolution too.... I changed my theme then...

sarahG
04-17-2009, 01:04 PM
JavaScript errors are not usually serious. They're just warnings that something doesn't appear to be write, just like 99% of websites have validation errors. The page (usually) still displays correctly, it's just not perfect.