Okay
  Public Ticket #2171159
woocommerce selector
Closed

Comments

  •  2
    planet99 started the conversation

    Hi, i am using a plugin and it does not seem to work with the theme. I suspect the value you used below is different from the default one. Can you please confirm with me is the value you use the same or different. If different please let me know the exact value you use in the theme.

    • Products selector: ul.products
    • Product count selector: .woocommerce-result-count
    • Product order by selector: form.woocommerce-ordering
    • Products pagination selector: .woocommerce-pagination


  • [deleted] replied

    Hi planet99,

    The values are all correct except "Products pagination selector" because it depends on what pagination type you use, in case you are using normal pagination (see here) then the selector ".woocommerce-pagination" applies and it is correct, but if you are using Infinite Scroll then the pagination container is different element and even if it has "woocommerce-pagination" class it won't make any sense because it will be handled by our JS.

    I hope this will help you.