Thomas Nolan
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: Dandelion theme service boxesFigured 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">»</span></a> <?php } ?> </div> <?php } ?> </div> </div>Forum: Plugins
In reply to: Lightbox gallery?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?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?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?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?Anyone? No?
Viewing 6 replies - 1 through 6 (of 6 total)