Juan Pablo
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Box] rwmb_show errorHi, ThanKs Anh, I don’t know why the coMparison with === dont works on my code, I have to use ==
This code works for me, thanks for help
add_filter( 'rwmb_show_untitled', function( $show ) { $post_id = isset( $_GET['post'] ) ? $_GET['post'] : null; if ( $post_id == 601 ) { $show = false; } return $show; } );
- This reply was modified 9 months, 2 weeks ago by Juan Pablo.
Forum: Plugins
In reply to: [Gutenberg] Migrate to apiVersion 3Thanks man. Happy day
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Filter just one instanceI got it. Found your example
https://connekthq.com/plugins/ajax-load-more/examples/filtering/multiple-filters/
Thansk
- This reply was modified 1 year, 8 months ago by Juan Pablo.
Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Load bootstrap in admin with custom templateI found the problem, My template had not add_theme_support( ‘editor-styles’ );
Thanks.Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Load bootstrap in admin with custom templateHi, I’m using my custom template (classic template PHP), so when I want to use the plugin bootstrap styles doesn’t load in admin, in front does.
Here a video.
https://www.youtube.com/watch?v=lDzThefDRxg
Thanks
Forum: Plugins
In reply to: [WooCommerce] Hide page_description from shop pageThe page description coming of Store page content, check my image please https://ibb.co/31rybp1.
CSS is not a good solution.
ThanksForum: Plugins
In reply to: [CMB2] Can’t empty text_date fieldHi Michael, thanks for your time:
Here my configuration:
$cmb_cmb->add_field( array( 'name' => __( 'Hour End', 'cmb2' ), 'id' => $prefix . 'hour_end', 'type' => 'text_time', 'time_format' => 'H:i', 'attributes' => array( 'data-timepicker' => json_encode( array( 'timeOnlyTitle' => __( 'Choose your Time', 'cmb2' ), 'timeFormat' => 'HH:mm', )), ), ) );
Hi, thanks for help, today I tested again with the new version of plugin and the issue was fixed. Thanks.
Hi, yes, when language site is english working fine, but when is spanish not.
Please check I have de pro version in a client site and I had to delete the plugin translations.Hi, but I need to show percentage number, that is not a solution.
Since you update spanish translation the badge is working bad.Hi, thanks so much, it’s working perfectly.
Thanks.Forum: Plugins
In reply to: [Bootstrap Blocks] Grid tablet view bugHi @tschortsch, I’m using WP 5.9 and twenty-two theme, is an empty wp, I was testing gutenberg and your plugin.
I tried in new page with new row and cols and same issue. please check my screenshot. Note: the issue is only in admin.
Muchas gracias Saul, acabo de probar y todo esta correcto.
Saludos y gracias por el pluginThanks for your answer.
I’m trying to do it manually.
So theres is a way to check if product has a specific discount?
I cretaed two discounts, some products can have both, others only one.
I need separate totals for each discounts, so i need to check if product has both discoutns or only has one discount.This is my actual code, but I need to check if has specific discount
if ( $product->is_on_sale() ) {
echo $regularPrice * $quantity * 0.19;
}Thanks for help, I bought the pro version plugin.
- This reply was modified 3 years, 4 months ago by Juan Pablo.
- This reply was modified 3 years, 4 months ago by Juan Pablo.
@elenachavdarova Thank you so much.