Puzzled over how to do this, completely new to modx. I have a site which has a UK stock list of cars - click on the thumbnail to see car description, details and gallery
my ditto call looks like this:
[[Ditto? &parents=`48` &extenders=`summary` &summarize=`10` &orderBy=`createdon ASC` &display=`5` &total=`5` &trunc=`1` &truncLen=`50` &tpl=`carsummary`]]
my carsummary template is a chunk which looks like this:
<table>
<tr>
<td><div class="imgleft">[!MaxiGallery? &view_gallery=`[+id+]` &limit=`1`!]</div></td>
<td><a href="[~[+id+]~]">
<h4>[+title+]</h4>
</a>
<p><strong>[+description+]</strong></p>
<p>[+introtext+] <a href="[~[+id+]~]"> More >></a></p></td>
</tr>
</table>
<br style="clear:both" />
and on the car page there’s a chunk like this
[!MaxiGallery? &display=`embedded` &embedtype=`slimbox` &pics_per_row=`3` &max_thumb_size=`110` &max_pic_size=`0`!]
Works fine but when I’ve uploaded the images for each car the manage button on the car page stops working, it appears but you cannot click it. Any ideas what I’m doing wrong?
tx in advance