Viewing 1 replies (of 1 total)
  • Thread Starter lucascaro

    (@lucascaro)

    FYI, I’ve changed flexi-quote-rotator/classes/quote-rotator.class.php in the method displayWidget.

    from this:

    echo "<div id=\"quotearea\"$style><div id=\"quoterotator\">\n";
    		echo "Loading Quotes...\n";
    		echo "</div></div>\n";
    		echo "<script type=\"text/javascript\">setTimeout(\"quoteRotator.quotesInit()\", 2000)</script>\n";

    to this:

    echo $this->getQuoteCode(NULL, $options['delay'], $options['fadeDuration'],$options['fadeoutDuration']);

    and now it seems to be working.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Flexi Quote Rotator] Widget ignores delay and fade time options’ is closed to new replies.