Banner for Ml Slider Lightbox
Extends MetaSlider allowing slides to be opened in a lightbox. Wordpress Tutorial
Noted That:
  • To install correctly this ml-slider-lightbox.zip .
  • Fisrt Download the ml-slider-lightbox.zip to your computer
  • Extract/Open ml-slider-lightbox.zip to Your Computer.
  • Then, Find readme.txt file inside ml-slider-lightbox.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " ml-slider-lightbox.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Ml Slider Lightbox

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Ml Slider Lightbox

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Ml Slider Lightbox

Step-5 : Now, Browse " ml-slider-lightbox.zip " Downloaded plugin from your computer, Where you downloaded " ml-slider-lightbox.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Ml Slider Lightbox

Step-6 : Now, Click on " Active Plugin "

Activate Ml Slider Lightbox

Step-7 : Then, See left Side Menu. " Ml Slider Lightbox " folder is added on left Side Menu. Now, Click on " Ml Slider Lightbox " folder.

Noted that: If you do not see " Ml Slider Lightbox " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Ml Slider Lightbox Configurations and Settings or How to work " Ml Slider Lightbox " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " MetaSlider Lightbox " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is MetaSlider Lightbox
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Requires:

and one of the following lightbox plugins:

If you would like to use a lightbox plugin, you can filter the supported plugin list with the necessary attributes. For example, using Responsive Lightbox Lite

add_filter('metaslider_lightbox_supported_plugins', 'supported_plugins_list');
function supported_plugins_list($supported_plugins_list) { return array( 'Responsive Lightbox' =>
 array( 'location' =>
 'responsive-lightbox-lite/responsive-lightbox-lite.php', 'settings_url' =>
 'options-general.php?page=responsive-lightbox-lite', 'rel' =>
 'lightbox', 'attributes' =>
 array( 'data-lightbox-type' =>
 'iframe' ) ) );
}

Note that you can use `:url` or `:caption` to retrieve these items from the slides, such as `’data-lightbox-url’ => ‘:url’`

The easy way:

  1. Go to the Plugins Menu in WordPress
  2. Search for “MetaSlider Lightbox”
  3. Click “Install”

The not so easy way:

  1. Upload the ml-slider-lightbox folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Manage your slideshows using the ‘MetaSlider’ menu option

Name