Home Forums WoodMart support forum Use YITH Infinte Scrolling

Use YITH Infinte Scrolling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27250

    covicon
    Participant

    Due to YITH Infinte Scrolling has unique URLs for each “load”, i would like to use this plugin instead of the implemented solution. I need to know some Selectors, i tried to find it by myself but it does not work, i think i had the Wrong selectors. Could you help me and provide the necessary CSS Selectors?

    The Slectors i need to know are:

    Navigation Selector
    The selector that contains the navigation of this section. Selectors can be class or ID names: the first ones must have a dot in front (.class-name), while the second must have a hash (#id-name).

    Next Selector
    The selector of the link that redirects to the next page of this section. Selectors can be class or ID names: the first ones must have a dot in front (.class-name), while the second must have a hash (#id-name).

    Item Selector
    The selector of the single item in the page. Selectors can be class or ID names: the first ones must have a dot in front (.class-name), while the second must have a hash (#id-name).

    Content Selector
    The selector that contains your section content. Selectors can be class or ID names: the first ones must have a dot in front (.class-name), while the second must have a hash (#id-name).

    Attached in Image of the Selectors i tried that not have worked.

    Attachments:
    You must be logged in to view attached files.
    #27257

    Artem Temos
    Keymaster

    Hello,

    Here are all the necessary selectors

    Navigation Selector.woocommerce-pagination

    Next Selector.next.page-numbers

    Item Selector .product

    Content Selector.products

    Kind Regards

    #27261

    covicon
    Participant

    Thanks, it works, but it works not good, because if someone choose to display for example 6 Products in a row, the whole Grid of Products breaks. I think for that is no solution possible?

    #27274

    Artem Temos
    Keymaster

    Sorry, but we can’t fix this since it somehow breaks our loop counting and clears functionality.

Viewing 4 posts - 1 through 4 (of 4 total)