Hi,
Is it possible to have the content slider display text over top of the image?
Right now the content slider is set up to pull from a doc type that allows the user to enter a title, text, URL and upload an image. The transformation is set up as follows:
<img src="<%# ResolveUrl("~/CMSPages/GetFile.aspx?nodeguid=" + Eval("Image").ToString()) %>" width="100%"/>
<div class="imgText">
<a href="">
<p class="imgTitle"><%# Eval("Title") %></p>
<p class="imgSubtitle"><span style="font-size:14px;color:white;"><%# Eval("Copy") %></span></p>
</a></div>
However, when we view the page, the image is smaller and there is no text. I viewed the source and I can see the text in the source. I noticed this happening with the Kentico Corporate site. In the web parts > examples > Listing and Viewers > documents the transformation is set up to use the news summary but the news summary never displays. And again, when I view the source I can see the news summary printed out.