36 comments found.
Is there a way to make the first 5 not fade in?
Eager to know, would be beyond appreciated!
The fade in effect is due to Isotope plugin. You need to add this CSS rule somewhere (in the css file or in your own css files):
.isotope, .isotope .isotope-item {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
Hi, are you still offering support for your script?
Hi,
Yes, sorry, but the reply delay can be up to 48h. Did you manage to fix?
Best regards
ok, thank you very much.
Hi, I love its operation, but, I have a question, how can I make jquery events work from the result of the iteration, apparently when results have been shown any possibility of calling functions from jquery. Could you tell me if there is a solution to this? Thank you, I am very attentive.
I have already solved.
Are you still offering support for your script?
Hi,
Yes, sorry, but the reply delay can be up to 48h. Did you manage to fix?
Best regards
ok, thank you very much.
it can be work with WP Backery Composer together ?
Thank youHi,
It can work everywhere with jQuery if you master the system that you use (like WP Backery Composer) to integrate the plugin manually (because it’s not a Wordpress plugin).
Best regards
Hi Author, I just bought this plug in and I have a quick question. Please advise if this would work with ASP.NET MVC. Thank you.
Hi,
It’s a pure javascript/jQuery plugin so you can implement it in all scripts using a server language like PHP or ASP (MVC model or not).
Best regards
Do you have any documents or samples on how to use it with ASP.NET MVC C# Model? Thank you.
Hi,
No, sorry, I have no doc or sample code for this. But there is a sample code in the archive with PHP that you can easily convert into ASP.
Best regards
Hi, can i use your script with laravel and this gallery: https://github.com/Pixabay/JavaScript-flexImages ? Rgs, Lars
Hi,
This script works with every html code, so, yes it can work.
Best regards
Hello. When using this plugin with isotope filters, images not already lazy-loaded display as blank grey boxes. How do I use this such that images not already lazy-loaded (farther down on the page) will be displayed when said filter is selected?
Hi,
For the moment this plugin works with Isotope masonry (layout) but the issue with the filters is not fixed. Anyway you can send me a link where I could have a look.
Best regards
This is great! I’ll buy this script right away as soon as you do this. Thanks
Best regards
Hi,
This problem hasn’t been solved yet. I will try to upload the new feature the next week.
Best regards
Hi, I want to know if the problem is already resolved?
Hi,
Unfortunately, not yet, sorry. I’m working on it.
Best regards
Hi, I need an INFINITE SCROLL PLUGIN that can run with GEODIRECTORY PLUGIN (https://wpgeodirectory.com). With GeoDirectory administrator can make a directory with a map. You can see my web here: https://infocity.website/restaurantesybares/ When I go to the next page, URL will change to ”/page/2” https://infocity.website/restaurantesybares/page/2/ and map will be update. With your plugin I need that when user do scroll, page will change to ”/page/2”, so the map can be also update. If you make your plugin compatible with GeoDIrectory, you can sell your plugin like a third party plugin into GeoDirectory Community. Please, let me know if you can and if you are interest in make it. I hope your reply. Thanks for your support.
Hi,
Unfortunately, Lazy Loader doesn’t change the URL on scroll but loads the content with Ajax or Json. I don’t know Geodirectory at all. Geodirectory seems to load content according to the URL. A lazy loader loads extra content and doesn’t replace the current content. So, I think it’s not compatible with a lazy loader plugin.
Best regards
Hi,
1. can this script work with Wordpress data retrieved from database ($wpdb->get_results, foreach results as result …)?
3. How complicated to setup?
2. Is there documentation and will you provide help?
Hi,
If you know Wordpress you can integrate this plugin manually even if it’s not dedicated. In the source files, there is an example of script (get_datas.php) gettings datas from a database. Here is the documentation: https://lazyloader.pandao.eu/doc/ I’m available for any help.
Best regards
Can it work with magento2
Hi, This plugin works with all systems but is not ready to use with CMS like magento. You need to adapt the script as a plugin for magento. Regards
Can this be modified to use an xml file instead of json?
Hi, it’s not planned but it’s a good idea. If you master JS, you need to edit lazyloader.js and use jQuery.parseXML() to handle the content of an XML file. Best regards
How to solve problem like Scriptsright say “Hi, just to let you know I integration lazy loader to my site works brilliantly just one problem please tell me you have solution for backspace browser for scroll to go back to same scroll location/hight this is happening on Exployer and chrome… The problem is you have to scroll from the beginning again!! Thanks” How to avoid loading from beginning again when we press back . please check http://bmh.or.id/m/ scrool until footer, then klik last article. Then press back, it will make loading from beginning again.
Hi, back button will load the page again with some browsers and certain configurations. So the page will be loaded from the beginning. The script can’t scroll until the previous position after press back without using cookies. Maybe I will study the possibility in a next update. Best regards
Any hint to the solution? i will try to make it myself
I have success solve this problem. I use hidden input as describe in this post http://stackoverflow.com/questions/7956563/remember-ajax-added-data-when-hitting-back-button. No need cookies or pushstate
Hi, thanks for the link, I will have a look. Best regards
Hi, Actually i wanna to use this plugin into my site… If it is possible to give me a trial version for this plugin… And also is there any options to pay back my cash.. if it doesn’t work well?
Hi,
Here is the demo http://www.pandao.eu/items/?item=LazyLoader The script in the demo is the same as the one that is downloadable. You can make a refund if needed but you need to respect these requirements https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
Best regards
How to handle “option records” to works with database that return dinamic rows count ?
records: <?php echo $records; ?>,Best regards
Hi Pandao, can the plugin be integrated with a shopify webshop? If yes, does it come with instructions? Thanks in advance 
Hi, this plugin is simply built with JS/JQuery, so it can be adapted to all CMS. But you need to make changes to integrate the script with your datas (products, etc). Unfortunately I don’t master shopify so I couldn’t help you for that, sorry. Best regards
Hi there
Is there a way, with isotope, to make it so that when an item is not yet loaded but they click on something to filter, it loads those items?
Example:
Loading 6 items at a time. User clicks on filter 1. Filter 1 includes 1 item from 6 currently loaded and 2 from unloaded group.
Can I make it so when user clicks on filter 1 it loads the 2 unloaded items?
Thanks!
Hi, no because the filters (javascript) and the loading (js/ajax/php) doesn’t work in the same way. You need to load all items first to use filters. Best regards
Is it possible to make the filter buttons load all items?
Yes, simply add an isotope class “all” in all items and add the filter “all”. Regards
I think you misunderstood. What I want to happen is “click isotope filter” “load all items so that it can show all (even unloaded) items related to that filter”
Also why couldn’t I combine the effect of the load click and the filter click?
If I add a feature to load all items on click on the filters, the plugins which load items gradually have no longer utility. This plugins is usefull to load a lot of items which could slow browsing if loaded. You could see this feature is not available on demo. I didn’t see you asked me about a bug on small screens. So I don’t understand your rating.
Dear author, any chance this might work with this kind of listing… responsive full wide grid… regards.
http://lovelymark.com/Hi, yes you need to edit the html and css. Just keep the class “lazyItem isotope-item” for each item wrapper and “lazy-wrapper isotope” for the main container. Best regards
