|
| Extends MetaSlider allowing slides to be opened in a lightbox. Wordpress Tutorial |
|
Noted That:
|
|
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.
Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.
Step-4 : Now, Click on " Upload Plugin " button.
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 "
Step-6 : Now, Click on " Active Plugin "
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. oRAfter Activated Plugin According to Step-6 then,
|
| 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:
The not so easy way:
|
| Name |
|---|