This is a unique slider plugin which provides facility to include youtube videos in the slider with post. Slider can be easily created using shortcode …
Ultimate Multi Design Carousel is plugin which is used to create a slider which can show the youtube videos.
This plugin provides the facility to create two different types of slider.
Youtube videos can be inserted in the custom post type “UMDC Slider” by putting video url id and video title in the provided fields.
For example :
Youtube Video Url : https://www.youtube.com/watch?v=wCpGVkH_S2U
So here Url id : wCpGVkH_S2U
If there is no Video Url id provided, then the featured image of the post will be viewed in the slider.
No need of any programming skills, some options are by default set and user can also set the options by there own by just installing the plugin.
Slider setting can be done from the WordPress admin Settings -> Ultimate Multi Design.
Slider can be created using the shortcode provided by plugin.
We are having two types of shortcode one is for post type “post” and another one is for post type slider
For post type “post”.
[umdc-slider type="post" cat_id="1" layout="five-slides"]
OR
[umdc-slider type="post" cat_id="1" layout="three-slides"]
OR
[umdc-slider type="post" cat_id="1" layout="full-width"]
For post type umdc-slider.
[umdc-slider type="umdc-slider" layout="five-slides"]
OR
[umdc-slider type="umdc-slider" layout="three-slides"]
OR
[umdc-slider type="umdc-slider" layout="full-width"]
The following are other recommended plugins by the author:
If you want to customize the plugin according to your needs or have any other queries then feel free to contact us at [email protected].
If you liked our free plugins and want to help us maintain them and to create new free plugins then you may donate us at https://www.globalbizsol.com/donation
These are the settings for the UMDC slider plugin in the WordPress admin.
To include youtube video in the Custom Post Type "UMDC Slider" posts, please put Video Title and Youtube video id in the mentioned fields under post.
User can also set the featured image for the posts.
Here is slider created for custom post type "UMDC Slider" by using shortcode : [umdc-slider type="umdc-slider" layout="full-width"].
Here is slider created by custom post type "UMDC Slider" using shortcode : [umdc-slider type="umdc-slider" layout="three-slides"].
Here is slider created custom post type "UMDC Slider" by using shortcode : [umdc-slider type="umdc-slider" layout="five-slides"].
Here is slider created to show normal posts with category id "1" by using shortcode : [umdc-slider type="post" cat_id="1" layout="full-width"].
Here is slider created to show normal posts with category id "1" by using shortcode : [umdc-slider type="post" cat_id="1" layout="three-slides"].
Here is slider created to show normal posts with category id "1" by using shortcode : [umdc-slider type="post" cat_id="1" layout="five-slides"].
Just Use this shorcode to create slider of normal posts with category id “1”:
[umdc-slider type="post" cat_id="1" layout="full-width"]
Just Use this shorcode to create slider of posts of custom post type “UMDC slider”:
[umdc-slider type="umdc-slider" layout="full-width"]
Only Youtube videos can be added to the post.
The id of youtube video is taken from its url and put in the “Video Url Id” field in the post.
Here are some of the updates done in the plugin for making it easy to use and understand for front end user.
Initial Release.