WordPress 3.6 (JQuery UI 1.10.2/10.3 incompatability fix)
-
Hey, the upgrade to WordPress 3.6 will break this plugin. WordPress 3.6 uses JQuery UI 1.10.3, which has two important changes:
1) You must use the 1.10.3 version of the CSS files
2) There is no more “base” theme. To keep using the base theme, select the “Smoothness” theme – it’s the same theme.To make this plugin work with WordPress 3.6, replace this line:
$jquery_css_base = ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/’.$jquery_theme.’/jquery-ui.css’;
With this:
$jquery_css_base = ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/’.$jquery_theme.’/jquery-ui.css’;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WordPress 3.6 (JQuery UI 1.10.2/10.3 incompatability fix)’ is closed to new replies.