[Plugin: Quote Rotator] Fix Quotes Not Showing Up
-
WordPress 3.0 seems to have removed the prototype script. Which is good… except for this script.
You can fix this be changing one line in the script code.
- Go into the plugins page in the administration area.
- Click Edit on the Quote Rotator plugin
- Edit “quote-rotator/classes/quote-rotator.class.php” file by clicking on it on the right side.
- Find the line that looks like
echo “<script src=\”” . get_settings(‘siteurl’) . “/wp-includes/js/prototype.js\” type=\”text/javascript\”></script>\n”;
- Change it to say
echo “<script src=\”https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js\” type=\”text/javascript\”></script>\n”;
- This will load the prototype library from the Google CDN
- And check to see if that fixed it
Good lucky guys! Hope that fixes it!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Quote Rotator] Fix Quotes Not Showing Up’ is closed to new replies.