• Hello, I’m having trouble tracking adsense on some plugin video pages. When I check, they are correct video pages but with the addition of “page/ 2” .. for example: url.com/video-665/page/2 is there anything to do for the plugin not to generate these fake pages? tks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    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.

    Thread Starter Daniel Silva

    (@pebsp)

    And is there any option in the plugin to remove the pagination?

    Thread Starter Daniel Silva

    (@pebsp)

    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

    Plugin Contributor wpvideogallery

    (@wpvideogallery)

    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!

    Thread Starter Daniel Silva

    (@pebsp)

    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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems URLS’ is closed to new replies.