Welcome to TalkGraphics.com
Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2009
    Location
    Chesterfield, MO
    Posts
    11

    Default rotate testimonials

    Anyone using any good freeware or have a solution for rotating through testimonials on your websites?

  2. #2
    Join Date
    Dec 2004
    Location
    Boston, UK
    Posts
    204

    Default Re: rotate testimonials

    Dynamic Drive has loads of free scrollers.

    Also Google "Javascript Web Scroller", works in XWD/XX5 using placeholders but it's not freeware.
    Last edited by w00dy; 07 August 2009 at 07:15 AM.
    "Second class fairway is better than first class rough!"

  3. #3

    Default Re: rotate testimonials

    Are you wanting saved testimonials to randomize on page load?
    Try this one, it's free and quite simple to use.

    Click image for larger version. 

Name:	random-testimonials.png 
Views:	188 
Size:	14.9 KB 
ID:	64619
    Attached Files Attached Files

  4. #4
    Join Date
    Jul 2009
    Location
    Chesterfield, MO
    Posts
    11

    Default Re: rotate testimonials

    looks great sledger, but it's not working on my site. www.printprodirect.net. Is there a size requirement on the box? Thanks in advance.
    Last edited by printpro; 07 August 2009 at 05:53 PM. Reason: directed

  5. #5

    Default Re: rotate testimonials

    Can you attach your .web or .xar file?
    I see nothing on your site.

  6. #6
    Join Date
    Jul 2009
    Location
    Chesterfield, MO
    Posts
    11

    Default Re: rotate testimonials

    Here's the home page.
    Last edited by printpro; 08 August 2009 at 03:38 PM.

  7. #7

    Default Re: rotate testimonials

    Your page with the randomizer works fine for me.
    Are you placing the testims.js in the root folder as explained in the file attached to my earlier post?

  8. #8
    Join Date
    Jul 2009
    Location
    Chesterfield, MO
    Posts
    11

    Default Re: rotate testimonials

    yes, just as displayed. hmmm.

  9. #9
    Join Date
    Jul 2009
    Location
    Chesterfield, MO
    Posts
    11

    Default Re: rotate testimonials

    Replacing my testims.js I created with yours, it works. Is there a length of text limit on this. My testimonials are longer and I'm assuming that's the reason they aren't working.

  10. #10

    Default Re: rotate testimonials

    No idea about any length limit, but check your lines for mistakes.
    Each entry must end with a semi-colon ;
    Also, use a <br> to create a second line for a testimonial that needs to wrap.

    Example testims.js content:

    var quotes = new Array;
    quotes.push("To wrap a line for a long quote use <br> to do so and make sure each quote line <br> ends with a semi-colon.");
    document.write(quotes[(Math.floor(Math.random() * quotes.length))]);

 

 

Bookmarks

Posting Permissions

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