• Hello! I would like to know if it’s possible to make the plugin compatible with the store page of the vendors in the dokan plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Plugin can work with any products list, page must has pagination with link for next page, also you need to set correct selectors for products and pagination.

    Regards,
    Oleg

    Thread Starter xthebhann

    (@xthebhann)

    Hello!

    Thanks for your quick response. I try to use it with the next selectors:

    Pagination Selector .woocommerce-pagination, .dokan-pagination
    Next Page Selector .woocommerce-pagination a.next, .dokan-pagination li:last-child > a

    but it didn’t work. Could you please help me? This is the page https://efectomariposa.online/tienda/mariamonicavt/

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    1. Do not use anything like :last-child for next page selector, becuase last page will also has this selector and plugin will load incorrect pages.

    2. Your site right now has those settings
    next page: .woocommerce-pagination a.next
    pagination: .woocommerce-pagination
    previous page: .woocommerce-pagination a.prev

    Regards,
    Oleg

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