Plugin Directory

Changeset 2632892


Ignore:
Timestamp:
11/20/2021 07:50:58 AM (4 years ago)
Author:
softhopper
Message:

Responsive fix logo

Location:
softtemplates-for-elementor
Files:
265 added
4 edited

Legend:

Unmodified
Added
Removed
  • softtemplates-for-elementor/trunk/changelog.txt

    r2632887 r2632892  
     1= 1.0.7 =
     2* Add responsive width
     3
    14= 1.0.6 =
    25* Add logo width
  • softtemplates-for-elementor/trunk/includes/widgets/soft-template-logo.php

    r2632887 r2632892  
    299299        );
    300300
    301         $this->__add_control(
     301        $this->__add_responsive_control(
    302302            'image_logo_width',
    303303            array(
     
    305305                'type'       => Controls_Manager::SLIDER,
    306306                'size_units' => array( 'px' ),
    307                 'default'    => array(
    308                     'size' => 5,
    309                 ),
    310307                'range'      => array(
    311308                    'px' => array(
    312                         'min' => 10,
    313                         'max' => 100,
     309                        'min' => 0,
     310                        'max' => 500,
    314311                    ),
    315312                ),
  • softtemplates-for-elementor/trunk/readme.txt

    r2632887 r2632892  
    55Requires at least: 4.7
    66Tested up to: 5.8.2
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88Requires PHP: 7.0
    99Donate link: #
  • softtemplates-for-elementor/trunk/soft-template-core.php

    r2632887 r2632892  
    44 * Plugin URI:  https://softhopper.net/plugins/
    55 * Description: Most powerful plugin created header, footer, single post, archive page template with elementor
    6  * Version:     1.0.6
     6 * Version:     1.0.7
    77 * Author:      SoftHopper
    88 * Author URI:  https://softhopper.net
Note: See TracChangeset for help on using the changeset viewer.