Plugin Directory

Changeset 1369034


Ignore:
Timestamp:
03/11/2016 09:34:21 AM (10 years ago)
Author:
iyas0s
Message:

version 1.0 final

Location:
wui-lightbox/tags/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wui-lightbox/tags/1.0/includes/wui_lightbox_functions.php

    r1369023 r1369034  
    4141function wui_add_lightbox(){
    4242    wp_enqueue_script( 'jquery_wui_add_lightbox', "//code.jquery.com/jquery-1.12.0.min.js" );
    43     wp_enqueue_style( 'wui_lightbox_style1', plugins_url()."/wui-lightbox/css/uikit.min.css" );
    4443    wp_enqueue_style( 'wui_lightbox_style2', plugins_url()."/wui-lightbox/css/uikit.almost-flat.min.css" );
    4544    wp_enqueue_style( 'wui_lightbox_style3', plugins_url()."/wui-lightbox/css/components/slidenav.min.css" );
  • wui-lightbox/tags/1.0/readme.txt

    r1368968 r1369034  
    11=== WUI LightBox ===
    22Contributors: iyas0s
    3 Donate link: No need to
    4 Tags: uikit, small, light, lightbox, smooth, fast
    5 Requires at least: 3.0.1
    6 Tested up to: 4.4
    7 Stable tag: 4.3
    83License: GPLv2 or later
    94License URI: http://www.gnu.org/licenses/gpl-2.0.html
    10 
    11 Simple include plugin for ui-kit lightbox .
    12 
    13 == Description ==
    14 
    155Include the lightbox files form ui-kit . one click will do that for you and give you some choices to start use it
    16 
    17 
    18 == Installation ==
    19 
    20 
    21 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
    22 2. Activate the plugin through the 'Plugins' screen in WordPress
    23 3. See what you can do in the WUI-lightbox options page
    24 4. this is it .
    25 
    26 
    27 == Screenshots ==
    28 
    29 1. Options Page
    30 
    31 
    32 == Changelog ==
    33 
    34 = 1.0 =
    35 * basic version
Note: See TracChangeset for help on using the changeset viewer.