daver
Forum Replies Created
-
I’ve tested version 5.3.1 and now it’s fine
Thanks
D.Hi all,
finally solved adding this code to my function.php theme file:
function theme_webpc_dir_path( $path, $context ) { switch( $context ) { case 'uploads' : $path = str_replace( '//', '/', ABSPATH . $path ); break; case 'webp' : $path = str_replace( '//', '/', ABSPATH . $path ); break; } return $path; } add_filter( 'webpc_dir_path', 'theme_webpc_dir_path', 10, 2 );I had to add this code to every Windows IIS hosting which is using the plugin.
All my WP are under Aruba.it hostingHope it helps to anyone faces same problem.
D.Forum: Plugins
In reply to: [Upload Media By URL] Possible bug in umbumedia.php?Same error here, but slightly different message:
Versione di WordPress 5.5.1
Tema corrente: Flatsome Child (versione 3.0)
Plugin corrente: Upload Media By URL (versione 1.0.1)
Versione PHP 7.3.21Dettagli dell’errore
====================
Un errore di E_ERROR è stato causato nella linea 97 del file /home/yxdfqbfd/public_html/wp-content/plugins/upload-media-by-url/inc/umbumedia.php. Messaggio di errore: Uncaught Error: Class name must be a valid object or a string in /home/yxdfqbfd/public_html/wp-content/plugins/upload-media-by-url/inc/umbumedia.php:97
Stack trace:
#0 /home/yxdfqbfd/public_html/wp-includes/class-wp-hook.php(287): umbu_CustomMediaUI->umbu_mediaButton(”)
#1 /home/yxdfqbfd/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
#2 /home/yxdfqbfd/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/yxdfqbfd/public_html/wp-includes/media-template.php(273): do_action(‘post-plupload-u…’)
#4 /home/yxdfqbfd/public_html/wp-includes/class-wp-hook.php(287): wp_print_media_templates(”)
#5 /home/yxdfqbfd/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#6 /home/yxdfqbfd/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#7 /home/yxdfqbfd/public_html/wp-admin/admin-footer.php(78): do_action(‘admin_footer’, ”)
#8 /home/yxdfqbfd/public_html/wp-admin/post.php(362): require_once(‘/home/yxdfqbfd/…’)
#9 {maForum: Plugins
In reply to: [WooCommerce] Paypal Standard: missing shipping costsWas a Paypal account problem:
there’s a checkbox in Paypal Shipping Options to get values from cart (must be checked)Forum: Plugins
In reply to: [WooCommerce] Paypal Standard: missing shipping costs@veryyes Sorry, we have no bank transfer orders since Woocommerce 3.1 update, so we can’t confirm
Forum: Plugins
In reply to: [WooCommerce] Paypal Standard: missing shipping costsNote: this transaction is made with WooCommerce/3.1.1 but we have the same problem with latest version WooCommerce/3.1.2
Hi Mike,
thank you for your answer
I’m able to show the widget in my custom taxonomy page with this code:
the_widget( 'WC_Widget_Price_Filter' );Actually isn’t a problem, because production site will use pretty permalink.
I think it could be cool having Woocoommerce fully supporting custom taxonomies. For example, in this widget, could be done by checking
get_object_taxonomies('product')when generating hidden fields.Thank you
D.