Title: Wrong Selectors or problem with plugin?
Last modified: August 31, 2016

---

# Wrong Selectors or problem with plugin?

 *  [luigibella](https://wordpress.org/support/users/luigibella/)
 * (@luigibella)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wrong-selectors-or-problem-with-plugin/)
 * I have been waiting for a response to my support ticket titled “wrong format 
   on infinite scroll” for over two weeks, please address that thread ASAP.
 * Here is the Issue I am having:
    I can get more products to load but not all the
   columns load on some rows; note that this only happens once you scroll down to
   the bottom and more products are loaded. here are the Selectors I am using:
 *     ```
       Navigation Selector: .paginate
       Next Selector .next
       Item Selector: div.item-column.
       Content Selector: .products
       ```
   
 * Thank you very much
    [http://btltees.staging.wpengine.com/shop/](http://btltees.staging.wpengine.com/shop/)
 * [https://wordpress.org/plugins/yith-infinite-scrolling/](https://wordpress.org/plugins/yith-infinite-scrolling/)

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

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wrong-selectors-or-problem-with-plugin/#post-7282497)
 * Hi luigi,
    the problem is related with the html of your site. Your theme add 
   after each two products a div with class clear-sm and this is incompatible with
   the plugin. My suggestion is to add a class to this div and to products like ‘
   infs-elem’ and set option Item Selector to div.infs-elem
 * Otherwise another solution is to remove the div clear-sm and adjust products 
   position using css.
 * Regards.
 *  Thread Starter [luigibella](https://wordpress.org/support/users/luigibella/)
 * (@luigibella)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wrong-selectors-or-problem-with-plugin/#post-7282507)
 * I have contacted the Template’s developer and he provided me with the following
   code regarding your suggestion:
 * .products .clear-sm {
    display: none !important; }
 * unfortunately, this didn’t fix the issue.
    are you quite certain that the div
   clear-sm is the issue?
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years ago](https://wordpress.org/support/topic/wrong-selectors-or-problem-with-plugin/#post-7282518)
 * Hi,
    yes, I’m sure that the div clear-sm is the problem, but you need to remove
   it and not just hide it with css.
 * Regards.
 *  [itsjaked](https://wordpress.org/support/users/itsjaked/)
 * (@itsjaked)
 * [10 years ago](https://wordpress.org/support/topic/wrong-selectors-or-problem-with-plugin/#post-7282526)
 * Make sure your ‘Next Selector’ is the actual link element (a tag) and not it’s
   container. That should fix the duplicate content problem.

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

The topic ‘Wrong Selectors or problem with plugin?’ is closed to new replies.

 * ![](https://ps.w.org/yith-infinite-scrolling/assets/icon.svg?rev=3303151)
 * [YITH Infinite Scrolling](https://wordpress.org/plugins/yith-infinite-scrolling/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-infinite-scrolling/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-infinite-scrolling/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-infinite-scrolling/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-infinite-scrolling/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-infinite-scrolling/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [itsjaked](https://wordpress.org/support/users/itsjaked/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/wrong-selectors-or-problem-with-plugin/#post-7282526)
 * Status: not resolved