Hi,
Please open \wp-content\plugins\contus-video-gallery\front\views\videomore.php and find __('No Videos Found', 'video_gallery') around line no 443. Below the line you can find the following code. $div .= '<div class="clear"></div>';. Please replace with the following code.
$div .= '</div>';
$div .= '<div class="clear"></div>';
Now find the below code at line no 463 $div .= '<div class="tablenav"><div class="tablenav-pages" >' . $page_links . '</div></div></div>'; and remove the last </div> tag like the following one.
$div .= '<div class="tablenav"><div class="tablenav-pages" >' . $page_links . '</div></div>';
If you are still facing the same issue, feel free to contact us.
I fixed it
Thank u so much 🙂
Hi,
Thank you for your update. If you have any other queries feel free to contact us.