Results 1 to 1 of 1

Thread: Templates release for November at IndexUTemplates.com

  1. #1
    maulana's Avatar
    maulana is offline Super Moderator
    Join Date
    Jul 2008
    Posts
    117

    Default Templates release for November at IndexUTemplates.com

    Nicecoder is proud to announce that Novi template has been released for november mounth at indexutemplates.com.

    Name : Novi Theme
    Description : Fixed width with two column layout and image content slideshow
    Demo : Novi Theme Demo


    How to add slideshow image :

    Novi theme has a new slideshow block feature. This steps will show you how to setup slideshow in Novi theme.

    - 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 :
    HTML Code:
    <img src="<%$tpl_base%>/timthumb.php?src=<%$image%>&amp;w=580&amp;h=260&amp;zc=1" alt="<%$title%>" title="<%$title%>"  rel="<h3><%$title%></h3><%$description%>"/>
    change <%$image%> variable with your own, for example, you have image custom field and field name is "my_image"

    so you need to change code like this :
    HTML Code:
    <img src="<%$tpl_base%>/timthumb.php?src=<%$my_image%>&amp;w=580&amp;h=260&amp;zc=1" alt="<%$title%>" title="<%$title%>"  rel="<h3><%$title%></h3><%$description%>"/>
    Please see blocks/block.new_and_updated_listing.html and blocks/block.new_and_updated_listing_rows.html for detail structur of slideshow.

    The template now can be downloaded at indexutemplates
    Attached Images Attached Images
    Last edited by maulana; 11-25-2009 at 11:04 PM.

Similar Threads

  1. Templates release for October at IndexUTemplates.com
    By maulana in forum Indexutemplates
    Replies: 3
    Last Post: 11-08-2009, 05:30 PM
  2. Replies: 2
    Last Post: 09-15-2009, 12:41 AM
  3. Templates release for August at IndexUTemplates.com
    By maulana in forum Indexutemplates
    Replies: 7
    Last Post: 09-02-2009, 02:22 AM
  4. Templates release for july at IndexUTemplates.com
    By maulana in forum Indexutemplates
    Replies: 2
    Last Post: 07-29-2009, 04:06 PM
  5. Templates release for june at IndexUTemplates.com
    By maulana in forum Indexutemplates
    Replies: 1
    Last Post: 06-26-2009, 11:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •