We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14822
    • 61 Posts
    Hi, i’m a newbie in the modx world, I’m finishing my first project with this great cms, joomla decided to migrate from the flexibility offered by modx, although I have some complaints (very poor documentation for beginners in Spanish and for some addon).


    I have two galleries on the first page, the Gallery (2) changes according to the list of galleries (1), the second gallery (3) is the same no change. The problem I have is that when you press one of the galleries of the list (1), changes in the two galleries (2) and (3) and do not want to change the second gallery (3), I hope you understand my english is not good.

    Note: see the attachments image.

    here my chunks:

    chunk for (1) and (2)
    [[!Gallery? &toPlaceholder=`catalogos` &thumbWidth=`498` &thumbHeight=`372` ]]
    <div id="catalogo" class="clearfix" >
      <div id="cgalerias" >
        <!-- Galerias -->
          <a class="prev browse left"></a>
          <div class="scrollable">   
           <div class="items">[[+catalogos]]</div>
          </div>
         <a class="next browse right"></a>
         <br clear="all" />
        <!-- Fin -->
      </div>
      <div id="accordion">
         <h2 class="current1">[[!GalleryAlbums? &limit=`1` &dir=`ASC`]] </h2>
         <div class="pane" style="display: block;">
           [[!GalleryAlbums? &start=`1` &limit=`8` &dir=`ASC`]]
         </div>
         <h2 class="current2">[[!GalleryAlbums? &start=`9` &limit=`1` &dir=`ASC`]]</h2>
         <div class="pane">
           [[!GalleryAlbums? &start=`10` &limit=`4` &dir=`ASC`]]
         </div>
         <h3 class="current3">[[!GalleryAlbums? &start=`14` &limit=`1` &dir=`ASC`]]</h3>
         <h2 class="current4">[[!GalleryAlbums? &start=`15` &limit=`1` &dir=`ASC`]]</h2>
         <div class="pane">
           [[!GalleryAlbums? &start=`16` &limit=`2` &dir=`ASC`]]
         </div>
         <h2 class="current5">[[!GalleryAlbums? &start=`18` &limit=`1` &dir=`ASC`]]</h2>
         <div class="pane">
           [[!GalleryAlbums? &start=`19` &limit=`5` &dir=`ASC`]]
         </div>    
         <h3 class="current6">[[!GalleryAlbums? &start=`24` &limit=`1` &dir=`ASC`]]</h3>    
         <h3 class="current7">[[!GalleryAlbums? &start=`25` &limit=`1` &dir=`ASC`]]</h3>    
      </div>  
    </div>
    


    Chunk for (3)
    [[!Gallery? &toPlaceholder=`terragal` &limit=`5` &thumbTpl=`terranovaslide` &thumbWidth=`130` &thumbHeight=`140` &album=`TerranovaSlide`]]  
    <div id ="bottomcolumn" class="clearfix">
      <div id="left">
        <div class="cotizar">[[$formCotizar]]</div>
        <div class="boletin">[[$formBoletin]]</div>
      </div>
      <div id="right" class="clearfix">
        <div class="terranovalist">
          <div class="terranovaslide">   
             <div class="terranoitems">
              [[+terragal]]   
            </div>
          </div>
          <div class="terranavi"></div>
        </div>
        <div class="terranovaimages">  
          <a class="prev terrabrowse terraleft"></a>
          <div class="terranovaslide">   
             <div class="terranoitems">
              [[+terragal]]   
            </div>
          </div>
          <a class="next terrabrowse terraright"></a>
        </div>
        <br clear="all" />
      </div>    
    </div>
    <br clear="all" />
    


    I appreciate any help to solve this problem

    tnx and greetings from Colombia