Dear Crazy Lazy team,
I’m having some trouble with my website lately (getting errors 500 very often). While investigating, what might cause the problems, I found the following error:
Notice: Undefined index: figure_closing in [root folder]/wp-content/plugins/crazy-lazy/inc/class-crazylazy.php on line 164
The line 164 contains the following code:
. $matches['closing'] . '>' . $matches['figure_closing'] . '<noscript>' . $matches['all'] . '</noscript>';
Do you know what causes a problem here and how to fix this?
Thanks in advance!
]]>hi,
is it possible to fire an event like unveiled
for every image after it is loaded?
that would be really nice.
I created a pull request on github for it: https://github.com/pluginkollektiv/crazy-lazy/pull/32
Thanks in advance for your help!
Matthias
AMP doesn’t need lazy load so is enough that the plugin is not executed with them.
]]>Can this plugin lazy load background images that were loaded via CSS (background-image)?
]]>Hallo zusammen,
ich habe eine Menü-Liste mit Dropdown/Hover Effekt welche mir beim überfahren eines Links den Inhalt einer Seite wieder gibt, in meinem Fall sind das gute 10 Bilder mit verlinkungen.
Mein Problem:
Es wird kein CrazyLazy benutzt, sondern direkt geladen.Wie gesagt das Problem besteht nur im Menü Bereich, sonst funktioniert CrazyLazy.
Hat jemand eine Idee, welchen Code ich ins Menü Pflanzen k?nnte?
Danke vorab
]]>How to make CrazyLazy work for Images in Footer?
]]>Is there a way to disable Crazy Lazy on certain pages? My theme uses a “load more” button on the home page for infinite scrolling, but with Crazy Lazy added, the images that should display after clicking the load more button never show. It seems that both of these methods of lazy loading the images are clashing. If there’s a way to disable Crazy Lazy from running on the home page, that would be great?
]]>Hi, I deleted the plugin and a lot of my images stop displaying. When viewing my site in the editor the images show. I looked at the source code when a page is being viewed and the images not showing when they should be and the crazy Lazy code is still in the images links.
How can I get rid of the code that is still controlling my images?
Thanks
]]>Hello,
I understand it is not recommend to lazy load all of content for the SEO reason, but for us, We really do not care about Searching engine, like google.
So it would be great I can make all of content lazy loaded, any way to to do that? great thanks, and have a nice day.
Alex
]]>Hi,
Is there a way we can get the plugin to leave the src attribute in the image as normal yet still lazy load images in the same manner? Essentially because pinterest plugin to choose an image to share doesn’t work with your plugin due to the src attribute changing, and using datasrc instead. Just wanted to see if there was anything on your side that could be done to fix it?
]]>Hey!
Thanks for this amazing plugin works really well! (Even with woocommerce).
My theme supports a mouse over action (I think its javascript); if you hover over a product image it shows the next image behind it. But due to the plugin it’s not working anymore…
See example of what I mean on theme demo: https://atelier.swiftideas.com/shop/
(just hover over the image; next image shows).
Can I get it working again with some kind of snippet?
Thanks!!
Joost
Hello guys,
first of all, you make an awesome job here. Thanks for the plugin!
Unfortunately I have some trouble, since I’ve updated the Crazy Lazy Plugin to Version 1.0.0 in combination with the Go Portfolio Plugin.
If Crazy Lazy is active, the items in some portfolios are doubled as you can see here: https://www.ebootis.de/erp-referenzen
Is there any chance, that there is a way to get those plugins to work together? Go Portfolio is installed in Version 1.6.4
Thanks a lot Steffen
]]>The plugin is broken, because this selector somehwere in the js code is no longer accepted by jQuery: a[href=#scroll-top]
You probably need to change it to a[href=’#scroll-top’]
Would anyone be able to advise on how to have a fade-in animation style for the lazy loaded images?
thanks!
]]>Is it possible to disable the lazy loading for specific images?
Maybe with an extra css class like this example: <img src=”https://www.domain.tld/images/2.jpg” class=”skip_crazylazy”/>
It would be great. And if not, I would send this as feature request. ??
Thank you!
]]>Works here on a normal page: https://hansert-innenarchitektur.de/portfolio/
but not here on front page: https://hansert-innenarchitektur.de/
any ideas?
The preg_replace is probably not working but the front page images have “wp-post-image” in the class so it should be working?!?
Thank you!
]]>Hi,
if this Plugin active, is the htlm code " alt="" width="320" height="480" />
present on the Frontend
How can i fix this?
best regards.
]]>Hallo Sergej,
ich habe gerade das neueste Update zu Crazy Lazy installiert und muss nun leider feststellen, dass keine Bilder mehr angezeigt werden.
Woran kann dies liegen?
Es passierte erst, als ich das Update durchgeführt habe.
Meine Seite ist https://www.starsontv.com
Ich hoffe, du kannst mir helfen, denn sonst funktioniert das Plugin perfekt bei mir.
Viele Grü?e
Sebastian
P.S.: Zur Info: Ich habe das Plugin einmal deaktiviert, um zu schauen, ob es an diesem Plugin liegt und die Bilder waren wieder zusehen. Es liegt also bei mir an diesem Plugin.
Ich lasse es aber noch aktiviert, damit du schauen kannst.
]]>Hey,
This isn’t an important topic, but there is an error when displaying pictures in a post and both plugins:
* Crazy Lazy
* Hammy
are activated.
For the Moment i disabled Crazy Lazy ??
]]>Hi,
if I use the plugin with the isotope script and the equalheight script below, the height of my boxes isn’t calculated correctly. Do you have an idea how to fix it?
Cheers.
equalheight = function(container){
var currentTallest = 0,
currentRowStart = 0,
rowDivs = new Array(),
$el,
topPosition = 0;
$(container).each(function() {
$el = $(this);
$($el).height('auto')
topPostion = $el.position().top;
if (currentRowStart != topPostion) {
for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) {
rowDivs[currentDiv].outerHeight(currentTallest);
}
rowDivs.length = 0; // empty the array
currentRowStart = topPostion;
currentTallest = $el.outerHeight();
rowDivs.push($el);
} else {
rowDivs.push($el);
currentTallest = (currentTallest < $el.outerHeight()) ? ($el.outerHeight()) : (currentTallest);
}
for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) {
rowDivs[currentDiv].outerHeight(currentTallest);
}
});
}
]]>
Hi,
Will you be upgrading the plugin to support the new retina graphics replacement method used in the latest version of the unveil.js?
Thanks
Rich
]]>It may be a conjonction between different plugins and theme but on my site, the plugin “broke” the links to comments.
When clicking on a link to a comment in “Last comments widget” the user was redirected to the right post but not the right comment. There was a height difference so the user had to search for the right comment in the page.
]]>Hallo,
ich habe dieses Plugin installiert und aktiviert, es funktioniert auch soweit nur nicht bei den Beitragsbildern z.B. auf der Hauptseite wo ich das eigentlich einsetzen wollte. Gibt es da eine L?sung?
Mit freundlichen Grü?en
Artur