We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4966
    • 143 Posts
    Forgot the link:

    http://208.106.214.149/thedeckhands/index.php?id=3

    I did use the latest version of Maxigallery, 0.6?. I went back and read this topic again. If I set &smoothgallery_useExternalCarousel=`false` I do get the pics and infopane.

    thanks
      • 10076
      • 1,024 Posts
      Hi,

      still get a loading bar here, nothing showing. Let me know if I can help.
      However I am not a coder, so if you are, you can probably find a solution better then me,
      (sounds like terrible english but you catch what I an trying to say)

      fr.
        • 25803 ☆ A M B ☆
        • 721 Posts
        Quote from: charlie-imac at Sep 13, 2009, 05:25 PM

        Forgot the link:

        http://208.106.214.149/thedeckhands/index.php?id=3

        I did use the latest version of Maxigallery, 0.6?. I went back and read this topic again. If I set &smoothgallery_useExternalCarousel=`false` I do get the pics and infopane.

        thanks

        This happened to me the first time I used this setup as well. I resynched the gallery in question and if I recall correctly, I even then went and deleted all the images via the MaxiGallery form and then reuploaded them and the problem went away. In other words, I don’t know how or why, but doing that fixed it.
          • 4966
          • 143 Posts
          thanks. I try looking again when I feel better. Think I’m getting the flu and was trying to finish this site off before I felt worse. Still thanks for documenting this. I see other have gotten this to work. I’m sure it’s something I’m doing or not doing.

            • 4966
            • 143 Posts
            Thanks, I did resynch the gallery, deleted all the images, and uploaded the images again. Still didn’t sort itself out here. It’s throwing two javascript errors.
              • 10076
              • 1,024 Posts
              Hi,

              are you asigning more than (then) one javascripts there (like mootools) if I remember well, you should then exlude one of them. That is well documented here in the MG forum. But first get rid of that flue, chances you find the solution to that problem are much higher. Post it here okay?

              Frank.
                • 7923
                • 4,213 Posts
                You are using &smoothgallery_carouselElement=`carousel` &smoothgallery_useExternalCarousel=`true` in MaxiGallery snippet call.

                That means that you have to do an element to your page with id attribute set to "carousel" and smoothgallery will place the carousel there. So add <div id="carousel"></div> to your page.

                Your scrolling js seems to also conflict with smoothgallery / mootools, so you may need to remove that.


                  "He can have a lollipop any time he wants to. That's what it means to be a programmer."
                  • 4966
                  • 143 Posts
                  Thanks. Added div carousel and it sorted by javascript errors. The scrolling js is part of the carousel code from smoothgallery.

                  I have another question? Should I post this as a new post? It regarding how to have a vertical carousel. I’ve changed up maxigallery.php and set horizontal carousel to false and also passed it in as a parameter. When I view source on the generated page it list the variable as false but I still have a horizontal scroller.
                    • 10076
                    • 1,024 Posts
                      • 4966
                      • 143 Posts
                      Thanks. I did see that and did set the horizontal to false but it doesn’t change the carousel to vertical.