Plugin Directory

Changeset 2024796


Ignore:
Timestamp:
02/04/2019 06:38:34 PM (7 years ago)
Author:
webxapp
Message:
  • Added: Centered image
Location:
slider-by-webxapp
Files:
56 added
4 edited

Legend:

Unmodified
Added
Removed
  • slider-by-webxapp/trunk/assets/css/style.css

    r2015493 r2024796  
    22    margin: 0 !important;
    33}
     4.wxas_slider .wxas_slider_img{
     5    margin: 0 auto;
     6}
  • slider-by-webxapp/trunk/includes/wxas_print_slider.php

    r2020416 r2024796  
    121121                    $wxas_slide_img = "";
    122122                    if(isset($attachment_url) && $attachment_url!=false){
    123                         $wxas_slide_img = "<img src='".$attachment_url."'>";
     123                        $wxas_slide_img = "<img class='wxas_slider_img' src='".$attachment_url."'>";
    124124                    }
    125125                    $slider_data.="<div>".$wxas_slide_img.$slide_desc."</div>";
  • slider-by-webxapp/trunk/readme.txt

    r2020416 r2024796  
    55Tested up to: 5.0
    66Requires PHP: 5.2
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171== Changelog ==
    7272
     73= 1.1.3 =
     74* Added: Centered image
     75
    7376= 1.1.2 =
    7477* Added: Post Slider
  • slider-by-webxapp/trunk/wxas.php

    r2020416 r2024796  
    33 * Plugin Name:     Slider by webxapp
    44 * Description:     Slider WXA is best responsive WordPress slider plugin.
    5  * Version:         1.1.2
     5 * Version:         1.1.3
    66 * Author:          WebXApp
    77 * Author URI:      https://webxapp.com/
     
    2121
    2222if (!defined('WXAS_VERSION')) {
    23     define('WXAS_VERSION', "1.1.2");
     23    define('WXAS_VERSION', "1.1.3");
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.