Darren Cooney
Forum Replies Created
-
@jonschr Thanks for this. Looks like the issue is the Sidebar plugin in Instant Images.
WooCommerce is faking a post edit screen (I don’t like it when plugins do this!) and its throwing errors.
I’ve fixed this by not loading the Instant Images sidebar on the
woocommerce_page_wc-admin
screen.This will be released later this week.
Thank you @inge12 ??
Hah, I hope you’re wrong ??
Hotfix just went out.
Thanks, it’s a fun plugin to work on.
Looks like 240 is the max amount of results from openverse API. That said, the search still seems a bit off in Instant Images.
Added to my list to look into.
Hi @iamkingsleyf Sorry for the late reply, which service provider was this? Do you recall?
@phalancs I like this idea. I remember trying to do this a while back and wasn’t able to solve it but I’ve added it back to my list to investigate again.
Hi @keesjan
Sorry for the late reply. I’m not sure what you mean though, can you provide more context?Thanks @nirvanagold
This is a feature that I am currently implementing in the Extended add-on.
https://getinstantimages.com/add-ons/extended/Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] filter issue@divis Please see this FAQ question.
https://connekthq.com/plugins/ajax-load-more/docs/add-ons/filters/faqs/#filters-stop-working-after-the-first-filter-is-selected-what-is-going-wrongYou are likely just missing the required shortcode param.
@dimitrisilva That functionality is not currently possible as ALM simply loops the Repeater array value. The ACF extension doesn’t have any hooks in place to filter the data either, meaning you cannot do anything on your end for this.
I do like this idea though and think it could be accomplished quite easily via hook or a new “search/value” parameter.
Forum: Reviews
In reply to: [WordPress Infinite Scroll - Ajax Load More] Excellent PluginThanks @markifornia Really appreciate the review ??
Big changes coming to Ajax Load More to modernize the plugin soon ??
@rswebsols Yes, Instant Images creates it’s own caption and doesn’t follow unsplash exactly.
You can use our hook system to transform the caption if you wish.
https://getinstantimages.com/docs/hooks-filters/#instant_images_attributionHope this helps.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM broken after updateExcellent, thanks for the follow up!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM broken after updateYes, via the support tab on the website.
I’ve noticed setting
posts_per_page="-1"
sometimes causes issues in some environments. I haven’t been able to solve the issue but seems related to the query taking far to long to execute and the JS promise resolving too early.Try setting it to an actual value and see if that helps.