This question may be related to a resolved thread.
Hello all,
I’m have troubles with my Nivo Slider. My images are displaying and I have some accompanying text I want to display for each featured item in the slider, as you can see it here: http://cl.ly/010K0d1u3H2N461H0p0o . Problem is the text flashes like it’s change but instead I just see the same title (which is the address) even though the image is changing.
Here my code:
<div id="featured">
<div id="slider-wrapper">
<div id="slider" class="nivoSlider">
{exp:channel:entries channel="rental_properties" dynamic="no" status="featured property" disable="categories|member_data|category_fields|member_data|pagination"}
<div id="portfolio" class="nivoSlider">
<ol>
{property_images}
<li>{exp:imgsizer:size src="{image}" alt="{title}" width="578px" height="316px" title="#htmlcaption"}</li>
{/property_images}
</ol>
</div>
<div id="htmlcaption" class="nivo-html-caption">
<div class="property_info">
<h5 class="red">{title}</h5>
<ul>
<li><strong>Location:</strong> West</li>
<li><strong>Property Type:</strong> Apartment</li>
<li><strong>Bedrooms:</strong> 1 - 3</li>
<li><strong>Bathrooms:</strong> 1 - 2</li>
<li><strong>Monthly Rent:</strong> $599.00 - $999.00</li>
</ul>
</div>
<a href="http://%22class=%22learnmore" title="" class="learnmore"></a>
</div>
{/exp:channel:entries}
</div>
</div><!-- END SLIDER-WRAPPER -->
</div><!-- END FEATURED -->any ideas why it’s pulling the images that ‘featured property’ but not the title (address)?