Title: htmlcoder001's Replies | WordPress.org

---

# htmlcoder001

  [  ](https://wordpress.org/support/users/htmlcoder001/)

 *   [Profile](https://wordpress.org/support/users/htmlcoder001/)
 *   [Topics Started](https://wordpress.org/support/users/htmlcoder001/topics/)
 *   [Replies Created](https://wordpress.org/support/users/htmlcoder001/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/htmlcoder001/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/htmlcoder001/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/htmlcoder001/engagements/)
 *   [Favorites](https://wordpress.org/support/users/htmlcoder001/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Load More Anything] How to make it work with Elementor?](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/)
 *  [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/)
 * (@htmlcoder001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/#post-14701849)
 * [@mdshuvo](https://wordpress.org/support/users/mdshuvo/) Thank you too for your
   plugin and info about paid version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Load More Anything] How to make it work with Elementor?](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/)
 *  [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/)
 * (@htmlcoder001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/#post-14692305)
 * [@jerry000](https://wordpress.org/support/users/jerry000/) I bet that it is just
   selectors issue, but I dont have a lot experience with Elementor, dont work with
   it. You need to find what selectors will be correct. Try to combine tag and id
   for parent, like:
    `div#parent-id-here` and use as item selector: `div#parent-
   id-here div.post-class-here`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Load More Anything] How to make it work with Elementor?](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/)
 *  [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/)
 * (@htmlcoder001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/#post-14689391)
 * [@jerry000](https://wordpress.org/support/users/jerry000/) it seems that u use
   wrong selectors anyway. I looked in the code of your website and I saw that **.
   ma-el-blog-post** is not an item of **.elementor-widget-container**.
 * In this case u should use as parent:
    `div.ma-el-blog-wrapper` and as item `div.
   ma-el-post-outer-container`
 * Hope you will solve this issue.
    -  This reply was modified 4 years, 10 months ago by [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Load More Anything] How to make it work with Elementor?](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/)
 *  [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/)
 * (@htmlcoder001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/#post-14689359)
 * I mean try it to do like this:
    `div.elementor-widget-container` and `div.elementor-
   widget-container div.ma-el-blog-post`
 * If it is divs of course. Check tags in developer tools browser panel.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Load More Anything] How to make it work with Elementor?](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/)
 *  [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/)
 * (@htmlcoder001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/how-to-make-it-work-with-elementor-2/#post-14689278)
 * Hello. Try to add tags to your classes in plugin settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Load More Anything] Plugin dont see all posts](https://wordpress.org/support/topic/plugin-dont-see-all-posts/)
 *  Thread Starter [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/)
 * (@htmlcoder001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/plugin-dont-see-all-posts/#post-14689254)
 * Seems that it was an issue with selectors.
    First time when i tried it, my selectors
   was:
 *     ```
       Load More Button Selector - .tpfl-gallery
       Load More Items Selector - .tpfl-gallery .tpfl-gallery__item or just .tpfl-gallery__item
       ```
   
 * I solved it when I set it to:
 *     ```
       Load More Button Selector - div#gallery_block
       Load More Items Selector - div#gallery_block div.tplf-gallery__item
       ```
   
 * Looks like it need tags insted of just class or id. Maybe Im wrong but it worked
   now with tags added to id/class.
    -  This reply was modified 4 years, 10 months ago by [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/).
      Reason: Fixed id's in code preview
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Images rotate on upload](https://wordpress.org/support/topic/images-rotate-on-upload/)
 *  [htmlcoder001](https://wordpress.org/support/users/htmlcoder001/)
 * (@htmlcoder001)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/images-rotate-on-upload/#post-11809270)
 * I think you have this problem because of incorrect EXIF in your images metadata.
   The best wy to solve is to clear all metadata of your images before uploading.
   You can do it manually or write/find simple php script

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