biggia
Forum Replies Created
-
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Cannot Add VideosThe solution that works for me, from Apptha Support Team:
Please go to the below file path:
\wp-content\plugins\contus-video-gallery\front\models\videoshortcode.php
Find the code:
public function getshort_video_detail ( $vid, $number_related_video ) {
global $wpdb;NOTE: After the above code , please paste the below query and refresh the video detail page so that the query will execute.
$query = ‘ALTER TABLE ‘ . $this->_videoinfotable . ‘ MODIFY google_adsense_value INT( 3 ) NULL’;
$this->_wpdb->query( $query );$query = ‘ALTER TABLE ‘ . $this->_videoinfotable . ‘ MODIFY google_adsense INT( 3 ) NULL’;
$this->_wpdb->query( $query );$query = ‘ALTER TABLE ‘ . $this->_videoinfotable . ‘ MODIFY midrollads INT( 11 ) NULL’;
$this->_wpdb->query( $query );$query = ‘ALTER TABLE ‘ . $this->_videoinfotable . ‘ MODIFY imaad INT( 11 ) NULL’;
$this->_wpdb->query( $query );$query = ‘ALTER TABLE ‘ . $this->_videoinfotable . ‘ MODIFY prerollads VARCHAR(25) NULL’;
$this->_wpdb->query( $query );$query = ‘ALTER TABLE ‘ . $this->_videoinfotable . ‘ MODIFY postrollads VARCHAR(25) NULL’;
$this->_wpdb->query( $query );After this, the add new video function works again (for me, I hope for you too) ??
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] fatal error after upgradeOk, I try.
Thank you very much ??Forum: Plugins
In reply to: [The Events Calendar: Category Colors] fatal error after upgradeIt’s ok,
I wrote to my webhosting (Aruba), they told me that the version of php actually was still 5.2.17 although in the panel was written 5.3.29
they took me to the correct version of php, now the plugin works ??Forum: Plugins
In reply to: [The Events Calendar: Category Colors] fatal error after upgradeI installed 4.0.3 but it don’t work, the error is:
Unfortunately, The Events Calendar Category Colors can not run on PHP versions older than 5.3.0. Read more information about how you can update.
My site is on Aruba, hosting linux
PHP Version 5.3.29
Thread Safety disabled
PHP Version 5.3.29
memory_limit 128M 128M
upload_max_filesize 25M 25M
GD Support enabled
GD Version bundled (2.1.0 compatible)Query Monitor plugin does not work either.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] No related video centerIt works, thank you very much ??
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] No related video centersorry, correct link:
https://www.telemasone.com/videogallery/odonoghue-irish-pub-campo-ligure/Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] No related video centerso if the people watching the video does not push that button, I can not let they see the related videos?
and what about the words “Related videos” under the video? (See https://www.telemasone.com/videogallery/odonoghue-irish-pub-campo-ligure/)Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] video in blogHi, thanks, this is very usefull for me, I see the posts in new menu and i can add the featured images, but posts with post-type “videogallery” created by Contus video gallery when add a new video not yet appear in my blog (=list of post).
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] video in blogHi, I know how to add videos to posts.
I try to explain better:
I add a video in wordpress video gallery, es with id=1 -> automatically creates a post that I do not see in the blog (blog=list of posts) with post-type “videogallery”.
If I want to see the video in the blog (blog=list of posts), I have to add ANOTHER post, with [hdvideo id=1].
Result: I have 2 identical posts, one for video gallery and one for the blog.
So, doing a search, I find all the posts with video doubles: the one with post-type “video gallery” the other with post-type “post”.Question: Is it possible to see the posts, created automatically when I insert a video, into my blog, without having to make another post with the video in it?