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

    According to jd.gallery.transitions.js the options for transitions are fadeslideleft, continuoushorizontal, and continuousvertical. When I specify the transition in my MG call, continuoushorizontal seems to works fine but fadeslideleft does not... Any ideas?
      Nick Hoag
      Creative Partner
      The FutureForward

      http://thefutureforward.com
      • 7923
      • 4,213 Posts
      not really, do you have a link to demo page where it’s set up?


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 23849
        • 223 Posts
          Nick Hoag
          Creative Partner
          The FutureForward

          http://thefutureforward.com
          • 7923
          • 4,213 Posts
          That uses the continuoushorizontal transition, do you have the fadeslideleft transition set up in any page?

          btw, firebug gives me one js error on that page..

          EDIT: you have mootools library included twice on your page..
          EDIT2: and they are different versions.. you might want to use &disable_js_libs parameter in MaxiGallery and include just one MooTools manually to your site template <head>.


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."
            • 5340
            • 1,624 Posts
            Consider the following:

            Remove line

            $modx->regClientStartupScript($modx->config[’base_url’] . MAXIGALLERY_PATH . ’js/mooSortables.js’);

            from maxigallery.php

            Add to

            <script type="text/javascript" src="/assets/snippets/maxigallery/js/mooSortables.js"></script>

            to draggabletpl.html

            This helps when I use other libraries like jquery. I was having js errors on the "manage pictures" pages

            Thx
              • 449
              • 14 Posts
              Hey Doze. Did you get a chance to add Picture Tagging to Maxigallery yet, of so where can I find some documentation on it?
                • 23849
                • 223 Posts
                Quote from: doze at Jun 22, 2009, 04:07 PM

                That uses the continuoushorizontal transition, do you have the fadeslideleft transition set up in any page?

                btw, firebug gives me one js error on that page..

                EDIT: you have mootools library included twice on your page..
                EDIT2: and they are different versions.. you might want to use &disable_js_libs parameter in MaxiGallery and include just one MooTools manually to your site template <head>.

                Hi Doze,

                Good call on the manual mootools inclusion - I’m gonna give that a try when I get a free moment. I think it’s including two because I have two instances of maxi on one page. Thanks for the tip!
                  Nick Hoag
                  Creative Partner
                  The FutureForward

                  http://thefutureforward.com
                  • 7923
                  • 4,213 Posts
                  Quote from: Addgod at Jun 25, 2009, 04:04 AM

                  Hey Doze. Did you get a chance to add Picture Tagging to Maxigallery yet, of so where can I find some documentation on it?
                  No.. and I won’t be adding that feature. You can use &customFields parameter to create extra field to hold the tags. If you want to filter thumbnails based on the tags, you need to do an extra snippet that finds the picture ids with certain tags and run it in &pic_query_ids parameter.

                  Quote from: presson83 at Jun 25, 2009, 06:51 AM

                  I think it’s including two because I have two instances of maxi on one page. Thanks for the tip!
                  Yes, one is from slimbox and other one from smoothgallery. I don’t remember if the versions that MaxiGallery uses can run with the same MooTools version though..


                    "He can have a lollipop any time he wants to. That's what it means to be a programmer."
                    • 10076
                    • 1,024 Posts
                    Hi,

                    I noticed that the infoslide zone did not run on my page using external caroussel. Found a solution on Jon s forum.
                    In jd.gallery.js change this:

                    It is fixed by changing the following line (306 or 307) from:

                          if (this.options.showCarousel)


                    to:
                            if (this.options.showCarousel && !this.options.useExternalCarousel)


                    Works for me.
                      • 3325
                      • 21 Posts
                      Hey,

                      I have a tiny problem with maxigallery, i thought i would post it here. i am using the new 0.6.

                      [+maxigallery.pageinfo.introtext+] does not display anything for a gallery that has something in the introtext field, although it displays all other fields like pagetitle, id, etc.

                      [*introtext*] displays the correct information.

                      am i the only one experiencing this?

                      thanks!