We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7841
    • 13 Posts
    Sorry for my English
    I have a problem with my galleries. When I am creating gallery with this snippet call

    <div>[!MaxiGallery?
    &display=`embedded` &order_by=`filename` &order_direction=`ASC` &embedtype=`slidebox` &pics_per_page=`32` &pics_per_row=`4` &max_thumb_size=`180` &max_pic_size=`0` &thumb_use_dropshadow=`1`
    &pic_use_watermarks=`0` &lang='ru'!]</div>
    <div style="position: absolute; right: 20px; bottom: 20px;"><a href="[~51~]">Back</a></div>
    


    all seems to be good. But few minutes afterward, shit happens! When I am clicking on thumbnail, fullscreen image is opening. When I am clicking on this image, gallery close (exiting from fullscreen mode) instead show me next image. Caching the page is turned off. Please help!

    http://www.parnasmoto.ru/fg_sergey_archive - here are sample (but sometimes it works, for example if I clear cache or if i delete gallery and create it again).
    or may be this http://parnasmoto.ru/ad_moose_handguard
      From Russia with love
      • 7923
      • 4,213 Posts
      works fine for me.. If you click the images before the page has fully loaded, then it can / will open the images in a new browser window, because the javascript isn’t fully loaded. You could go around this by implementing a javascript that will show the thumbnails only after the page has been fully loaded.

      The slidebox needs an xml for the next / prev links to render and work.. the xml is created when the "save changes" button is clicked in the picture management and slidebox parameter is in use.. So if you haven’t been in the picture management after you have enabled slidebox, go there and hit the save changes button.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 7841
        • 13 Posts
        Thank you, will try this
          From Russia with love
          • 7841
          • 13 Posts
          Sorry, it’s not work. I noticed that when this problem begins in one gallery, other galleries stop working too. I compared gallery.xml of working gallery and not working - absolutely identical. When I delete snippet call from page, save page, load page in other window, again insert snippet call and save page - all start work fine. Other people complain about it too. Later I will show screenshots of this problem
            From Russia with love
            • 7923
            • 4,213 Posts
            I would suggest to use some of the other display types, such as slimbox that are more recent.. slidebox is a very old script and it could have problems with the newest browsers. Or you could implement an embedded display type your self for some other script. MaxiGallery wiki has a guide how to set up thickbox for example.


              "He can have a lollipop any time he wants to. That's what it means to be a programmer."