We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14864
    • 24 Posts
    Thanks for the info.

    Now maybe you can help me with this. I am using jquery.js and easyslider1.7.js on the home page. It works beautifully until I add the chunk for my custom MaxiGallery Tpl. This is what it looks like with the MaxiGallery call

    http://svr8.acornhost.com/~infinity/index.php?id=1

    As you can see the slider images are all showing up. This must be some sort of jquery issue, any help would be gratefully appreciated.

    Custom Tpl:
    [+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>
    `+]
      
      `+]
    


    Here is my MaxiGallery call:
    [!MaxiGallery? &gal_query_ids=`all` &galleryOuterTpl=`newest_tattoos_tpl` &display=`embedded` &embedtype=`slimbox` &order_by=`date` &limit=`2`!]


    EDIT:
    Got this to work by using the jQuery.noConflict();