Juan Pablo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customize error with non blocks themesHi @wpmudevsupport12
I found the error. I’m testing on a local WordPress site and I havedefine('WP_DEBUG', true);defined. When I remove it, the Customize tab works. I tried the same thing on a freshly installed WordPress site, addingdefine('WP_DEBUG', true)to wp-config, but the strange thing is that the error doesn’t appear there. Crazy! Anyway, thanks a lot for your help.Forum: Plugins
In reply to: [Ultra Addons for Contact Form 7] Error with multiples form in same pageHi Joynal thanks for help. It’s not a specific site error. I tested this plugin in a empty site with only 2 plugins CF7 and Ultra Addons for Contact Form 7. Also I used Twenty-Twenty Five theme. This happen when use the same form two times.
I share you a video.
- This reply was modified 6 months ago by Juan Pablo.
- This reply was modified 6 months ago by Juan Pablo.
That’s it. Thank you very much.
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 1 year, 2 months 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 2 years ago by Juan Pablo.
Forum: Plugins
In reply to: [Gutenberg] Migrate to apiVersion 3Thanks man. Happy day
I got it. Found your example
https://connekthq.com/plugins/ajax-load-more/examples/filtering/multiple-filters/
Thansk
- This reply was modified 2 years, 11 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', )), ), ) );Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Error with translationsHi, thanks for help, today I tested again with the new version of plugin and the issue was fixed. Thanks.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Error with translationsHi, 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.