Results 1 to 7 of 7

Thread: Coin-slider

  1. #1
    Join Date
    Jul 2011
    Posts
    113
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default Coin-slider

    I am trying to use coinslider for a website. I am building in DW and when I preview all I get are stacked images... The slider does not initiate.

    Here is my code (div) for the slider

    HTML Code:
    <div id="coin-slider"><img src="images/slider1.jpg" alt="slide1" /><img src="images/slider1.jpg" alt="slide2" /><img src="images/slider1.jpg" alt="slide3" /><img src="images/slider1.jpg" alt="slide4" /><img src="images/slider1.jpg" alt="slide5" /></div>
    		</div>
    and here is where I call the js and css:
    Code:
    <link rel="stylesheet" href="coin-slider-styles.css" type="text/css" />
    Code:
    <script type="text/javascript" src="jquery-1.4.2.js"></script>
    <script type="text/javascript" src="coin-slider.min.js"></script>
    <script type="text/javascript">
    	$(document).ready(function() {
    		$('#coin-slider').coinslider();
    	});
    </script>
    What am I missing?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Since this could be a conflict with another script, you should post a link to the page.
    Daniel - Freelance Web Design | <?php?> | <html>| espaņol | Deutsch | italiano | portuguęs | catalā | un peu de franįais | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    And, preview the page in the browser, not DW. Some scripts have to be live to work though.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Jul 2011
    Posts
    113
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    Here is the link and (my apologies) I have tinkered with the original code I posted... I'm just pulling at wires, here, though.

    http://richieadams.com/

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There could also be other problems but the highlighted style and scripts are all 404 Not Found:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script type="text/javascript" src="jquery-1.4.2.js"></script>
    <script type="text/javascript" src="coin-slider.min.js"></script>
    <link href="css/styles.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="coin-slider-styles.css" type="text/css" />
    </head>
    If they are on the server, correct the paths to them in your code. If not, upload them to the paths indicated.

    Also I don't see any:

    Code:
    <script type="text/javascript">
    	$(document).ready(function() {
    		$('#coin-slider').coinslider();
    	});
    </script>
    You would need that.

    And since you say you've benn messing around with this. If you've edited the coin-slider.min.js script or the coin-slider-styles.css files, best to revert them to their originals.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Jul 2011
    Posts
    113
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    I have reloaded and still have stacked images... I am needing to do this quickly (for my boss :/) so I may be trying another slider, soon.

  7. #7
    Join Date
    Jul 2011
    Posts
    113
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    I ultimately went through rslider for the image slider... stay tuned, I may need help with a floatbox video.

Similar Threads

  1. Featured Content Slider. Youtube video donīt stop when slider changes
    By Vlack in forum Dynamic Drive scripts help
    Replies: 7
    Last Post: 06-15-2011, 09:54 AM
  2. slider
    By silver163 in forum JavaScript
    Replies: 0
    Last Post: 10-30-2009, 03:59 AM
  3. Featured Content Slider: slider on top of slideshow
    By chechu in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 07-20-2009, 06:03 PM
  4. Featured Content Slider v2.4 - one slider with several paginate-slider
    By beathead in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 08-05-2008, 09:05 AM
  5. Featured Content Slider v2.0 - slider height fixed ?
    By ptengler in forum Dynamic Drive scripts help
    Replies: 8
    Last Post: 06-26-2008, 07:59 AM

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
  •