masterbip
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Select (dropdown menu) in admin problemYes. I assumed it should work. But this last instllation … don’t.
It is a brand new installation without extra plugins only woocommerce and default Twenty Twenty-One theme, on my usual localhost installation (with xammp).
I have installed it before with no issues at all. Only this last time i faced this issues.
Screenshots:
https://snipboard.io/EH9ow4.jpg
https://snipboard.io/3Mi16h.jpg
https://snipboard.io/KkelMG.jpgForum: Reviews
In reply to: [MasterBip Regiones Comunas y Pesos de Chile] Opciones de envioMuchas gracias por tu comentario. Dicha funcionalidad requiere mucho más trabajo, de todas formas consideraremos realizar una version especial con la caracteristica mencionada.
Buen dia, bendiciones!Same issue here… no answer from author?
Forum: Plugins
In reply to: [Disable Blog] Issue with latest ElementorHi there Joshua. That was fast!
Ok… When you edit any content with Elementor (let’s say a page) you will get all those errors in console.
So it is not in the admin or front end but when editing a page with Elementor.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] How to add the Heart icon to headerI must say your code and shortcode works FINE for me.
I just added a LINK to the whishlist page and that’s all.Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to Disable Marketing Hub?@tize solution worked but not anymore. But this do the job:
function mb_woo_disable_features( $features ) { $marketing = array_search('marketing', $features); unset( $features[$marketing] ); return $features; } add_filter( 'woocommerce_marketing_menu_items', '__return_empty_array' ); add_filter( 'woocommerce_admin_features', 'mb_woo_disable_features' );
- This reply was modified 4 years, 7 months ago by masterbip.
Forum: Plugins
In reply to: [XT Quick View for WooCommerce] ajax add to cart stoped workingForum: Plugins
In reply to: [XT Quick View for WooCommerce] ajax add to cart stoped workingNo is not.
I got
– twenty twenty theme
– Woocommerce
– XT WooCommerce Quick View
– XT WooCommerce Floating CartIn a brand new demo-test installation ajax add to cart is not working from quick view.
Bug reported in your site. Thanks.
- This reply was modified 4 years, 9 months ago by masterbip.
Confirmed.
Error in brand new site with only elementor + woocommerce
I love elementor. What is wrong?By the way all the “if” is commented
from line 64 to 70 line except line 68//If WP version is 5.1 or higher, use wp_insert_site hook for multisite SSL activation in new blogs
//if(version_compare(get_bloginfo(‘version’),’5.1′, ‘>=’) ) {
// add_action(‘wp_insert_site’, array($this, ‘maybe_activate_ssl_in_new_blog’), 20, 1);
//} else {
add_action(‘wpmu_new_blog’, array($this, ‘maybe_activate_ssl_in_new_blog_deprecated’), 10, 6);
//}
//Listen for run_ssl_process hook switchIf I “uncomment” this i got another warning and a white error page:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘rsssl_multisite’ does not have a method ‘maybe_activate_ssl_in_new_blog’ in /home/tiendavi/public_html/wp-includes/class-wp-hook.php on line 287
Warning: Cannot modify header information – headers already sent by (output started at /home/tiendavi/public_html/wp-includes/class-wp-hook.php:287) in /home/tiendavi/public_html/wp-includes/pluggable.php on line 1281
Warning: Cannot modify header information – headers already sent by (output started at /home/tiendavi/public_html/wp-includes/class-wp-hook.php:287) in /home/tiendavi/public_html/wp-includes/pluggable.php on line 1284
Forum: Plugins
In reply to: [Disable Blogging in WordPress] New releaseOne of the inmediate solutions is to enable again “Help Tabs” under Options > Blogging > “Extra tab” Help Tabs option, uncheck this (Remove Help tabs from the admin header)
And save.
One of the inmediate solutions is to enable again “Help Tabs” under Options > Blogging > “Extra tab” Help Tabs option, uncheck this (Remove Help tabs from the admin header)
And save.
Forum: Plugins
In reply to: [Disable Blogging in WordPress] New releaseIt is true. ON a brand new install with nothing but the plugin installed and activated we see a “Deprecated: contextual_help” line as example in pages admin section with “Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead.” as extra information.
Forum: Plugins
In reply to: [Redux Framework] V.4 Release date?Many many thanks for your answer. I was looking at V3 meanwhile, but since your fast answer, i’ll change right now to V4.
Lucky me… I got experience in “Options Framework” from Devin Price so it is easy to understand and use Redux.
Talking about price … i have no money from my projects but once, and almost the same of a single year licence, So right now I cant afford a yearly subscription.
But thanks for the info anyway.Good Luck and Long Life to The King Redux!
Forum: Plugins
In reply to: [Carousel Slider] Fatal error Uncaught ArgumentCountError Too few arguments …Sorry … MY FAULT …
Was not your plugin but my custom function to show sale discount percentage.Sorry, yout plugin rocks!