• Hi, I found in that selector for pagination were:

    Pagination Selecto .woo-pagination
    Next Page Selector a.next
    Previous Page Selector a.prev

    But it’s not working.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Your Pagination Selector is div.pages

    Thread Starter Marko

    (@darkomarko)

    Hi,

    Thank you for the answer!

    I changed the Pagination Selector to div.pages but it’s not working. How can I find out which element goes in selector?

    I have this setup:
    Products Container Selector ul.products.grid
    Product Item Selector li.isotope-item.product
    Pagination Selector div.pages
    Next Page Selector a.next
    Previous Page Selector a.prev

    I’ve tried many combinations but I can’t make it work. Is it possible that the plugin doesn’t work because of the theme? I’m using betheme.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Next Page Selector .page-numbers.current + a

    Your theme is not outputting next/prev page arrows. Try the selector I provided for the next page. Prev page will not work.

    Thread Starter Marko

    (@darkomarko)

    It works, thank you so much! You are a lifesaver!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working because selectors’ is closed to new replies.