This version here includes WPBakery builder version, cornerstone etc. So you can purchase that and have all
How to enable social share button in gallery
In video gallery admin for your gallery, click Social and you will find option Social share button
If I add 1000s of videos will site / server performance suffer ?
Here are DigitalZoomStudio we strive to make our products as optimised as possible. Video items are custom wordpress posts. It’s just like having 1000 normal blog posts. There are many wordpress sites with even hundred of thousands of posts which have no issue with performance so nothing to worry about. If […]
Developer API Functions
API Documentation Video Gallery API videoEnd forces video end api_play_currVideo play current video api_gotoNext go to next video api_gotoPrev go to previous video api_set_action_playlist_end trigger a function when the playlsit has ended ie. document.getElementById(“id_sample”).api_set_action_playlist_end(yourfunction) api_gotoItem go to specific item ie. document.getElementById(“id_sample”).api_gotoItem(3) for third item How to use api: Let’s say […]
How to adjust logo position in gallery / player
Go to Video Gallery > Settings > Appearence and in Extra CSS enter body .videogallery .the-logo{ top:10px!important; right: 100px!important; } adjust to your liking
How to center video player and limit size
Just place this in Text editor ( not Visual editor ) <div class=”” style=”max-width: 600px; margin: 0 auto; “></div>
How to setup custom skin for the gallery / playlist ?
Go to the gallery admin Select the gallery you wish And for the Gallery skin choose Custom Dimensions here
How to translate strings inside video gallery ( skip ad )
Go to video gallery > settings > appearence and find options to translate different strings
How to place gallery in the center of the page / align center
Go to Text editor of wordpress ( not visual editor ) and input this code <div class=”” style=”text-align: center; max-width:800px;”> </div> that should make the gallery aligned center with a max width of 800px
Video item permalink says not found 404
Log in to the WordPress Dashboard. In the navigation menu click Settings, then click Permalinks. You will then be on the WordPress Permalinks Settings page. select Day and name or whatever fits your site save