Hi,
I noticed some users have been able to use the the DNN Widget Suite carousel module with Ventrian News Article to create a rotating article module.
I've tried creating my own template, adding
<div class="contentslider">
<div>
to the top of the list.item.html template
and
</div>
</div>
to the bottom, and adding:
<object id="wgtcarouFredSel" codetype="dotnetnuke/client" codebase="WillStrohl.Widgets.carouFredSel" declare="declare">
<param name="wrapper" value=".contentslider" />
<param name="direction" value="right" />
<param name="sliderSpeed" value="4500" />
<param name="itemHeight" value="300px" />
<param name="itemsVisible" value="1" />
<param name="carouselType" value="1" />
</object>
To the header settings tab for the module, but it does not display properly.
Has anyone gotten this to work for them?
I am using DNN 6.2 and downloaded the latest DNN Widget module.
PS. Anyone know why the dnnwidgets.com is not resolving?
Thanks in advance,
Dan