Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen

Getting Started

Important Note : This plugin work better with WordPress older version till 5.7. It still works with latest version of WordPress i.e. 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

 add_filter( 'use_widgets_block_editor', '__return_false' );

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.

Screen shows “Footer Mega Grid Columns” in widgets section.

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 just need to follow few steps.

  1. Go to widget Tab and click on any widget
  2. Add columns 1,2,3,4 in Footer Mega Grid Columns in widget
  3. same as you can add in Footer Mega Grid Columns widget like search, calendar and custom menu widget etc.

How to add shortcode in footer section ​

Paste below template code in footer tag in footer.php file in active theme.

<?php if( function_exists('slbd_display_widgets') ) { echo slbd_display_widgets(); } ?>

Bellow screen show Footer Mega Grid 2 Columns in footer on front side

Bellow screen show Footer Mega Grid 3 Columns in footer on front side

Bellow screen show Footer Mega Grid 4 Columns in footer on front side

  1. Plugin Installation
  2. How to Activate License Key and Update
  3. Plugin not Updating – Getting an Error Unauthorized