Thread Starter
Ben42
(@ben42)
Yeah, thank you very much Kristarella! Your new snippet works like a charm 🙂
Thread Starter
Ben42
(@ben42)
Hi Jeremy,
Thanks for your comment! Do you have any roadmap or idea when this feature will be re-implemented?
Maybe a temporary solution is to revert the file jetpack-carousel.php to the commit just before it was removed in 8d654cb?
Thread Starter
Ben42
(@ben42)
Thanks for the Reply!
I removed the “fuzzify” mechanism from the file jetpack-carousel.php. Then I’m using the following code to register the filter add_filter('wp_get_attachment_metadata','add_geo_meta_carousel',10,2);. But unfortunately that leads to an out of memory error in the PHP processor..
What I’m doing wrong? How can I re-enable this cool feature? It doesn’t matter if I have to patch files of the carousel plugin.