Support » Plugin: WP Facebook Timeline (MF Timeline) » Quick fix for WordPress 3.5 & MF-Timeline breakage

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Davis!

    Which file and lines did you edit?

    Thanks!

    I am not a wordpress expert, but just bumping the jquery-ui version in class-mf-timeline.php did the trick for me.

    Replaced

    wp_register_script( 'jquery-ui', ("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"), false, '1.8.16' )

    with

    wp_register_script( 'jquery-ui', ("https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"), false, '1.9.2' )

    and that was it.

    Thanks, deas0815! Unfortunately this didn’t work for me 🙁

    This plugin is quite essencial for me. Any other suggestions?

    Thanks @deas0815!

    Swapping out the jquery-ui version did the trick for me as well.

    Thanks for the fix @deas0815!

    I had accidentally deleted a ‘;’… Tried again and now it does work!

    Cheers, deas0815!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Quick fix for WordPress 3.5 & MF-Timeline breakage’ is closed to new replies.