The “/page/2” from your URL represents the second page of the gallery. I guess the page “url.com/video-665/” should be displaying our video gallery with the pagination and the “page/2” gets generated when a user click the second page from the pagination below the gallery.
The solution is to remove the pagination from the gallery. I have no idea what shortcode from our plugin this page “url.com/video-665/” uses. Please share us your site link. So, I can check and send you the exact fix.
And is there any option in the plugin to remove the pagination?
I understood the problem, the page on the video below shows the pagination in the related videos. Is there a way to remove this pagination from related videos? Like, limiting it to show only the first page, not all pages? I would not like to show all related videos, just a part
Kindly try adding the following CSS code in the “Additional CSS” option of your theme’s “Customizer” menu.
.single-aiovg_videos .aiovg-pagination-wrapper {
display: none !important;
}
Hope this solved your issue!
Hello! Solved! I am impressed with the quality of your support! It really makes a difference, and it will make me get the premium plugin! Congratulations!