I’ve activated the plugin, but there are no widgets showing so I can’t add them to my sidebar.
]]>I’ve made a minor change to get it working with WordPress 3.5.1:
https://github.com/aramkocharyan/nkthemeswitch
Thanks for the great plugin!
]]>Unless you’re a site admin, the tool is not available.
Thanks.
]]>Hi there,
I would find it useful to be able to allow certain user roles to change themes. There could be a multiple select or checkbox area in the admin to choose the allowed roles…
How can I keep my current widget configuration on switching themes? As soon as I switch themes the widgets go to default widgets. I tried widget saver plugin, but that did not help either.
Any ideas?
I installed and enabled the plugin, but under:
Who can switch themes
and
Who can see the widget
there isn’t anything available to select. Also, when I click on a theme at the bottom, it just opens up the page with the default theme loaded. Any ideas?
]]>Here are a couple of fixes you might want to include in the next release to avoid throwing “deprecated” notices from your plugin.
widget.php line 8
Error: Use wp_register_sidebar_widget() instead. Deprecated in version 2.8.
– replace register_sidebar_widget with wp_register_sidebar_widget
inc/admin.php line 7
Error: Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. Deprecated in version 2.0.
– replace the 10 constant with ‘manage_options’
regards.
]]>Hi,
How can I set the size of Screenshot?
Any trick, something like this? [nkthemeswitch mode=”screenshot” width=”250″ height=”250″ addname=”yes”] but this isn’t work :-S
Does not work with WP Super Cache enable.
What do I do?
Thanks