like [youtube] [vimeo] Video gallery > settings > Replace default video embeds – choose a player configuration
Where to find backups ?
Presuming you have autobackup enabled in Video Gallery > Settings > Enable Autobackup The backups will be stored in yoursite.com/wp-content/uploads/dzsvg_backups/
How to enable search in gallery
In video gallery admin Also you can find the search options here
How to show mute button in top right of the player
Go to Video Gallery > Player configurations To the configuration you are using In Misc > Extra classes for player add show-muted-btn and save
How to clear vimeo / youtube / facebook cache
We cache vimeo / youtube / facebook calls for one hour so that it will not load a large amount of videos each time a call is made. To clear cache just go to video gallery > settings, and at the bottom click delete settings, then delete cache
My vimeo private videos will not show in album
First of all, vimeo should function with api key Have you got api key setup in video gallery > settings > vimeo ? If not, you need to set them up Visual and video guide here – https://zoomthe.me/knowledge-base/video-gallery/knowledge-base/how-to-set-up-video-gallery-with-vimeo-api/ Important: after you setup API, you need to clear cache
How to add video gallery roles to your users
Visual guide Install this plugin – https://wordpress.org/plugins/user-role-editor/ ( User Role Editor ) Then go to your wp dashboard > users, and choose the user you want to add video gallery roles. The roles are video_gallery_edit_options – edit video gallery > settings video_gallery_edit_others_galleries – he can edit all galleries video_gallery_edit_own_galleries – […]
How to enable social share lightbox button
This is what we are trying to achieve Go to the video gallery you are editing, access Social tab and enable Social share button Then go to video gallery > settings > social and make sure Merge into one is enabled The social network icons are html code, but you […]
How to hide big play button on mobile
Go to video gallery > settings > appearance and in extra css enter @media all and (max-width: 550px){ body .vplayer .big-play-btn { display:none; } }
How to add cover image for video gallery playlists ?
In the admin in Appearance you will find Cover image fields