Plugin Directory

Changeset 2558263


Ignore:
Timestamp:
07/04/2021 02:16:34 AM (5 years ago)
Author:
desbest
Message:

fixed bugs so javascript file loads and updated readme

Location:
easy-lightbox-2-automated/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-lightbox-2-automated/trunk/lightbox2.php

    r2088839 r2558263  
    4141    relative to your wordpress server's root: */
    4242    $lightbox_2_theme = urldecode(get_option('lightbox_2_theme'));
    43     $lightbox_style = ($stimuli_lightbox_plugin_prefix."Themes/".$lightbox_2_theme."/");
     43    $lightbox_style = ($stimuli_lightbox_plugin_prefix."Themes/".$lightbox_2_theme."/lightbox.css");
     44    // exit($lightbox_style);
    4445
    4546    /* Include the lightbox stylesheet */
  • easy-lightbox-2-automated/trunk/readme.txt

    r2089363 r2558263  
    11=== Easy Lightbox 2 Automated ===
    2 Contributors: desbest
    3 Tags: lightbox, images,
     2Contributors: desbest, Rupert Morris
    43Donate link: http://paypal.me/tynamiteuk
    54Requires at least: 5.1
    6 Tested up to: 5.2
     5Tested up to: 7.2
    76Requires PHP: 5.2.4
    87Stable tag: trunk
    98License: MIT
     9Version: 2.1
    1010License URI: https://en.wikipedia.org/wiki/MIT_License
     11Tags: AJAX, image, images, lightbox, photo, picture
    1112
    12 Add Lightbox 2 easily to your website with this plugin.
     13Add Lokesh's Lightbox 2 easily to your website with this plugin.
    1314
    1415== Description ==
    15 Add Lightbox 2 easily to your website with this plugin.
    16 Contributors: Rupert Morris
    17 Tags: AJAX, image, lightbox, photo, picture
    18 Requires at least: 1.5
    19 Tested up to: 5.2
    20 Stable tag: 5.2
     16
     17Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar ( http://www.huddletogether.com/projects/lightbox2/ ). Features 'auto-lightboxing' of image links, courtesy of Michael Tyson ( http://atastypixel.com ).
    2118
    2219== New maintainer ==
    2320This plugin is now maintained by desbest.
    2421http://desbest.com/projects/easy-lightbox-2-automated
    25 
    26 == Description ==
    27 
    28 Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar ( http://www.huddletogether.com/projects/lightbox2/ ). Features 'auto-lightboxing' of image links, courtesy of Michael Tyson ( http://atastypixel.com ).
    2922
    3023== Installation ==
Note: See TracChangeset for help on using the changeset viewer.