How to create categorized grid

Example can be found here This is the shortcode you will want to use [dzs_videoshowcase type=”video_items” mode=”zfolio” mode_zfolio_skin=”skin-forwall” mode_zfolio_gap=”30px” mode_zfolio_layout=”3columns” orderby=”none” order=”DESC” count=”5″ mode_zfolio_default_cat=”none” mode_zfolio_show_filters=”on” mode_zfolio_title_links_to=”zoombox” count=”6″] This will import all your video items – to have multiple categories, separate your videos into multiple categories by selecting a Video Item […]

How to setup videos in playlist without admin

You can use place the videos by shortcode like this [videogallery id=”already_self_host_videos”][dzs_video thumbnail=”https://i.imgur.com/Wym4kU2.png” source=”http://techslides.com/demos/sample-videos/small.mp4″ config=”skinauroradefault” loop=”off” type=”normal” init_player=”off” title=’the-title 1 power’ menu_description=”menu description”][dzs_video thumb=”https://i.imgur.com/Wym4kU2.png” source=”http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4″ config=”skinauroradefault” loop=”off” type=”normal” init_player=”off” title=’the-title 2′ menu_description=”menu description”][/videogallery] the playlist will take it’s settings from the id though, but the videos can be manually added […]

How to setup frontend upload

You will need this plugin Settings The Upload page can be created in Video Gallery > Settings > Upload Page Settings You can choose one or auto generate it from the button below. Shortcode You can use this shortcode on any page [dzsvp_upload_form]    

How to have gallery with only shortcodes ( without admin )

You can just use [videogallery id=”already_self_host_videos”][dzs_video thumbnail=”https://i.imgur.com/Wym4kU2.png” source=”http://techslides.com/demos/sample-videos/small.mp4″ config=”skinauroradefault” autoplay=”off” cue=”off” loop=”off” type=”normal” responsive_ratio=”default” is_360=”off” init_player=”off”][dzs_video thumb=”https://i.imgur.com/Wym4kU2.png” source=”http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4″ config=”skinauroradefault” autoplay=”off” cue=”off” loop=”off” type=”normal” responsive_ratio=”default” is_360=”off” init_player=”off”][/videogallery]