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

    your code didn’t do the trick for me. Can you display photos in the lightbox even if they are stored in subfolders? In the German Forum I was told that there is probably a problem with */* and css-selectors. I’m no coder so I don’t know how to fix it. Help would be great.
      • 19579
      • 51 Posts
      How to: Changing the thumbnail:
      I found a way to change the thumbnail, it’s the most beautiful way but it works. In the core.php file you will find the following on line 52:
      <img src="assets/images/<?=$folder?>/<?=$v?>" alt="" />


      I added some styling to this to change the size:
      <img src="assets/images/<?=$folder?>/<?=$v?>" alt="" style="border:0px;width:80px;height:80px;"/>


      So it crops the images, as I said, not beautiful but it does the job.

      Help needed: More than one gallery on a page
      I want to add more than one gallery to a page, this results in a completely empty blank page, not even any html. How can I add two or more of those galleries?
        • 21184
        • 1 Posts
        Hello!

        I dont get it to work! The title displays, but no photos. Havde done according to the readme.txt.

        I dont get this: (in embed TinyMce -> click insert picture icon -> Image url -> Browse)
        What shall I do?


        Im using MODx Revolution 2.0.7-pl trad
          • 1783
          • 23 Posts
          Quote from: frenchman78 at Dec 21, 2010, 09:39 AM

          Hi,

          I’m running evo 1.04 and I have a strange problem with the lightbox. The snippet is working nice when I have a folder like images/Test. When I want to display the content of a subfolder like images/Test/Test I get the thumbnails, but when I click on it, the images are opening in a new window rather than displaying in the lightbox. Can somebody help me about solving this issue?

          It says in manual - you can’t use the plugin in subsubfolders, keep it: images/Test
            • 1783
            • 23 Posts
            Quote from: MIM at Jan 26, 2011, 08:05 AM

            Help needed: More than one gallery on a page
            I want to add more than one gallery to a page, this results in a completely empty blank page, not even any html. How can I add two or more of those galleries?

            Have you tried to put few seperate calls, one for each folder?
              • 1783
              • 23 Posts
              Any ideas on how to change order of the images?