Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter hoa.buiduy

    (@hoabuiduy)

    I fixed it
    Thank u so much ??

    karthikeyani

    (@karthikeyani)

    Hi,

    Thank you for your update. If you have any other queries feel free to contact us.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search problem’ is closed to new replies.