Results 1 to 5 of 5

Thread: Content Slider

  1. #1
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Content Slider

    1) Script Title: Content Slider

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm

    3) Describe problem: I have tried all combinations without success and hence I am coming to you for help. I am using the auto display mode but I want the tabs to resolve to an external URL. As far as I see I can only do this in MARKUP but then it seems to only work in manual mode. Is there a way to combine MARKUp WITH AUTO MODE?



    Appreciate your assistance.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm what do you mean by "resolve to an external URL"? Whether in manual or auto mode, the pagination links when clicked on shows a particular slide, and doesn't go to an external URL. Or do you mean something else?
    DD Admin

  3. #3
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Content Slider

    Quote Originally Posted by ddadmin View Post
    Hmm what do you mean by "resolve to an external URL"? Whether in manual or auto mode, the pagination links when clicked on shows a particular slide, and doesn't go to an external URL. Or do you mean something else?
    Actually, yes. There was an example of this on the site (http://www.dynamicdrive.com/dynamici...tentslider.htm). It is the one with horses in autodisplay mode. The "tabs" were hyperlinked to actual URLs. It was the mouseover that displayed the picture and the mouse click that took you elsewhere.

    As I understand it, this is when the toc is set to "markup" and the markup must be placed between the <div id="paginate-slider1" class="pagination"></div> tags. I can put the markup there but I lose the tab effect which I like very much - when the picture changes so does the accompanying tab.

    My toc shows labels. When I attempt to include a hyperlink around each label, the JS script add a blank tab which is clickable but I want the real tab clickable.

    Does that make sense?

    Terry

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm actually in manual mode you should be able to style the pagination links just as much as you're able to in the auto mode, if not more so. The pagination DIV class name can be anything you want, ie:

    Code:
    <div id="paginate-slider1" class="myclass"></div>
    In other words, if you can style your pagination links when in auto mode, you should be able to do the same for manual instead...
    DD Admin

  5. #5
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Some things were missing from the stylesheet.

    When using labels, the script uses .paginate style in the stylesheet that comes with it. When switching to "markup" one has to replicate the .paginate style as #paginate-slider1.

    Secondly and most importantly, the link in the markup has to read class="toc" which is not in the stylesheet so I am assuming that the script brings this to life and make the markup behave like auto mode.

    Best
    Last edited by terryally; 02-06-2010 at 09:43 PM.

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
  •