• I like it soo much but i dont like that you cannot customize the next and previous button. I want to be able to choose next button and previous button to be only for category, for all videos or to choose next video. But overall its the best plugin that I used in my life for gallery.

    edit: I’m just dumb and I didn’t find it sorry. Its the best plugin.

    • This topic was modified 3 years, 9 months ago by akame1981.
    • This topic was modified 3 years, 9 months ago by akame1981.
    • This topic was modified 3 years, 9 months ago by akame1981.
Viewing 1 replies (of 1 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Thanks for your feedback ??

    But, sorry I’m not 100% clear with your following message,

    “I want to be able to choose next button and previous button to be only for category, for all videos or to choose next video.”

    Currently, our plugin shows the page numbers in the pagination. I understand you don’t want them to show and only need the next and previous buttons. Am I correct? If this is the issue, this could be solved by using CSS. Kindly try adding the following CSS code under “Appearance => Customize => Additional CSS” from your WordPress Admin Dashboard,

    .aiovg-pagination .page-numbers,
    .aiovg-pagination-wrapper .aiovg-text-muted {
        display: none;
    }
    
    .aiovg-pagination .page-numbers.prev,
    .aiovg-pagination .page-numbers.next {
        display: inline;
    }

    Hope this solved your issue!

    Please correct me If I have misunderstood your question.

Viewing 1 replies (of 1 total)
  • The topic ‘I like it’ is closed to new replies.