Hi,
Please download the latest package from http://wordpress.org/support/plugin/contus-video-gallery and unzip it. Now copy the following files
contus-video-gallery\front\views\videoshortcode.php
contus-video-gallery\front\views\videohome.php
contus-video-gallery\css\style.min.css
contus-video-gallery\css\style.css
and replace in the following path through FTP/Cpanel and check.
wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php
wp-content\plugins\contus-video-gallery\front\views\videohome.php
wp-content\plugins\contus-video-gallery\css\style.min.css
wp-content\plugins\contus-video-gallery\css\style.css
If you are still facing side bar alignment issue, open wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php and find // Enable/disable Related videos starts here. Above the line you can find the following code $output .= '</div></div>';. Now hide it and check.
I just download it today before my post. Are you saying there is new revision already?
Then please try the second step. ie.,
open wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php and find // Enable/disable Related videos starts here. Above the line you can find the following code $output .= '</div></div>';. Now hide it and check.
The last instruction worked. Thank you.
If you have any other queries feel free to contact us.
That worked for me as well – still no title on home page though….
Hi,
I have already fixed the issue in your site and when i check the file today, the changes which I made in your file is not there. Please note, your theme overwriting the image tags (http://screencast.com/t/zSVcogHL). So that the issue happened. Now the issue is fixed and I have added the following code at the end of the following file /wp-content/plugins/contus-video-gallery/css/style.min.css.
.vid_info{float: left;width: 100%;padding: 17px 6px 8px;}
My site template is also misaligned. I commented out $output .= ‘</div></div>’;., but it then threw off the other side. Now it’s misaligned on the left. http://thecreepshow.com/?page_id=88
Hi,
Please follow the steps mentioned in the following link https://wordpress.org/support/topic/cannot-add-videos-1?replies=2#post-6045954. If you are still facing the same issue, contact the supporting team at assist@apptha.com
After over an hour trying all the different suggestions for this issue across multiple posts in this forum, THIS finally worked for me!
open wp-content\plugins\contus-video-gallery\front\views\videoshortcode.php and find // Enable/disable Related videos starts here. Above the line you can find the following code $output .= ‘</div></div>’;. Now hide it and check.
Hopefully this helps others too, what a frustrating issue.