My sidebar shortcodes were working BEFORE I installed WordTube and they all stopped working AFTER the installation.
It could have been something else I did but the fix for me was to enter the following into functions.php:
add_filter(‘widget_text’, ‘do_shortcode’);
Used this plugin on all my sites for quite some time but one site will not update / create the sitemap file(s). Tried all the chmod stuff and inserted blank sitemap files with 777 access in the root directory but no joy. Played around with the .htaccess file too.
If fails on manual and automatic builds. Using latest version of plugin and WP 3.0.1 with default theme (and no mods). Site is at cyprus-apartment-rentals.co.uk
Paul