Plugin Directory

Changeset 2874816


Ignore:
Timestamp:
03/04/2023 09:15:51 PM (3 years ago)
Author:
LogicHunt
Message:

Added New Version

Location:
logo-slider-wp
Files:
125 added
5 edited

Legend:

Unmodified
Added
Removed
  • logo-slider-wp/trunk/admin/partials/shortcode_meta_display/_meta_tab_basic.php

    r2783228 r2874816  
    4747        'name' => 'meta_lgx_lsp_shortcodes[lgx_brand_name_en]',
    4848        'id' => 'lgx_brand_name_en',
    49         'default' => 'no'
     49        'default' => 'yes'
    5050
    5151    )
     
    7373        'name' => 'meta_lgx_lsp_shortcodes[lgx_company_url_en]',
    7474        'id' => 'lgx_company_url_en',
    75         'default' => 'no'
     75        'default' => 'yes'
    7676    )
    7777);
  • logo-slider-wp/trunk/logo-slider-wp.php

    r2844927 r2874816  
    88 *
    99 * @wordpress-plugin
    10  * Plugin Name:       Logo Slider Free
     10 * Plugin Name:       Logo Slider
    1111 * Plugin URI:        https://logichunt.com/product/wordpress-logo-slider/
    1212 * Description:       Ultimate & Most Popular Responsive Logo Showcase Slider. Display Unlimited Client, Supporter, Partner, Sponsor, or Brand Logo with Infinite Slides Loop.
    13  * Version:           3.6.0
     13 * Version:           3.7.0
    1414 * Author:            LogicHunt
    1515 * Author URI:        http://logichunt.com
     
    2828
    2929//plugin definition specific constants
    30 defined( 'LGX_LS_PLUGIN_VERSION' )        or define( 'LGX_LS_PLUGIN_VERSION', '3.6.0' );
     30defined( 'LGX_LS_PLUGIN_VERSION' )        or define( 'LGX_LS_PLUGIN_VERSION', '3.7.0' );
    3131defined( 'LGX_LS_WP_PLUGIN' )             or define( 'LGX_LS_WP_PLUGIN', 'logo-slider-wp' );
    3232defined( 'LGX_LS_PLUGIN_BASE' )           or define( 'LGX_LS_PLUGIN_BASE', plugin_basename( __FILE__ ) );
  • logo-slider-wp/trunk/public/partials/dynamic-style/grid-style.php

    r2713195 r2874816  
    99
    1010$lgx_lsw_dynamic_style_grid = '';
    11 $lgx_lsw_dynamic_style_grid .= ' #lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_layout_grid .lgx_app_item{'.(($lgx_shortcodes_meta['lgx_grid_item_min_height'] != 0 ) ? 'min-height:'.trim( $lgx_shortcodes_meta['lgx_grid_item_min_height']).'; ' : '' ).' }';
     11
    1212$lgx_lsw_dynamic_style_grid .= '#lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_layout_grid .lgx_app_item_row{
    1313        grid-column-gap: '. $lgx_grid_column_gap.';
    1414        grid-row-gap: '. $lgx_grid_row_gap.';
    15         grid-template-columns: repeat('. $lgx_large_desktop_item.', 1fr);
     15        grid-template-columns: repeat('. $lgx_large_desktop_item.', 2fr);
    1616    }';
    17 $lgx_lsw_dynamic_style_grid .= '@media (max-width: 767px) {
     17
     18$lgx_lsw_dynamic_style_grid .= '@media screen and (max-width: 767px) {
    1819        #lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_layout_grid .lgx_app_item_row{
    1920            grid-template-columns: repeat('. $lgx_mobile_item.', 1fr);
    2021        }
    2122    }';
    22 $lgx_lsw_dynamic_style_grid .= '@media (min-width: 768px) {
     23$lgx_lsw_dynamic_style_grid .= '@media screen and (min-width: 768px) {
    2324        #lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_layout_grid .lgx_app_item_row{
    2425            grid-template-columns: repeat('. $lgx_tablet_item.', 1fr);
    2526        }
    2627    }';
    27 $lgx_lsw_dynamic_style_grid .= '@media (min-width: 992px) {
     28$lgx_lsw_dynamic_style_grid .= '@media screen and (min-width: 992px) {
    2829        #lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_layout_grid .lgx_app_item_row{
    2930            grid-template-columns: repeat('. $lgx_desktop_item.', 1fr);
    3031        }
    3132    }';
    32 $lgx_lsw_dynamic_style_grid .= '@media (min-width: 1200px) {
     33   
     34$lgx_lsw_dynamic_style_grid .= '@media screen and (min-width: 1200px) {
    3335        #lgx_logo_slider_app_'. $lgx_app_id.' .lgx_app_layout_grid .lgx_app_item_row{
    3436            grid-template-columns: repeat('. $lgx_large_desktop_item.', 1fr);
     
    3739
    3840
    39 
     41 
     42   
    4043/**
    4144 *  Inline Style
  • logo-slider-wp/trunk/public/partials/template/_item.php

    r2713195 r2874816  
    4848        <?php endif; ?>
    4949        <div class="lgx_app_item_info">
    50             <?php echo(('yes' == $lgx_brand_name_en) ? '<h4 class="lgx_app_item_title">'.$company_name.'</h4>' : '');?>
    51             <?php echo(('yes' == $lgx_brand_desc_en) ? '<div class="lgx_app_item_desc">'.$company_desc.'</div>' : '');?>
     50            <?php echo((('yes' == $lgx_brand_name_en) && ( !empty($company_name))) ? '<h4 class="lgx_app_item_title">'.$company_name.'</h4>' : '');?>
     51            <?php echo((('yes' == $lgx_brand_desc_en) && ( !empty($company_desc)))? '<div class="lgx_app_item_desc">'.$company_desc.'</div>' : '');?>
    5252        </div>
    5353
  • logo-slider-wp/trunk/readme.txt

    r2844927 r2874816  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vaspal%2ekt%40gmail%2ecom&lc=US&item_name=LogicHunt&item_number=wp&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
    44TagsTags: logo slider, logo carousel, logo showcase, logo grid, wordpress logo slider, client logo slider, brand logo carousel slider, sponsors logo slider, logo carousel slider, responsive slider, wordpress logo slider, logo ticker, wordpress logo carousel, logo slideshow, partners slider, affiliates, supporters logo slider, team slider, team showcase, wordpress logo showcase, wp logo slider
    5 Requires at least: 5.5
     5Requires at least: 4.3
    66Tested up to: 6.1
    7 Stable tag: 3.6.0
     7Stable tag: 3.7.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Logo Slider is a 100% Responsive Logo Carousel Slider & Grid Showcase Plugin. This Highly Customizable Logo Carousel Slider Can Display Unlimited Logo with Infinity Slides Loop.
     11Logo Slider is a 100% Responsive Logo Carousel Slider & Grid Showcase WordPress Plugin. This Highly Customizable Logo Carousel Slider Can Display Unlimited Logo with Infinity Slides Loop.
    1212
    1313== Description ==
    1414
    15 Logo Slider is The Ultimate & Most Popular Logo Showcase Plugin. It's more than your expectations. Create and Design Anything You Can Imagine. It's Very Easy to Customize, & Yes! It's Workable :)
     15Logo Slider is The Ultimate & Most Popular WordPress Logo Showcase Plugin. It's more than your expectations. Create and Design Anything You Can Imagine. It's Very Easy to Customize, & Yes! It's Workable :)
    1616
    1717
     
    166166== Changelog ==
    167167
     168= 3.7.0 =
     169* Optimize code
     170* Rearranged Admin Fields
     171* Update Demo & Style
     172
     173
    168174= 3.6.0 =
    169175* According to the feedback of the Security Researchers, the security issues have been upgraded.
    170 
    171176
    172177= 3.5.3 =
     
    207212* Add Image Dimension Property
    208213* Fixed Section Area Width Issue
    209 * Added Inline Admin from style
     214* Added Inline Admin Form Style
    210215* Rearranged Admin Fields
    211216
Note: See TracChangeset for help on using the changeset viewer.