davidgimenez
Forum Replies Created
-
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Payment method does not appearHello, the problem with emails and orders in WooCommerce started with your plugin. If I receive payment with another gateway, it is displayed perfectly. Therefore, the problem is with your plugin. There are no conflicts because I tested everything before I contacted you. And I don’t want to hide the buttons to pay with the mobile phone. I want to be able to move them from the place where they are displayed because they are not displayed correctly. I need a hook to remove them and another one to call them in another place.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Payment method does not appearI also need a hook to hide the options to pay with Google Pay and Apple Pay on the payment page so I can move them to the page where I need those buttons to be displayed because they are currently displayed incorrectly.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Payment method does not appearThe new order email looks like this: https://prnt.sc/uwuPa9oxM8Ua and in woocommerce in failed orders it looks like this: https://prnt.sc/ywS7jAHsVQCD
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Payment method does not appearI need the card capos to look like this: https://prnt.sc/JJDdv5yCLEeW and not like this: https://prnt.sc/PGCzLjgpTZxO
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Payment method does not appearI already got the plugin to work but I found some errors with the card image in the new order emails, the payment method image is broken and when the order fails, the image in WooCommerce payment method orders also shows html code instead of an image. I would need an email to send you screenshots and I also saw a bug, the fields where the card details are added to pay are too small.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Payment method does not appearHello, thanks for answering. I wrote to you by email if you can check.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] incompatible with mega menu elementor proI already answered your email, check it out.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] incompatible with mega menu elementor prothe button that opens the elementor pro mega menu is misaligned for a few seconds when entering the page or the page is updated, I don’t have time to take a screenshot because it lasts a second and it was not solved with any update even though I installed all the updates and the problem persists, do I have to reinstall a previous version of elementor pro for it to work properly.
Forum: Plugins
In reply to: [Login/Signup Popup ( Inline Form + Woocommerce )] Incompatible complementI already deleted it but it doesn’t work on the home page. The same problem still appears.
Forum: Plugins
In reply to: [Login/Signup Popup ( Inline Form + Woocommerce )] Incompatible complementWith the last version of wp-rocket, I aggregate this global css and affect when opening the popup of your add-on, which is not shown when clicking and entering the register.
<style id=”rocket-lazyrender-inline-css”> [data-wpr-lazyrender] { content-visibility: auto; } </style>
Forum: Plugins
In reply to: [Login/Signup Popup ( Inline Form + Woocommerce )] Incompatible complementwp-rocket add a new function you can see more here that affects your plugin
https://docs.wp-rocket.me/article/1835-automatic-lazy-rendering
add_action(‘init’, ‘custom_redirects’);
function custom_redirects() { global $pagenow;
if (‘wp-login.php’ === $pagenow) { $actions = [‘login’, ‘register’, ‘lostpassword’];
if (!isset($_GET[‘action’]) || in_array($_GET[‘action’], $actions)) { wp_safe_redirect(home_url(‘/change/’));
exit();
} } }Forum: Fixing WordPress
In reply to: Errors Version php 8.3These errors are not caused by my plugins because I deactivated them all and I get those errors because I don’t even have those plugins installed, therefore it is a wordpress error. I use PHP version 8.2 with SQL version 8 database
[13-May-2024 06:02:38 UTC] PHP Fatal error: Uncaught Error: Unknown named parameter $uniqid in /public_html/wp-includes/class-wp-hook.php:324
Stack trace: 0 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) 1 /public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) 2 /public_html/wp-cron.php(191): do_action_ref_array(‘jetpack_v2_hear…’, Array) 3 {main}thrown in /public_html/wp-includes/class-wp-hook.php on line 324
[13-May-2024 06:13:33 UTC] PHP Fatal error: Uncaught Error: Unknown named parameter $uniqid in /public_html/wp-includes/class-wp-hook.php:324
Stack trace: 0 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) 1 /public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) 2 /public_html/wp-cron.php(191): do_action_ref_array(‘wc_admin_proces…’, Array) 3 {main}thrown in /public_html/wp-includes/class-wp-hook.php on line 324
[13-May-2024 07:30:39 UTC] PHP Fatal error: Uncaught Error: Unknown named parameter $uniqid in /public_html/wp-includes/class-wp-hook.php:324
Stack trace: 0 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) 1 /public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) 2 /public_html/wp-cron.php(191): do_action_ref_array(‘recovery_mode_c…’, Array) 3 {main}thrown in /public_html/wp-includes/class-wp-hook.php on line 324
Forum: Fixing WordPress
In reply to: Errors Version php 8.3I am using the latest version of WordPress with PHP version 8.2 and SQL version 8 and all plugins updated and compatible with that version of PHP.
Forum: Fixing WordPress
In reply to: Errors Version php 8.3That was faster than you thought of mentioning changing version, that problem appears in all versions from 8.0 and up only and they are not plugin problems because I studied with each developer of each plugin that I have and they are all compatible with version 8.3 of PHP like this Please do a little more research before releasing as quickly as possible to give a quick and not good solution with all due respect but the complements are not a problem