Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Forum: Plugins
    In reply to: WP-CYCLE IE8 PNG fix?
    Thread Starter varsitypixels

    (@varsitypixels)

    UPDATE….FIXED it MYSELF!!!!!!!

    actually, found an answer to this problem myself…the credit needs to go to the guy who really knew this stuff….unfortunately cant leave this page to get his name…

    Set the ‘cleartypeNoBg’ option to true.

    $(‘#s6’).cycle({
    fx: ‘scrollUp’,
    speed: 2500,
    timeout: 2000,
    pause: true,
    cleartypeNoBg: true
    });

    ******the cleartypeNoBg option is mentioned a bunch of times throughout the js for this plugin….serach for it within the js file, and look for the one with false listed there…change that to true, and voila!

    a

    Forum: Plugins
    In reply to: WP-CYCLE IE8 PNG fix?
    Thread Starter varsitypixels

    (@varsitypixels)

    Update….

    The problem goes away if I uncheck the ‘enable transistion effects’ box.

    Somebody out there has to have a snippet I can insert into the JS to remedy this…..or a trick to disable the transistion effects in IE only….but keep them going in real browsers.

    a

    Forum: Plugins
    In reply to: WP-CYCLE IE8 PNG fix?
    Thread Starter varsitypixels

    (@varsitypixels)

    Bump…..

    bumpy bumpy bump…..

Viewing 3 replies - 16 through 18 (of 18 total)