Robin
Forum Replies Created
-
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Ajax Search Stopped WorkingHi,
Just did a deep check and everytime you type a search admin-ajax.php file first shows error and then does a next call but search doesn’t work
https://prnt.sc/w606ieForum: Plugins
In reply to: [WordPress Social Login] Announcing new upcoming releaseHi,
IS there a possibility to add sign in with Slack?Thanks
Forum: Plugins
In reply to: [ACF: Image Hotspots Field] Status Update?@ioankoul how do you show it on the frontend? I added it and created a coordinate but can’t seem to find documentation to show it on the actual template.
Also if anyone knows a way to add multiple coordinates, as at the moment it only is letting me add single co-ordinate.
Thanks
Thanks form filled
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] High Load time for admin-ajaxNope Main server, fully optimised without this ajax call site loads easily under 2 sec.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] High Load time for admin-ajaxIts total new install, I also already deleted the options available in the Tools tab. I also switched from admin-ajax too but no change.
Ok, thanks will give the fast tracker a try.
Cheers
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] High Load time for admin-ajaxIf I run through network chrome tab I see this
action=tptn_tracker&top_ten_id=1667&top_ten_blog_id=1&activate_counter=1&top_ten_debug=0
Forum: Plugins
In reply to: [WooCommerce Tax (formerly WooCommerce Shipping & Tax)] Auto tax doesnt workHi, Thanks we can close this
Forum: Plugins
In reply to: [WooCommerce Tax (formerly WooCommerce Shipping & Tax)] Automated TaxesHi when you selected automatic taxing did it added anything to your “Standard” tax rates section?
Hi, how did you resolve it, I tested your shopping site and added my LA address and it did not update tax?
Forum: Plugins
In reply to: [Airpress] attempting to be used on a page where there is no collectionSame issue cant get it to work, how did u got it to work with post?
Found the hook
Forum: Plugins
In reply to: [WP Popular Posts] Only 1 CategoryThanks gotcha
Forum: Plugins
In reply to: [WP Popular Posts] Only 1 CategoryHi @hcabrera
I tried adding this filter let me know if it is wrong as i don’t see any change?/*
* filter for most popular
*/
$terms = get_terms(
$taxonomy,
array(
‘number’ => 1,
)
);
apply_filters( ‘wpp_post_terms’, $terms );Forum: Plugins
In reply to: [WP Popular Posts] Only 1 Category@hcabrera Thanks yup will use it at the moment, thanks