Forums

Quote Rotator
Fix Quotes Not Showing Up (3 posts)

  1. PsychoKlown
    Member
    Posted 1 year ago #

    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.

    1. Go into the plugins page in the administration area.
    2. Click Edit on the Quote Rotator plugin
    3. Edit "quote-rotator/classes/quote-rotator.class.php" file by clicking on it on the right side.
    4. Find the line that looks like
      echo "<script src=\"" . get_settings('siteurl') . "/wp-includes/js/prototype.js\" type=\"text/javascript\"></script>\n";
    5. 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";
    6. This will load the prototype library from the Google CDN
    7. And check to see if that fixed it

    Good lucky guys! Hope that fixes it!

    http://wordpress.org/extend/plugins/quote-rotator/

  2. PsychoKlown
    Member
    Posted 1 year ago #

    I may have messed up #4 since I didn't write down it said before. Look for 3 lines that look like that ;)

  3. PsychoKlown
    Member
    Posted 1 year ago #

    I may have messed up #4 since I didn't write down it said before. Look for 3 lines that look like that ;)

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic