htmlcoder001
Forum Replies Created
-
Forum: Plugins
In reply to: [Load More Anything] How to make it work with Elementor?@mdshuvo Thank you too for your plugin and info about paid version.
Forum: Plugins
In reply to: [Load More Anything] How to make it work with Elementor?@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
In reply to: [Load More Anything] How to make it work with Elementor?@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 3 years, 4 months ago by htmlcoder001.
Forum: Plugins
In reply to: [Load More Anything] How to make it work with Elementor?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
In reply to: [Load More Anything] How to make it work with Elementor?Hello. Try to add tags to your classes in plugin settings.
Forum: Plugins
In reply to: [Load More Anything] Plugin dont see all postsSeems 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 3 years, 4 months ago by htmlcoder001. Reason: Fixed id's in code preview
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