Results 1 to 4 of 4

Thread: How to link directly to content in Content Slider v2.4

  1. #1
    Join Date
    Sep 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to link directly to content in Content Slider v2.4

    1) Script Title: Content Slider

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

    3) Describe problem: From within the slider you can click the links to view the content - but how can I externally link to specific content. So say on the 2nd example I want to link to the "ocean" slide from another website. How could I go about doing this?

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

    Default

    Have you looked at the section on selecting a particular slide using the URL parameter option: http://www.dynamicdrive.com/dynamici...er.htm#jumpto2
    DD Admin

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

    Default targeting a specific slide

    Hi there, I've read this post and the documentation over and over but I can't seem to make it work.
    This is the code in my link page:

    <a href="drawings/dynamic.html?canadaprovinces=39">to slide 39</a>



    This is the code in the slider page (dynamic html):

    <div id="p-select" class="glidecontenttoggler">
    <a href="#" class="prev">Prev</a>
    <a href="#" class="toc">1</a>
    <a href="#" class="toc">2</a>
    <a href="#" class="toc">39</a>
    <a href="#" class="next">Next</a>
    </div>

    <div id="canadaprovinces" class="glidecontentwrapper"></div>


    This is the code in the external content page:


    <div class="glidecontent">
    <img src="../beeld/drawings/13.jpg" width="700" height="829" style="float: left; padding: 5px" />
    Text
    </div>

    <div class="glidecontent">
    <img src="../beeld/drawings/14.jpg" width="700" height="829" style="float: right; padding: 5px"/>
    Text
    </div>
    </div>

    The other code :

    <a href="javascript:featuredcontentglider.jumpTo('canadaprovinces', 39), target=drawings/dynamic.html"> to slide 39 </a>

    I know its not correct but I dont know what the proper script should be.

    Could you let me know what I am doing wrong? Thanks a lot for this great script..if I could get it working it would be great.

    kind regards,
    Lisa

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

    Default

    Lisa, please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

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
  •