Simon
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [WP Search with Algolia] Re-index Autocomplete index with cron job?Hi Michael,
thank you for your reply!
Unfortunately we’ve no WP-CLI available on the server ??Isn’t there any other way to trigger the button.
It doesn’t have to be with the WP-Cron.
If it helps we could use a service like easycron.Forum: Plugins
In reply to: [WP Search with Algolia] Re-index Autocomplete index with cron job?If there is anyone with an idea for the problem… I would be very happy ??
Forum: Plugins
In reply to: [WP Search with Algolia] Re-index Autocomplete index with cron job?Hi Michael,
thank you! Let me know if you find something ??
I will check for a solution as well.Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Static icons not showing on 5.6.2Same here. Bring them back. They are important for the shops conversion rate.
Forum: Plugins
In reply to: [WP Search with Algolia] Out of stock products in the auto-complete+1
No, not yet ??
This is the function which causes the problem:
function setup_taxonomy_field( &$field, $taxonomy ) { $field['choices'] = $this->load_taxonomy_choices( $taxonomy, $field['type'], $first_choice ); //now check if we are dealing with a checkbox list and do some extra magic if ( $field['type'] == 'checkbox' ) { //clear the inputs first $field['inputs'] = array(); $counter = 0; //recreate the inputs so they are captured correctly on form submission foreach( $field['choices'] as $choice ) { $counter++; if ( ($counter % 10) == 0 ) $counter++; //thanks to Peter Schuster for the help on this fix $id = floatval( $field['id'] . '.' . $counter ); $field['inputs'][] = array('label' => $choice['text'], 'id' => $id); } } }
If I comment out the first line of the function, it causes no error anymore.
But I don’t know, if I need this line?!Anyway, the tags are submitted…?!
sorry… wrong plugin ??
Viewing 8 replies - 1 through 8 (of 8 total)