Help Editing A Template
Design and Skin Customization
Here is some photoshop to better explain what i am trying to acheive
{if !jrCore_is_mobile_device()}
ADD CSS# HERE SO ITS REMOVED FROM MOBILE DEVICES
{/if}
<div id="direct"><h2 style="text-align: left;">Football Photo Gallery </h2>
<br><br>
<h3 style="text-align: left;"><span style="color: #3366ff;"><a style="color: #3366ff;" href="http://sayreeagles.net/all_football" target="_blank">VIEW ALL</a></span></h4><br></strong></h3><br>{jrCore_list module="jrGallery" search1="gallery_title = Football" order_by="_created desc" limit="100" pagebreak="4" template="widget_list_grid_4.tpl" tpl_dir="jrGallery"}<p style="text-align: right;"><strong><span style="color: #3366ff;"><a style="color: #3366ff;" title="UPLOAD PHOTOS" href="http://sayreeagles.net/gallery/create" target="_blank">UPLOAD PHOTOS</a></span></strong></p></div>
<div class="container">
{if isset($_items)}
{foreach from=$_items item="item"}
{if $item@first || ($item@iteration % 4) == 1}
<div class="row">
{/if}
<div class="col3{if $item@last || ($item@iteration % 4) == 0} last{/if}">
<a href="{jrGallery_get_gallery_image_url item=$item}" title="@{$item.profile_url}: {$item.gallery_alt_text}" target="_blank"><br>
{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="larger" crop="square" class="img_scale" style="margin:0" alt=$item.gallery_image_name}
</div>
{if $item@last || ($item@iteration % 4) == 0}
</div>
{/if}
{/foreach}
{/if}
</div>
<h2><span style="color: #00ffff;"><a style="color: #00ffff;" href="http://sayreeagles.net/gallery/create">CLICK HERE TO UPLOAD YOUR PHOTOS</a></span></h2><br>
Basketball{jrCore_list module="jrGallery" search1="gallery_title = Basketball" order_by="_created desc" limit="5" pagebreak="10" pager="true" page=$_post.p template="widget_list_grid_6.tpl" tpl_dir="jrGallery"}<br>
Football{jrCore_list module="jrGallery" search1="gallery_title = Football" order_by="_created desc" limit="5" pagebreak="10" pager="true" page=$_post.p template="widget_list_grid_6.tpl" tpl_dir="jrGallery"}<br>
Band{jrCore_list module="jrGallery" search1="gallery_title = Band" order_by="_created desc" limit="5" pagebreak="10" pager="true" page=$_post.p template="widget_list_grid_6.tpl" tpl_dir="jrGallery"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Softball" order_by="_created desc" limit="5" pagebreak="10" pager="true" page=$_post.p template="widget_list_grid_6.tpl" tpl_dir="jrGallery"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Track" order_by="_created desc" limit="5" pagebreak="10" pager="true" page=$_post.p template="widget_list_grid_6.tpl" tpl_dir="jrGallery"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Cheerleading" order_by="_created desc" limit="5" pagebreak="10" pager="true" page=$_post.p template="widget_list_grid_6.tpl" tpl_dir="jrGallery"}