VidMov - Video WordPress Theme By BeeTeam368

VidMov - Video WordPress Theme By BeeTeam368 v2.3.1

No permission to download

iBotWeb

Member
Jan 28, 2019
76
53
18
37
Hello @mr.tiendatdinh
Have you the last update

Version 1.8.7 (12/06/2022)
- New: [Beta] - Download from BunnyStream
- New: Autoplay for Slider Widget (Elementor)
- Improved: VAST Video Ads
- Improved player
- Update: Documentation
- Fixed: some minor bugs

Thanks
 

iBotWeb

Member
Jan 28, 2019
76
53
18
37
Hello,

For those who are having trouble activating the theme, here is the version where activation is done by clicking on "Verify".

1/ Install beeteam368 extensions and activate
2/ Go to VidMov Verify Purchase Code
3/ Click "Verify"
4/ Refresh

And if you use WP Automatic, here is the custom fields/taxonomies settings.

[ Update : 10/01/2023 ] : Import Youtube

beeteam368_video_formats_preview : auto
beeteam368_video_ratio : 16:9
beeteam368_views_counter_totals : [vid_views]
beeteam368_reactions_like : [vid_likes]
beeteam368_reactions_dislike : [vid_dislikes]
beeteam368_video_duration : [vid_duration]
beeteam368_reactions_total : [vid_likes]
beeteam368_reactions_data : fake.a:2:{s:4:"like";a:2:{s:6:"number";i:[vid_likes];s:5:"users";a:0:{}}s:7:"dislike";a:4:{s:6:"number";i:0;s:5:"users";a:0:{}s:4:"text";s:7:"Dislike";s:4:"icon";s:34:"<i class="fas fa-thumbs-down"></i>";}}

[ Update : 13/01/2023 ] : Import SoundCloud
beeteam368_audio_mode : pro
beeteam368_audio_url : [item_embed]
beeteam368_views_counter_totals : [item_playback_count]
beeteam368_audio_duration : [item_duration]
beeteam368_reactions_total : [item_likes_count]
beeteam368_reactions_like : [item_likes_count]
beeteam368_reactions_data : fake.a:2:{s:4:"like";a:2:{s:6:"number";i:[item_likes_count];s:5:"users";a:0:{}}s:7:"dislike";a:4:{s:6:"number";i:0;s:5:"users";a:0:{}s:4:"text";s:7:"Dislike";s:4:"icon";s:34:"<i class="fas fa-thumbs-down"></i>";}}

[ Update : 13/01/2023 ]
Add this code to functions.php :
PHP:
global $wpdb;
/* Fix WP Automatic Serialized Data to Database */
$vidmov_automatic_like_dislike = "UPDATE {$wpdb->prefix}postmeta SET `meta_value` = REPLACE(`meta_value`, 'fake.a:2', 'a:2') WHERE `meta_value` LIKE '%fake.a:2%'";
$wpdb->get_results($vidmov_automatic_like_dislike);

/* Fix WP Automatic Serialized Data iFrame SoundCloud VidMov */
$vidmov_automatic_soundcloud_iframe_height = "UPDATE {$wpdb->prefix}postmeta SET `meta_value` = REPLACE(`meta_value`, 'height=\"450\"', 'height=\"166\"') WHERE `meta_value` LIKE '%height=\"450\"%'";
$vidmov_automatic_soundcloud_iframe_visual = "UPDATE {$wpdb->prefix}postmeta SET `meta_value` = REPLACE(`meta_value`, '&amp;visual=true', '') WHERE `meta_value` LIKE '%&amp;visual=true%'";
$wpdb->get_results($vidmov_automatic_soundcloud_iframe_height);
$wpdb->get_results($vidmov_automatic_soundcloud_iframe_visual);

Reason :
Wordpress Automatic not allow insert postmeta serialize data directly into database.
Good coding :)
 

Attachments

  • themeforest-35542187-vidmov-video-wordpress-theme-[v1.8.6n].zip
    16.9 MB · Views: 150
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu