<![CDATA[ two gallery in front page - My Forums]]> https://forums.modx.com/thread/?thread=50593 <![CDATA[two gallery in front page]]> https://forums.modx.com/thread/50593/two-gallery-in-front-page#dis-post-296186

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]]>
JoZ3 Oct 08, 2010, 10:35 AM https://forums.modx.com/thread/50593/two-gallery-in-front-page#dis-post-296186