custom static block widget not displaying in any frontend pages - Magento
magento, magento-1.7
Solution
I found the issue what stopped from displaying the widget in front end pages. Design Package/Theme should be default/default while creating the widget instance. Modifying the theme to default/default package, the widget displays in all pages.
Problem
In magento admin section, i have created a static block and added content into it. Then created a widget instance and selected this static block. And in layout update, i selected this widget to display on all pages with right column and in all product types, product view extra hint. But, the widget is not appearing in any of the pages. May i know what the issue is for not displaying the widget. Thanks.