Results 1 to 3 of 3

Thread: Full Page Image slideshow

  1. #1
    Join Date
    May 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Full Page Image slideshow

    1) Script Title: :: Full Page Image slideshow

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

    3) Describe problem: Building a new site and have put this on the home page. Can't get it to work. Can someone have a look and tell me where I have gone wrong. www.moorbeds.co.uk
    Last edited by Mickyboy; 05-21-2014 at 01:39 AM. Reason: Formatting

  2. #2
    Join Date
    May 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Please will someone have a look at this for me and see where I have gone wrong. It is doing my head in. It must work as it is on Dynamics website working OK. When I get it working I will be using different images.

  3. #3
    Join Date
    Aug 2009
    Location
    utf-8
    Posts
    205
    Thanks
    4
    Thanked 7 Times in 7 Posts

    Default

    One thing I noticed is the playlist.json hosted on your site, when I look at it I see
    Code:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    </head>
    <PRE>{
        &quot;playlist&quot;: [
            {
                &quot;url&quot;: &quot;img0.jpg&quot;,
                &quot;caption&quot;: &quot;A bird perching on a twig.&quot;
            },
            {
                &quot;url&quot;: &quot;img1.jpg&quot;,
                &quot;caption&quot;: &quot;Lions lounging on the grass.&quot;
            },
            {
                &quot;url&quot;: &quot;img2.jpg&quot;,
                &quot;caption&quot;: &quot;Seagulls gazing collectively.&quot;
            },
            {
                &quot;url&quot;: &quot;img3.jpg&quot;,
                &quot;caption&quot;: &quot;Snail on a table.&quot;
            },
            {
                &quot;url&quot;: &quot;img4.jpg&quot;,
                &quot;caption&quot;: &quot;A lone wolf looks on...&quot;
            }
        ],</PRE>
    <PRE>   &quot;hold_time&quot;:2,
    		&quot;loops&quot;:2,
    	 &quot;transition_time&quot;:1
    }</PRE>
    When it should be

    Code:
    {
        "playlist": [
            {
                "url": "img0.jpg",
                "caption": "A bird perching on a twig."
            },
            {
                "url": "img1.jpg",
                "caption": "Lions lounging on the grass."
            },
            {
                "url": "img2.jpg",
                "caption": "Seagulls gazing collectively."
            },
            {
                "url": "img3.jpg",
                "caption": "Snail on a table."
            },
            {
                "url": "img4.jpg",
                "caption": "A lone wolf looks on..."
            }
        ],
    
       "hold_time":2,
    		"loops":2,
    	 "transition_time":1
    }
    Also the no right click script does not work on your site, as I can still right click. Even if its to prevent people from stealing your website code, there are more than one way besides right clicking. Besides if viewing if your source was disabled we would not be able to help unless you posted the code on here
    Last edited by jscheuer1; 05-21-2014 at 02:08 AM. Reason: correct path
    An inline div is a freak of the web and should be beaten until it becomes a span

Similar Threads

  1. Replies: 1
    Last Post: 11-22-2012, 10:21 PM
  2. Replies: 3
    Last Post: 11-07-2011, 01:43 AM
  3. how to display full bg image on web page
    By ramzraja in forum CSS
    Replies: 1
    Last Post: 01-26-2011, 07:23 PM
  4. Fixed full page bg image
    By evan in forum CSS
    Replies: 1
    Last Post: 09-20-2010, 07:36 PM
  5. Thumbnail Slideshow Creator with Full Size Centered Popup Image
    By MJH in forum Submit a DHTML or CSS code
    Replies: 5
    Last Post: 10-13-2009, 03:35 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
  •