Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Jan 03 2011 11:26 AM
    • Views: 805
     


    * * * * *
    0 Ratings

    Images directly clickable

    Posted by najaru on Jan 03 2011 11:26 AM
    To ensure that the images in the gallery are directly clickable to be enlarged (and not having to click on the magnifying glass)

       1. Look & Feel  >  
       2. Manage Skin Sets & Templates  >  
       3. skin specifica
       4. (Gallery) Show Image
       5. show_image



    find
    <span id='theImage'>
    			{$info['image']}
    		</span>



    and change with
    		<span id='theImage'>
    <a href='{$info['img_tag_data']['url']}' {$info['img_tag_data']['rel']} class='gal' title='{$info['caption']}'>
    			{$info['image']}</a>
    		</span>

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune