前言介紹
- 這款 WordPress 外掛「Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen」是 2016-12-28 上架。
- 目前有 3000 個安裝啟用數。
- 上一次更新是 2024-08-23,距離現在已有 254 天。
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 有 10 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
patelketan | pratik-jain | anoopranawat | piyushpatel123 | wponlinesupport |
外掛標籤
mega footer | footer widgets | website footer | simple footer editor | footer widgets in grid |
內容簡介
重要提示:此外掛與 WordPress 5.7 及以下版本相容性更好。
儘管仍能在最新版 WordPress 5.8 或以上版本中運行,但您需要啟用舊式小工具畫面。為此,您需要在主題/子主題的 functions.php 檔案中加入以下代碼:
function fmgc_theme_setup() {
remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'fmgc_theme_setup' );
或者
//停用區塊編輯器管理小工具。
add_filter( 'use_widgets_block_editor', '__return_false' );
探索 Footer Mega Grid Columns 的特色 | 年度或終身套餐優惠
您的頁尾是否卡在主題預設的「1或2欄」中?
Footer Mega Grid Columns 是一款免費外掛,可讓您根據主題要求建立網格式頁尾區塊。
Footer Mega Grid Columns - 註冊頁尾小工具區域,並允許您以多欄顯示方式添加和顯示頁尾小工具。
網站頁尾是重要的網站房地產,通常包含重要的引導產生項目,如 mailchimp 和社交媒體。一個設計良好的頁尾可以帶來巨大的好處。
如何顯示頁尾格線
在您的 footer.php 中添加以下代碼
特點
添加頁尾小工具,即 Footer Mega Grid Columns。
在 Footer Mega Grid Columns 下以網格1,2,3,4等方式顯示所有小工具。
可用於大多數主題。
可添加第三方小工具。
如何安裝:
原文外掛簡介
Important Note : This plugin work better with WordPress older version till 5.7.
It still works with latest version of WordPress 5.8 or above but you need to enable Legacy / Classic / Old Widget Screen. For this you need to add following code in your theme/child theme functions.php file:
function fmgc_theme_setup() {
remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'fmgc_theme_setup' );
OR
// Disables the block editor from managing widgets.
add_filter( 'use_widgets_block_editor', '__return_false' );
Explore Footer Mega Grid Features | Annual or Lifetime Bundle Deal
Is your footer stuck in the default “1 or 2 columns” that came with your theme?
Footer Mega Grid Columns is a free plugin which allows you to create footer areas in grid depending upon the requirement of your theme.
Footer Mega Grid Columns – Register a footer widget area for your theme and allow you to add and display footer widgets in grid view with multiple columns.
The site footer is a valuable piece of site real estate, often containing important lead generating items such as mailchimp and social. A well designed footer can be a tremendous benefit.
How to display footer grid
Add the following code in your footer.php
Features
Add a Footer widget ie Footer Mega Grid Columns .
Display all widgets in grid 1,2,3,4 etc under Footer Mega Grid Columns.
Can be used with most of the themes.
Third party widget can be added.
How to install :
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。