We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42503
    • 120 Posts
    Hi,
    I want to create a image gallery same as I have attached(please check the attachment). Can any one suggest any modx extra or some example how to create that.

    Please help.

    Thank you
      • 10208 ☆ A M B ☆
      • 1,780 Posts
      I'd start with what created that particular gallery in the first place and modify it for MODX. What do you know about it?
        Frogabog- MODX Websites in Portland Oregon
        "Do yourself a favor and get a copy of "MODX - The Official Guide" by Bob Ray. Read it.
        Having server issues? These guys have MODX Hosting perfected - SkyToaster
        • 42503
        • 120 Posts
        Basically I want to create this referred gallery. Which I have done using the combination of html and jquery.
        <div id="gallery" class="ad-gallery">
        <div class="ad-image-wrapper">
        </div>
        <!--<div class="ad-controls">
        </div>-->
        <div class="ad-nav">
        <div class="ad-thumbs">
        <ul class="ad-thumb-list">
        <li>
        <a href="images/1.png">
        <img src="images/thumbs/t1.png" class="image0">
        </a>
        </li>
        <li>
        <a href="images/2.png">
        <img src="images/thumbs/t2.png" title="" alt="" class="image1">
        </a>
        </li>
        <li>
        <a href="images/3.png">
        <img src="images/thumbs/t3.png" title="" alt="" class="image2">
        </a>
        </li>
        <li>
        <a href="images/4.png">
        <img src="images/thumbs/t4.png" title="" alt="" class="image3">
        </a>
        </li>
        <li>
        <a href="images/5.png">
        <img src="images/thumbs/t5.png" title="" alt="" class="image4">
        </a>
        </li>
        <li>
        <a href="images/6.png">
        <img src="images/thumbs/t6.png" title="" alt="" class="image5">
        </a>
        </li>

        </ul>
        </div>
        </div>
        </div>

        But I want to make that dynamic using modx gallery.

        Quote from: frogabog at May 02, 2013, 03:59 AM
        I'd start with what created that particular gallery in the first place and modify it for MODX. What do you know about it?
          • 10208 ☆ A M B ☆
          • 1,780 Posts
          You could use MIGX, your js, and the code above to do it and not even mess with Gallery.

          https://www.markhamstra.com/modx-blog/2012/04/managing-galleries-with-migx/

          edit: this gallery looks quite similar to yours, take a look.
          https://forums.modx.com/thread/?thread=76665&page=1
            Frogabog- MODX Websites in Portland Oregon
            "Do yourself a favor and get a copy of "MODX - The Official Guide" by Bob Ray. Read it.
            Having server issues? These guys have MODX Hosting perfected - SkyToaster