Plugin Directory

Changeset 3267283


Ignore:
Timestamp:
04/05/2025 04:22:11 PM (12 months ago)
Author:
visualmodo
Message:

1.7.1 - Apr 05 2025

  • Improvements - Elementor Widget - Info Box.
Location:
borderless
Files:
208 added
3 edited

Legend:

Unmodified
Added
Removed
  • borderless/trunk/borderless.php

    r3266609 r3267283  
    55Plugin URI: https://visualmodo.com/borderless/
    66Description: One service packed with powerful tools to help you reach your purposes.
    7 Version: 1.7.0
     7Version: 1.7.1
    88Author: Visualmodo
    99Author URI: https://visualmodo.com
     
    2121/*-----------------------------------------------------------------------------------*/
    2222
    23 define( 'BORDERLESS__VERSION', '1.7.0' );
     23define( 'BORDERLESS__VERSION', '1.7.1' );
    2424define( 'BORDERLESS__DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'BORDERLESS__URL', plugins_url( '/', __FILE__ ) );
  • borderless/trunk/modules/elementor/widgets/info-box.php

    r3266609 r3267283  
    1313use Elementor\Group_Control_Typography;
    1414use Elementor\Core\Kits\Documents\Tabs\Global_Typography;
     15use Elementor\Group_Control_Background;
    1516use Elementor\Repeater;
    1617use Elementor\Utils;
     
    2425    public function get_name() {
    2526        return 'borderless-elementor-info-box';
     27    }
     28
     29    public function get_custom_help_url() {
     30        return 'https://borderless.visualmodo.com/widget/info-box/';
    2631    }
    2732
     
    368373                        '{{WRAPPER}} .borderless-info-box-media' => '{{VALUE}}',
    369374                    ],
     375                ]
     376            );
     377            $this->add_group_control(
     378                Group_Control_Background::get_type(),
     379                [
     380                    'name'     => 'borderless_elementor_info_box_background',
     381                    'label'    => esc_html__( 'Background', 'borderless' ),
     382                    'types'    => [ 'classic', 'gradient' ],
     383                    'selector' => '{{WRAPPER}} .borderless-info-box-wrapper',
    370384                ]
    371385            );
     
    770784                            'default'   => '#ffffff',
    771785                            'selectors' => [
    772                                 '{{WRAPPER}} .borderless-info-box-button' => 'color: {{VALUE}};',
    773                                 '{{WRAPPER}} .button-icon'              => 'fill: {{VALUE}};',
     786                                '{{WRAPPER}} .borderless-info-box-button' => 'color: {{VALUE}} !important;',
     787                                '{{WRAPPER}} .button-icon'              => 'fill: {{VALUE}} !important;',
    774788                            ],
    775789                        ]
     
    801815                            'default'   => '#ffffff',
    802816                            'selectors' => [
    803                                 '{{WRAPPER}} .borderless-info-box-button:hover'          => 'color: {{VALUE}};',
    804                                 '{{WRAPPER}} .borderless-info-box-button:hover .button-icon' => 'fill: {{VALUE}};',
     817                                '{{WRAPPER}} .borderless-info-box-button:hover'          => 'color: {{VALUE}} !important;',
     818                                '{{WRAPPER}} .borderless-info-box-button:hover .button-icon' => 'fill: {{VALUE}} !important;',
    805819                            ],
    806820                        ]
  • borderless/trunk/readme.txt

    r3266609 r3267283  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable tag: 1.7.0
     7Stable tag: 1.7.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8282== Changelog ==
    8383
     84= 1.7.1 - Apr 05 2025 =
     85* Improvements - Elementor Widget - Info Box.
     86
    8487= 1.7.0 - Apr 03 2025 =
    8588* New - Elementor Widget - Info Box.
Note: See TracChangeset for help on using the changeset viewer.