Blogvaria

This page is brought to you by Blogvaria (http://blog.evaria.com).

To obtain more information, ask questions and interact please visit our website.

Back to Blogvaria landing page
Feedback
Subscribe
   
Blogvaria

 

The personal pages

How to add Lightbox

TrackBack | Filed by under Plugins, WordPress | Post popularity 8%

The lightbox image add-on is already packed and ready to use with my new theme Blogvaria. However including this to your existing theme shouldn’t take to long. Start by downloading the original source code from Lokesh Dhakar’s website. Unzip the archived files and upload them to your theme folder:

  • ../yourtheme/css/ (1 file)
  • ../yourtheme/images/ (10 files)
  • ../yourtheme/js/ (4 files)


Then open up your header.php file in your theme folder and add the following lines somewhere between <head> and </head>:

<!-- Include the Lightbox Magic -->
<link rel="stylesheet" href="<?php echo bloginfo('template_directory') ?>/css/lightbox.css" type="text/css" media="screen" />
<script src="<?php echo bloginfo('template_directory') ?>/js/prototype.js" type="text/javascript"></script>
<script src="<?php echo bloginfo('template_directory') ?>/js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="<?php echo bloginfo('template_directory') ?>/js/lightbox.js" type="text/javascript"></script>

Then to apply the magic see my post about the Blogvaria plugins (and add-ons).

You should also open ../yourtheme/js/lightbox.js and look for the following lines (62 and 63):

var fileLoadingImage = "images/loading.gif";
var fileBottomNavCloseImage = "images/closelabel.gif";

To make sure it works with all browsers and various rewrite rules you should edit the URI’s from relative to absolute. In plain English this means that you add http://mysite.com/wp-content/themes/yourtheme/ just before images/… on both occurrences.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • BlinkList
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • Furl
  • NewsVine
  • Netscape
  • Reddit
  • Spurl
  • SphereIt
  • Technorati
  • YahooMyWeb
  • DZone
  • feedmelinks
  • Linkter
  • Ma.gnolia
  • Slashdot
  • StumbleUpon
  • TailRank
  • co.mments

Akismet has protected Blogvaria from 122,199 spam comments. Design by Evaria.com. Powered by WordPress.
Our beloved and trusted server has rendered 63 pages so far today, an amazing 2.047 pages yesterday
and even more astonishingly 244.985 pages since 19 Feb 2012 alone without dropping a byte nor a pixel.

Close
E-mail It