=== Footer Mega Grid Columns Pro === Tags: footer, footer widgets, footer widgets in grid, simple footer editor, mega footer, megafooter Contributors: wponlinesupport Requires at least: 4.7 Tested up to: 6.4.1 Stable tag: 1.3 Requires PHP: 5.4 Author URI: https://www.essentialplugin.com Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen. Register a widget area for your theme and allow you to add and display widgets in grid view with multiple columns == Description == > **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' ); Is your footer stuck in the default "3 or 4 columns" that came with your theme? Footer Mega Grid Columns - Register a widget area for your theme and allow you to add and display 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. Check [DEMO](https://demo.essentialplugin.com/footer-mega-grid-columns-demo/) for more details. = Features = * Add a Footer widget i.e. Footer Mega Grid Columns. * Display all widgets in grid 1,2,3,4 etc under Footer Mega Grid Columns = How to display = Add the following code in your footer.php OR you can display via shortcode also [fmgc_widgets] Template Code == Installation == 1. Upload the 'footer-mega-grid-columns' folder to the '/wp-content/plugins/' directory. 2. Activate the "Footer Mega Grid Columns" list plugin through the 'Plugins' menu in WordPress. 3. Check you Widget section for widget name Footer Mega Grid Columns. 4. Add the following code in your footer.php file under