Jun 18, 2010

WordPress 3.0 and Mimbo Pro

Last night WordPress 3.0 was released, it’s a fantastic update to WordPress and has added some great new functionality that we plan to add to our themes shortly.

Most of our themes seem to be working perfectly (at least as far as I can see), however unfortunately the release broke the carousel in Mimbo Pro. The error is actually to do with the version of jQuery bundled with the latest version of WordPress. I haven’t had a chance to update the files in the download area but if you have upgraded then to fix the error you should:

  1. Copy the new (fixed) version of jCarousel from the jCarousel download page and add paste it in to ‘js/jquery.jcarousel.pack.js’
  2. Edit ‘css/carousel.css’ to reposition the carousel. The change is to replace
    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width:  820px;
    }

    with

    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width:  820px;
    	position:absolute;
    	top:15px;
    	left:70px;
    }
  3. If you haven’t yet updated to WordPress 3.0 then I would suggest holding off until Mimbo Pro has been updated. I will get the official release updated this weekend.

    Twitter Follow us on Twitter Facebook Like us on Facebook Join us on Google+

    . . .

13 Comments Leave a comment ›

  1. Hi,

    Can we also update elemental to WP version 3.0?

    Regards, Jeroen

  2. In my website the Carousel shows but it doesn’t move automatically. How can i fix it?

  3. CAn’t find the file within wordpress Appearance/Editor to edit to update to new version. Any input. thank you!

  4. Hi Ben,

    This fix did not work for me. I opened the .js file in a text editor, pasted the code from the site you link to and updated the CSS page. The caraousel is still not working.

    Any help you can provide would be appreciated.

  5. Hi,

    I have already added a comment to this thread but it was removed. I also sent an e-mail via the Contact Us page asking for support. Can I get an ETA as to when someone might be able to help me?

    Thanking you in advance,
    Ben

  6. Worked like a charm for me and I had even made changes.

    Still don’t know how to save as a child theme ;)

  7. I’ve noticed in our testing that the navigation drop downs aren’t pulling in all the styles they used to (arrow and jquery transitioning). What fix for this?

Leave a Response