We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36760
    • 136 Posts
    What I’m trying to do is have the MaxiGallery thumbnails in a vertical list (which I was able to achieve easily by editing the CSS file) with the title and the description off to the right of the thumbnail. I’m able to manipulate the title of the thumbnail as I need to with the CSS file, since it’s already on the page, but I’m not sure how to get the description onto the page as well. Just to clarify, the description I’m talking about is the one you enter for each picture when you click the Manage Pictures button.

    I searched on Google as well as through these forums (and the stickied post at the top of this section) and was unable to find anything. I also poked around in some of the files, but I didn’t want to break anything so I figured it would be easiest to ask.

    If it helps, the page I’m trying to accomplish this on is: http://freelance.dvorakdesigns.com/portfolio

    Thank you for any help! Let me know if you need anymore information.
      • 7923
      • 4,213 Posts
      You need to do custom galleryPictureTpl and add the description placeholder to your template. See maxigallery wiki page about templates and available placeholders.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 36760
        • 136 Posts
        Thank you for pointing me in the right direction, I got it working.