Plugin Directory

Changeset 3437335


Ignore:
Timestamp:
01/12/2026 03:16:45 AM (3 months ago)
Author:
infility
Message:

v2.14.43 (20260112) Ben: 分类组件文字悬停颜色

Location:
infility-global/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • infility-global/trunk/infility_global.php

    r3429478 r3437335  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.48
     6Version: 2.14.49
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    144144    function __construct()
    145145    {
    146         define( 'INFILITY_GLOBAL_VERSION', '2.14.48' );
     146        define( 'INFILITY_GLOBAL_VERSION', '2.14.49' );
    147147        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    148148        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/widgets/elementor-tab/includes/widgets/elementor_nav_posts.php

    r3429478 r3437335  
    754754
    755755        $this->add_control(
     756            'pagination_hover_font_color',
     757            [
     758                'label' => '文字悬停颜色',
     759                'type' => \Elementor\Controls_Manager::COLOR,
     760                'default' => '#FFFFFF',
     761                'selectors' => [
     762                    '{{WRAPPER}} .nav-posts-pagination .page-numbers:hover' => 'color:  {{VALUE}};',
     763                ],
     764            ]
     765        );
     766
     767        $this->add_control(
    756768            'pagination_hover_color',
    757769            [
     
    760772                'default' => '#005a87',
    761773                'selectors' => [
    762                     '{{WRAPPER}} .nav-posts-pagination .page-numbers:hover' => 'color: #FFFFFF;background-color: {{VALUE}};',
     774                    '{{WRAPPER}} .nav-posts-pagination .page-numbers:hover' => 'background-color: {{VALUE}};',
    763775                ],
    764776            ]
Note: See TracChangeset for help on using the changeset viewer.