We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 1454
    • 11 Posts
    I installed SimpleSlideShow and all is well till I added more than one instance to my page. Now the first instance is showing all the folders contents and the other two instances are showing one static photo from their respected folders.
    How can I make more than one instance work?

    I changed in the snippet file:
    $path = "assets/images/rotate/$folder/";

    and an example snippet call is:
    [!SimpleSlideShow?&folder=`rotate_cabo` &interval=`5` &width=`267` &height=`200`!]

    Thanks..
      Knowledge is power...ignorance is bliss.
      • 7455
      • 2,204 Posts
      I made a brand new version that uses mootoools to generate nice slide show that also works in FF that can be called as often as you like.

      I will post this when I have time to add some explenaition. or pm me if you want the raw files now
        follow me on twitter: @dimmy01
        • 7455
        • 2,204 Posts
        There is a new version in development that you could test:

        http://modxcms.com/forums/index.php/topic,21962.0.html
          follow me on twitter: @dimmy01
          • 22058
          • 8 Posts
          Quote from: robbieh at Mar 08, 2007, 04:29 AM

          Hi,

          In my case it is also not working. I placed the slides.js in the js folder.
          Detail: my Modx is not running from the root in IIS but in a subfolder called test. So
          I modified the path var in the snippet pointing to "/test/assets/images/$folder". This
          is also done for the slides.js file location, modified it in the snippet to "/test/assets/js/slides.js".

          The snippet call is: [[SimpleSlideShow?&folder=`slideshow` &interval=`5`]]

          If I look in the outputted html page, I don’t see any reference to this snippet...

          I am kinda stuck right now, have no idea where to look now...

          Is there anybody who has a working SimpleSlideShow or can point me in the right direction to
          solve this ofcourse little problem undecided?

          Tnx.
          Robbie


          Hi there!

          I had trouble getting this to work to and if turns out it was just something SO SIMPLE!

          in the example it says to call:

          [!SimpleSlideSHow?&folder=`slide` &interval=`5` &width=`600` &height=`400`!]


          but! what you need to make sure of so that it works it that "SimpleSlideSHow?" and "&folder" has a space between! so:

          [!SimpleSlideSHow? &folder=`slide` &interval=`5` &width=`600` &height=`400`!]


          That was the only thing that wasn’t working for me!
          I hope this helps someone.
          smiley
            • 9110
            • 4 Posts
            wink thanks ohmy
            - the devil is in the details
              • 15976
              • 44 Posts
              Is it possible to link each image within the slide show to a different website? If so, how can I do this?
                • 7455
                • 2,204 Posts
                thats not possible atm, it would take some more javascript and some extra info (link adres) to be used that is not simple anymore (atleast not for me)
                  follow me on twitter: @dimmy01
                  • 10313
                  • 375 Posts
                  Quote from: kittie at Jul 26, 2009, 05:40 PM

                  Is it possible to link each image within the slide show to a different website? If so, how can I do this?

                  I once did this using ditto with appropriate templates. Completely without SimpleSlideShow, just using the JS code from it.

                  Martin
                    • 8311
                    • 25 Posts
                    Hi,
                    Got it working easily... Thanks for a simple snippet!
                    How hard would it be to make the images fade transition?
                    Anyy suggestions would be much appreciated!

                    Thanks!!!