Buddy Press Corporate Theme – jQuery Welcom slider help

Has anyone tried implementing this on the Corporate theme?

http://www.bp-tricks.com/design/creating-a-jquery-welcome-slider-for-your-buddypress-homepage/

I’ve tried and I can’t get it to work. I am not sure if I am putting the code in the right place i guess. I would like it above all three widgets on the main page. Any ides, Thanks!

  • guigoz
    • WPMU DEV Initiate

    It works very good on my BP Corporate Theme.

    I upload the files updated following bp-tricks.com method.

    Dont’t forget log out and check your homepage.

    Cordialement,

    Guillaume.

    Edit : Upload doesn’t work.. for header.php file. So put this code between “header” balise :

    <script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script>

    <script language="JavaScript">

    // What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready

    $(function() {

    $("div.tabs").tabs(".images > div", {

    //Enable autoplay

    autoplay: 'true',

    // enable "cross-fading" effect

    effect: 'fade',

    fadeOutSpeed: "slow",

    // start from the beginning after the last tab

    rotate: true

    // use the slideshow plugin. It accepts its own configuration

    }).slideshow({autoplay: true,interval: 6000});

    });

    </script>

    download home.txt attachment and remane in home.php