Plugin Directory

Changeset 3449187


Ignore:
Timestamp:
01/29/2026 03:42:38 AM (2 months ago)
Author:
infility
Message:

v2.14.51 (20260119) Ben: 修复ele组件文章分类列表

Location:
infility-global/trunk
Files:
2 edited

Legend:

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

    r3443805 r3449187  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.50
     6Version: 2.14.51
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    144144    function __construct()
    145145    {
    146         define( 'INFILITY_GLOBAL_VERSION', '2.14.50' );
     146        define( 'INFILITY_GLOBAL_VERSION', '2.14.51' );
    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/css/elementor_nav_posts.css

    r3429473 r3449187  
    112112    /* 移除背景颜色,只改变文字颜色 */
    113113    background-color: transparent;
    114     color: #007cba;
     114    /* color: #007cba; */
    115115    font-weight: 600;
    116116}
     
    126126
    127127.infility-nav-posts-widget .nav-sub-item.active span {
    128     color: #007cba;
     128    /* color: #007cba; */
    129129}
    130130
Note: See TracChangeset for help on using the changeset viewer.