Results 1 to 8 of 8

Thread: [Tutorial] How to activate slidehow in indexu 2

  1. #1
    pungky's Avatar
    pungky is offline Super Moderator
    Join Date
    Mar 2009
    Posts
    143

    Default [Tutorial] How to activate slidehow in indexu 2

    Since indexu deluxe 2, indexu introduces slideshow. The default theme (komet) and some themes from indexutemplates.com now support it. To activate it you need to create image custom field first.

    Here the steps how to activate slideshow.

    1. Enter indexu admin panel
    2. Click custom field menu under Link menu

    3. In the custom field page you need to enter 'image' in field and choose IMAGE in type. For the rest you can enter anything you want. Then click Add Field button after you finish.



    -- Finish ---

    To test it, you need to add or edit your listing then add an image to the listing.

    Note:
    At the moment, the slideshow is displayed based on the new and updated listing, Next, we will make some improvement.
    Attached Images Attached Images

  2. #2
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Nice pungky!!! Thanks for making this! I'm sure alot of new users will find this very handy
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Did anyone ever find a way to make the slideshow work with a third party thumbnail site?
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  4. #4
    pungky's Avatar
    pungky is offline Super Moderator
    Join Date
    Mar 2009
    Posts
    143

    Default

    Quote Originally Posted by FSGDAG View Post
    Did anyone ever find a way to make the slideshow work with a third party thumbnail site?
    Here I try to integrate with thumbshot [the problem I found is the size is too small]. I use komet theme here.

    1. Download the block
    2. Upload the file
    3. Open themes/komet/index.html and edit the slideshow block
    find [arround line 14]
    HTML Code:
    <%block_slide max_item="5"%>
    replace with
    HTML Code:
    <%block_slideshow_custom max_item="10"%>
    4. Open themes/komet/style.css, you need to adjust the size.
    find
    HTML Code:
    .stepcarousel{
      position: relative; /*leave this value alone*/
      overflow: scroll; /*leave this value alone*/
      width: 98%; /*Width of Carousel Viewer itself*/
      height: 200px; /*Height should enough to fit largest content's height*/
      margin: 5px;
    }
    replace with
    HTML Code:
    .stepcarousel{
      position: relative; /*leave this value alone*/
      overflow: scroll; /*leave this value alone*/
      width: 98%; /*Width of Carousel Viewer itself*/
      height: 100px; /*Height should enough to fit largest content's height*/
      margin: 5px;
    }
    find
    HTML Code:
    .stepcarousel .panel{
      float: left; /*leave this value alone*/
      overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
      margin: 10px; /*margin around each panel*/
      width: 254px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    }
    replace with
    HTML Code:
    .stepcarousel .panel{
      float: left; /*leave this value alone*/
      overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
      margin: 10px; /*margin around each panel*/
      width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    }
    Finish

    Don't forget to add this code in your footer if you use thumbshots
    HTML Code:
    <a href="http://www.thumbshots.com" target="_blank" title="Thumbnails Previews by Thumbshots">Thumbnails powered by Thumbshots</a>
    -----------------

    If you know any other 3rd party thumbnail generator please let me know.
    Attached Files Attached Files

  5. #5
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    How about with this service :

    PageGlimpse.com - easy website thumbnails
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  6. #6
    dochlaggie is offline License Owner
    Join Date
    Jul 2009
    Posts
    94

    Default

    HELP,

    I have tried to get the slideshow working. It seems to be activated. I added 2 images to one of my listings and now only have a small red cross showing instead of the image?

  7. #7
    ezykiwi is offline Active Member
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    do you have a link to a example of this ? sounds like its just got the wrong path to the images

  8. #8
    dochlaggie is offline License Owner
    Join Date
    Jul 2009
    Posts
    94

Similar Threads

  1. Paypal Payment Feature will no Activate!
    By jamesst in forum INDEXU DELUXE v1.x
    Replies: 2
    Last Post: 11-04-2009, 11:35 PM
  2. PR_Loader tutorial
    By aljoe817 in forum Tutorials, Hints & Tips
    Replies: 3
    Last Post: 02-27-2008, 10:24 PM
  3. How to activate search on the web?
    By jromano in forum v5.x
    Replies: 12
    Last Post: 07-16-2007, 04:11 AM
  4. Tutorial 5.0.1 ???
    By troller in forum v5.x
    Replies: 7
    Last Post: 03-04-2006, 10:56 AM

Tags for this Thread

Posting Permissions

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