Nicecoder is proud to announce that third template for December month has been released at indexutemplates.com.
Name : Next
Description : Clean and modern Indexu template
Demo : Next Demo
How to add slideshow image :
Next has a new slideshow block feature. This steps will show you how to setup slideshow in Next template.
- Add new image custom field from admin panel, named it with "image"
- Add / update some links
- Add image to the listing
The slideshow images will be resized automatically to fit to the width of the slideshow, so, you don't need to worry when uploading a large image.
Note :
If you using different name for image custom field, so you need to edit blocks/block.new_and_updated_listing_rows.html
find this code :
change <%$image%> variable with your own, for example, you have image custom field and field name is "my_image"HTML Code:<img src="<%$tpl_base%>/timthumb.php?src=<%$image%>&h=174&w=279&zc=1" alt="<%$title%>" title="<%$title%>" rel="<h3><%$title%></h3><%$description|substr:0:80%>"/>
so you need to change code like this :
Please see blocks/block.new_and_updated_listing.html and blocks/block.new_and_updated_listing_rows.html for detail structur of slideshow.HTML Code:<img src="<%$tpl_base%>/timthumb.php?src=<%$my_image%>&h=174&w=279&zc=1" alt="<%$title%>" title="<%$title%>" rel="<h3><%$title%></h3><%$description|substr:0:80%>"/>
The template now can be downloaded at IndexUTemplates :: A Membership Site for Indexu Templates


LinkBack URL
About LinkBacks
