Taylor
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Colorbox] jQuery Colorbox, WP 3.0.1In case anyone finds this via Google, the most recent version of this plugin no longer has this problem.
Forum: Plugins
In reply to: [Mobile theme switch] [Plugin: Mobile theme switcher] PermissionsThe problem is with the plugin. Open mobile-theme-switcher.php. Towards the bottom (should be line 109) find the line
add_theme_page("Mobile theme switch", "Mobile theme switcher", 1, "Mobile theme switcher", "mts_show_admin");and change it to
add_theme_page("Mobile theme switch", "Mobile theme switcher", 1, "mobile-theme-switcher", "mts_show_admin");Forum: Plugins
In reply to: [jQuery Colorbox] jQuery Colorbox, WP 3.0.1Ha, that’s actually where I found that workaround. It would be great if that could be fixed, though.
Forum: Plugins
In reply to: [jQuery Colorbox] jQuery Colorbox, WP 3.0.1o yea, i fixed it, sorry. i was dequeueing jquery, creating a new script that linked to google’s hosted jquery and then enqueueing that. it works just fine on every site i’ve done (many), but for some reason this plugin doesn’t like it. so i just commented that whole bit out. thanks for checking for me though.