Hi,
Please follow the below steps to resolve the issue.
1 . \wp-content\plugins\contus-video-gallery\myextractXML.php and go to line no 142 and remove the below code.
`// Get the google Adsense
if($media->google_adsense == 1){
$google_adsense = ‘allow_google_adsense=”true”‘;
$google_adsense_id = ‘google_adsense=”‘.$media->google_adsense_value.'”‘;
}
else{
$google_adsense = ‘allow_google_adsense=”false”‘;
$google_adsense_id = ‘google_adsense=”0″‘;
}`
2 . \wp-content\plugins\contus-video-gallery\hdflvvideoshare.php and find add_column_if_not_exist( $errorMsg , "$table_setting" , 'memeber_upload_enable' , 'INT( 3 ) NOT NULL ');
and replace with add_column_if_not_exists( $errorMsg , "$table_setting" , 'memeber_upload_enable' , 'INT( 3 ) NOT NULL ');
3. For alignment issue, open \wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php and go to line 710 and find $output .= '</div></div>';
and replace with $output .= '</div></div></div>';
4. And also open \wp-content\plugins\contus-video-gallery\front\models\videohome.php and find the below code inside public function get_playxmldata
and delete it.
echo $numberofvideos;
exit;
If you are still facing any difficulties in this, feel free to contact our support team at [email protected]