Plugin Directory

Changeset 3408930


Ignore:
Timestamp:
12/03/2025 07:14:09 AM (4 months ago)
Author:
infility
Message:

v2.14.37 (20251203) Ben: 新增古腾堡样式类型

Location:
infility-global/trunk
Files:
2 edited

Legend:

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

    r3401623 r3408930  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.36
     6Version: 2.14.37
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    136136v2.14.35 (20251121) Ben: 修复wcf7表单代理ip出现2个时,地址显示错误问题
    137137v2.14.36 (20251121) Ben: 新增导入文件字段错误提示
     138v2.14.37 (20251203) Ben: 新增古腾堡样式类型
    138139*/
    139140
     
    141142    function __construct()
    142143    {
    143         define( 'INFILITY_GLOBAL_VERSION', '2.14.36' );
     144        define( 'INFILITY_GLOBAL_VERSION', '2.14.37' );
    144145        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    145146        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/widgets/gutenberg-tools/gutenberg-tools.php

    r3399332 r3408930  
    6060            .single-post .elementor-widget-theme-post-content video{margin: 20px 0;}
    6161            .single-post .elementor-widget-theme-post-content .wp-block-embed__wrapper::before{margin: 30px 0;}
     62
     63            .single-blog .elementor-widget-theme-post-content h2 { margin-top: 100px; }
     64            .single-blog .elementor-widget-theme-post-content h3 { margin-top: 30px; }
     65            .single-blog .elementor-widget-theme-post-content img { margin-top: 20px; margin-bottom: 20px; }
     66            .single-blog .elementor-widget-theme-post-content .wp-block-spacer { display: none; }
     67            .single-blog .elementor-widget-theme-post-content video{margin: 20px 0;}
     68            .single-blog .elementor-widget-theme-post-content .wp-block-embed__wrapper::before{margin: 30px 0;}
     69
    6270            @media screen and (max-width: 768px) {
    63             .single-post .elementor-widget-theme-post-content h2 { margin-top: 50px; }
    64             .single-post .elementor-widget-theme-post-content h3 { margin-top: 20px; }
    65             .single-post .elementor-widget-theme-post-content img { margin-top: 10px; margin-bottom: 10px; }
     71                .single-post .elementor-widget-theme-post-content h2 { margin-top: 50px; }
     72                .single-post .elementor-widget-theme-post-content h3 { margin-top: 20px; }
     73                .single-post .elementor-widget-theme-post-content img { margin-top: 10px; margin-bottom: 10px; }
     74
     75                .single-blog .elementor-widget-theme-post-content h2 { margin-top: 50px; }
     76                .single-blog .elementor-widget-theme-post-content h3 { margin-top: 20px; }
     77                .single-blog .elementor-widget-theme-post-content img { margin-top: 10px; margin-bottom: 10px; }
    6678            }
    6779            </style>';
Note: See TracChangeset for help on using the changeset viewer.