Juan Pablo
Forum Replies Created
-
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can’t import json templateHi, Yes this can be solved with a snippet or by using a plugin. The strange thing is that this didn’t happen before, and I tried it on my localhost and on my server, where I could usually do it.
- This reply was modified 5 days, 10 hours ago by Juan Pablo.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can’t import json templateHi Karla, I did everything you said but it returns the same error, I’ll leave you a video that I recorded.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can’t import json templateHi, for me always downloaded in .json, please see my screenshot
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 10 months, 1 week 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, 9 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.