Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Thomas Nolan

    (@thomas-nolan)

    Figured it out for myself.

    Removed:

    <?php
    		//print the services boxes
    		for ( $i=1; $i<=3; $i++ ) {
    			$suf=$i==3?'-3':''; ?>
    			<div class="services-box three-columns<?php echo $suf; ?>">
    				<h4><?php echo get_opt( '_home_box_title'.$i ); ?></h4>
    				<?php if ( get_opt( '_home_box_icon'.$i )!='' ) { ?>
    					<img src="<?php echo get_opt( '_home_box_icon'.$i ); ?>" class="img-frame" />
    				<?php } ?>
    				<?php echo get_opt( '_home_box_desc'.$i ); ?>
    				<?php if ( trim( get_opt( '_home_box_btn_text'.$i ) )!='' ) { ?>
    					<a href="<?php echo get_opt( '_home_box_btn_link'.$i ); ?>" ><?php echo get_opt( '_home_box_btn_text'.$i ); ?><span class="more-arrow">&raquo;</span></a>
    				<?php } ?>
    			</div>
    		<?php } ?>
    		</div>
    	</div>
    Forum: Plugins
    In reply to: Lightbox gallery?
    Thread Starter Thomas Nolan

    (@thomas-nolan)

    Just installed it. Its a pretty powerful little add on.
    Thanks for the tip… Im checking it out now.

    Forum: Plugins
    In reply to: Lightbox gallery?
    Thread Starter Thomas Nolan

    (@thomas-nolan)

    Thats actually very interesting, thanks ??
    I dont use Chrome at all, but I think I may give it a try.

    Forum: Plugins
    In reply to: Lightbox gallery?
    Thread Starter Thomas Nolan

    (@thomas-nolan)

    Really? Id be interested to see it, if you have a link. I really do think its a beautiful display system. ??

    Forum: Plugins
    In reply to: Lightbox gallery?
    Thread Starter Thomas Nolan

    (@thomas-nolan)

    I managed to kind of find out how it was done. Some sort of layer system. I managed to replicate it on single images. Too much work to do this on an entire gallery, and I couldnt figure out how to automate the process.

    Forum: Plugins
    In reply to: Lightbox gallery?
    Thread Starter Thomas Nolan

    (@thomas-nolan)

    Anyone? No?

Viewing 6 replies - 1 through 6 (of 6 total)