plugin-icon

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

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 col …
Beoordelingen
4.5
Laatst bijgewerkt
September 20, 2023
Versie
1.4.1
Actieve installaties
4K
Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen

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

Zit je footer vast in de standaard “1 of 2 kolommen” die met je thema is meegeleverd?

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

Voeg de volgende code toe aan uw footer.php

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

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.
  • Kan met de meeste thema’s worden gebruikt.
  • Widgets van derden kunnen worden toegevoegd.

How to install :

Gratisop Creator abonnement
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Actieve installaties
4K
Getest tot
6.3.4
Deze plugin kan worden gedownload, zodat je hem op je zelf-gehoste WordPress-installatie kan gebruiken.