Not sure what I'm doing wrong… but when I try to load the page with the widget ine sidebar… most of the page loads, but don't get anything in the sidebar… and takes several minutes for the page to load. When I remove [wpv-view name="news-items-categories"] from the code below, the page loads fine. So something not right with the code. The page is here: http://cbit.org/in-the-news/. Thoughts? Thanks
[wpv-layout-start]
[wpv-items-found]
<!– wpv-loop-start –>
<ul>
<wpv-loop>
<li>[wpv-view name="news-items-categories"]</li>
</wpv-loop>
</ul>
<!– wpv-loop-end –>
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]<strong>No items found</strong>[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]