We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14864
    • 24 Posts
    I don’t want to enter captions on my photos and would love to get rid of the - that is in the slimbox when no caption is provided. Does anyone know how to do this.

      • 7923
      • 4,213 Posts
      Create a custom galleryPictureTpl and remove the title attribute from the thumbnail link.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 14864
        • 24 Posts
        Here is my custom tpl. I don’t see where the title is.

        [+maxigallery.managebutton:isnot=``:then=`
          <center>
            [+maxigallery.managebutton+]
          </center>
          <br />
        `+]
        
        
        
        [+maxigallery.childgalleries:isnot=``:then=`
        <div class="childscontainer">
          <ul class="thumbs">
            [+maxigallery.childgalleries+]
          </ul>
        </div>
        `+]
        
        
        
        [+maxigallery.pagenumbers:isnot=``:then=`
        
        	
        
        	[+maxigallery.pagecount:isnot=`1`:then=`
        
        
        
        		`+]
        
        `+]
        
        
        
        [+maxigallery.embedtype:is=`smoothgallery`:then=`
        <div id="myGallery[+maxigallery.config.smoothgallery_id:isnot=`-1`:then=`[+maxigallery.config.smoothgallery_id+]`:else=`[+maxigallery.pageinfo.id+]`+]"> [+maxigallery.pictures+] </div>
        `+]
        
        
        
        [+maxigallery.embedtype:isnot=`smoothgallery`:then=`
        
        	[+maxigallery.pictures:isnot=``:then=`
        <div class="newest_thumbscontainer">
          <ul class="thumbs">
            [+maxigallery.pictures+]
          </ul>
        </div>
        `+]
          
          `+]
        
          • 7923
          • 4,213 Posts
          Yeah, that’s galleryOuterTpl, but I said galleryPictureTpl.. I guess you figured it out?


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."