We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10076
    • 1,024 Posts
    Hi,

    I tried that to (did not work), but in that posting he does more then just setting the.
    smoothgallery_carouselHorizontal='false'

    Did you try the script he adds in the html?
    Would be nice to get that up and running.

    fr
      • 4966
      • 143 Posts
      The script is being set in another file. I’ve started a new post for a vertical external carousel.
        • 4429
        • 429 Posts
        Managed to get a test gallery working but the opacity on the carousel is just 0.2 i need this much higher but am not 100% sure where to change it. The only thing I could find was thumbIdleOpacity: 0.2 in jd.gallery.js, but that didn’t have any affect.
          • 10076
          • 1,024 Posts
          Hi,

          I tried following, however that did not work, possibly because that should be set somewhere in the maxigallery.php

          http://smoothgallery.jondesign.net/forums/viewtopic.php?id=246

          Maybe with this threat someone else could intgrate that in MG?

          Best, Frank.
            • 4429
            • 429 Posts
            Does anyone else’s carousel scroll at all? I only want to show 4 thumbnails under my main image, but I hneed the carousel to scroll to show the additional thumbnails.
              • 25803 ☆ A M B ☆
              • 721 Posts
              Quote from: x0149128 at Nov 26, 2009, 10:47 AM

              Managed to get a test gallery working but the opacity on the carousel is just 0.2 i need this much higher but am not 100% sure where to change it. The only thing I could find was thumbIdleOpacity: 0.2 in jd.gallery.js, but that didn’t have any affect.


              Try this in your MaxiGallery snippet call:

              &smoothgallery_thumbIdleOpacity=`1`
                • 10076
                • 1,024 Posts
                In the sticky s there is this linkk:

                http://modxcms.com/forums/index.php/topic,37256.0.html
                  • 12379
                  • 460 Posts
                  Last you should create a chunk or insert directly in your template the following. This is containing the info zone

                  
                        <div class="info">
                        <div id="myInfoContainer" class="jdGallery"></div>
                        </div>


                  Not clear on this instruction - assume I simply paste it on the page somewhere - below the MaxiGallery call?
                    Mostly harmless.
                    • 23299
                    • 1,161 Posts
                    That code is CSS which gets added to the CSS file...
                      • 12379
                      • 460 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.

                      This worked for me after stuffing around for quite a while - it should be added to the initial documentation.
                        Mostly harmless.