Support » Plugins » wp-crossfade

  • trying to use wp-crossfade to make a fading banner on my WordPress site. The loader comes up, disapears, and then nothing – no images or anything.

    Followed the installation instructions as best I could and pointed to some images.
    ——————————
    1. Upload wp-crossfade directory to the /wp-content/plugins/ directory
    2. Activate the plugin through the ‘Plugins’ menu in WordPress
    3. Add the jQuery script to your header template: <?php wp_print_scripts( ‘jquery’ ); ?>
    4. Place <?php wp_crossfade( ‘group=home&limit=4&dot_spacing=55’ ); ?> in your templates
    5. Sample css file: wp-crossfade/css/sample.css
    ———————————————-
    Not sure if I placed the jQuery script correctly in my header template though?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I followed the same instructions am facing the same problem. I think the jquery.cross-fade.js has some compatibility problem.

    Yep, me too. Followed all the instructions as best I could and all I get is the loading animation. Shame – I was looking forward to it. 🙁

    I got it sorted, it was that I’d renamed the key in the code but not matched the key given to the images in the settings. Der!

    Don’t work on my site… Just loading…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp-crossfade’ is closed to new replies.