dbhynds
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Load XT] Cannot get images taken from function to lazyloadIn regards to your infinite scroll question, check Settings > LazyLoadXT in your admin panel. Under the “Basics” section, make sure the last option is checked: “Enable AJAX navigation (infinite scroll, lightbox, etc).” If it is checked but still isn’t working, let me know.
In regards to the PHP code… can you past an example of what actually gets output?
Forum: Plugins
In reply to: [WordPress Related Posts] Any Plans For Custom Post Type?Is there a way to do this without modifying the plugin’s init.php file? I’m worried if I do that, a future update could overwrite the change. It seems like it would be preferable to make this a choice in the plugin’s settings.
Forum: Plugins
In reply to: [Lazy Load XT] Console errorInteresting. I’ll investigate more.
Forum: Plugins
In reply to: [Lazy Load XT] square placeholderThat CSS fix should work. When I finally get around to releasing v1.0, I’m going to include a feature that will let you set a placeholder image, so be on the lookout for that. Glad you got the CSS figured out. Let me know if you need any more help.
Forum: Plugins
In reply to: [Lazy Load XT] Only for mobile?Hmm. That’s a good question. I think the best way would be to detect the viewport width and then load images if it’s larger than a certain size. For how to do that, check out the Ressio documentation for Lazy Load XT on github. https://github.com/ressio/lazy-load-xt/
Check out the forceLoad option. That might be what you’re looking for.
Forum: Plugins
In reply to: [Lazy Load XT] Update 0.4.1 breaks Fitvids.jsThanks for the heads up. I’ll do some research and get back to you.
Forum: Plugins
In reply to: [Lazy Load XT] stopped working for iframe contentHey,
I released a patch today that fixes this issue, plus a few others. You should see an update available for it in the admin. I don’t think you’ll need to reinstall it (although, to be honest, I’ve never tested that theory).
Let me know how it goes. Also, I’ve got a donation page set up, but that’s certainly not necessary.
Forum: Plugins
In reply to: [Lazy Load XT] Fatal error upon activationI just released v0.4.1 that includes a fix for this error.
Forum: Plugins
In reply to: [Lazy Load XT] Error when installing new pluginsFixed.
Forum: Plugins
In reply to: [Lazy Load XT] Fatal error upon activationTry using the “Development Version” listed under “Other Versions” here. Let me know if it works for you. I think that’s the fix it needs.
https://www.ads-software.com/plugins/lazy-load-xt/developers/Forum: Plugins
In reply to: [Lazy Load XT] Feature request – load just before entering viewportOh, here’s a link to the github page explaining this in further detail:
https://github.com/ressio/lazy-load-xt#optionsForum: Plugins
In reply to: [Lazy Load XT] Feature request – load just before entering viewportThanks for the request. You’re actually the second person to request this feature. I’m working on building in advanced functionality for the 1.0 release. In the meantime, it’s possible to achieve the effect you describe above without modifying jquery.lazyloadxt.min.js. Just add this to your theme’s javascript file, or add it inline in your theme:
jQuery.extend(jQuery.lazyLoadXT, { edgeY: 400 });
Forum: Plugins
In reply to: [Lazy Load XT] stopped working for iframe contentI’ve got a development version here: https://downloads.www.ads-software.com/plugin/lazy-load-xt.zip
Try it out and lemme know how it goes.
Forum: Plugins
In reply to: [Lazy Load XT] stopped working for iframe contentOk, I found a mistake in my regex. I’ll get an update out soon. Thanks for your patience
Forum: Plugins
In reply to: [Lazy Load XT] stopped working for iframe contentIt looks like it’s a problem with my regex function. I’ll do some more digging and see if I can figure out what this issue is. I’ll let you know.