Linux 软件免费装

Fixed Bottom Menu

开发者 Katsushi Kawamori
更新时间 2024年6月27日 20:17
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

menu fixed

下载

2.04 2.05 1.12 1.13 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.26 1.27 1.28 2.06 2.07 2.08 1.01 1.14 1.25 1.29 1.02 1.03 1.00 1.30 2.00 2.01 1.04 2.02 2.03

详情介绍:

Add a fixed menu. The basic menu is at the bottom, but it can also be displayed on the top, left, and right. Links Options Other filters How it works [youtube https://youtu.be/gmTUhSOPw9c] Live Demo Icons Customize /** ================================================== * Filter for CSS file. * */ add_filter( 'fixed_bottom_menu_css_url', function () { $wp_uploads = wp_upload_dir(); $upload_url = $wp_uploads['baseurl']; if ( is_ssl() ) { $upload_url = str_replace( 'http:', 'https:', $upload_url ); } $upload_url = untrailingslashit( $upload_url ); return $upload_url . '/tmp/fixedbottommenu.css'; }, 10, 1 );

安装:

  1. Upload fixed-bottom-menu directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Settings
  • Edit settings

升级注意事项:

1.00 Initial release.

更新日志:

[2.08] 2024/04/21 [2.07] 2024/04/21 [2.06] 2024/04/21 [2.05] 2024/04/20 [2.04] 2024/04/19 [2.03] 2024/04/18 [2.02] 2024/04/17 [2.01] 2024/04/17 [2.00] 2024/04/16 1.30 Supported WordPress 6.4. PHP 8.0 is now required. 1.29 Fixed problem with adding columns. 1.28 Supported WordPress 5.7. 1.27 Fixed uninstall. 1.26 Supported WordPress 5.6. 1.25 Updates related to add-ons. 1.24 Updates related to add-ons. 1.23 A link to the demo site has been posted. Fixed Bottom Menu Live 1.22 Added footer class option. Changed color picker. 1.21 Fixed an error related to add-ons. 1.20 Added filter for erase menu. Added filter for z-index. 1.19 Added filter for values in columns. 1.18 Removed unnecessary code. 1.17 Added several options. Added several filter. 1.16 Fixed a problem with the iOS home bar being covered. 1.15 Can specify the number of columns from 3 to 5. 1.14 Fixed translation. 1.13 Fixed translation. 1.12 Fixed url link problem. 1.11 Old settings (ver1.01) can now be selected. 1.10 The setting screen has been changed. 1.04 Fixed problem of CSS. 1.03 Fixed issue "Max Width". 1.02 Fixed problem of CSS. 1.01 Fixed link to the setting page. 1.00 Initial release.