I'm using the Avisio theme and recently decided to create a sidebar widget that would display a stream of videos from Vimeo. I duplicated the sidebar_news.php and renamed it sidebar_vimeo.php. Then replaced all the class names and widget registration methods with custom names... then added the new widget in the functions.php
$autoload['widgets'] = array('sidebar_news','sidebar_vimeo');
When I went into Wordpress to add the new widget to a page to test it out... I found something interesting. All the instances of Sidebar News has been replaced by the new Vimeo Sidebar widget. I double checked to make sure I had replaced 'kriesi_sidebar_news_widget' with 'vimeo_widget' everywhere in the theme, so I'm not sure what is going on.
I found a similar thread on the support forum about using the Sidebar News widget for Portfolio items... and it appears that I've done everything instructed in there. So my questions are... why did the "Avisio Sidebar News" widget get replaced with my "Vimeo Sidebar" widget? Why don't they both show up?














