Tag: jQuery

  • Lazy Load v2 – delay image loading Nivo Slider v3

    Nivo Slider is a great image slider which I recently implemented on one of my WordPress blogs, the problem with the current version is all images need to be loaded first prior to running the Nivo Slider JavaScript. After a bit of searching I found a fork by Lee Powers named Lazy Load, the update…

  • SyntaxHighlighter problems with jQuery 1.7.1

    Recently I upgraded my WordPress plugins to jQuery version 1.7.1 and noticed that Internet Explorer 8 was causing errors “‘null’ is null or not an object”. I isolated this to the SyntaxHighlighter Evolved WordPress plugin I was also uses. On further Googling it seemed that there were issues with the XRegExp library and jQuery 1.7.1,…

  • Slimbox2 Slideshow – WordPress plugin to add image lightbox and slideshow

    Slimbox2 Slideshow is a WordPress plugin that implements a lightbox style affect to images using Slimbox2. Functionality The main advantage of Slimbox2 Slideshow plugin is being able to show a slide show of ALL images in every single post. Click here to see it in action (notice the slide count). Additional functionality; automatically add rel=lightbox’…

  • Slimbox2 Lightbox clone with automatic image resizing

    I recently moved from Lightbox 2 to Slimbox2, whilst it is a little outdated, Slimbox2 offers many advantages; jQuery language – no need for Prototype/Scriptaculous page doesn’t need to be loaded completely before being run has its own API Unfortunately, it is missing automatic image resizing, which I love. With the help of Example 9…