Jairo Ochoa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce_no_available_payment_methods_message + gutenbergHi @ckadenge
We are able to get a fix using JS, for instance.
Or even, the easiest way, using again [woocommerce_checkout]
My “complaint” is why this hook has been removed.
Having removed it is step backward.Regards
Forum: Plugins
In reply to: [WPVulnerability] Cambiar email remitenteGracias @javiercasares
Lo he a?adido a las reglas que por defecto incluyo en el wp-config.php de los nuevos sitios.
define( 'WPVULNERABILITY_MAIL', 'wpvulnerability@'.$_SERVER['SERVER_NAME'] );
Saludos
Forum: Plugins
In reply to: [WPVulnerability] Cambiar email remitenteHola de nuevo
He logrado cambiar el remitente usando un plugin mío.
Soluciono a medias porque mi plugin no es compatible con WP Multisitio.
SaludosForum: Plugins
In reply to: [WooCommerce] woocommerce_no_available_payment_methods_message + gutenbergHi @doublezed2
We are developers, we have developed many plugins !
What I cannot understand why the hook does not work even though it uses ReactJS.
It makes no sense that something useful that WooCommerce supports be removed.Regards
Forum: Plugins
In reply to: [WooCommerce] woocommerce_no_available_payment_methods_message + gutenbergHi @doublezed2
We have developed a Theme Settings were the shop manager can change the message.
Usually during holidays they disable payments method and the hook shows a message “We are on holidays, we will be back on September 1st”.
This is more friendly than “There are no payments methods”If we use?[woocommerce_checkout] shortcode it works like charm but new block do not support this hook and it would be great if this hook would not be discontinued.
ReagardsPD: same for no shipping methods hook in cart and check out
Forum: Plugins
In reply to: [Download Monitor] Uncaught TypeError: jQueryGreat!
Forum: Plugins
In reply to: [Download Monitor] PHP Fatal error: Uncaught Exception: Download not found inGreat!
Forum: Plugins
In reply to: [Download Monitor] There is an error in the latest version.Last version works fine.
Thanks
Forum: Plugins
In reply to: [Download Monitor] There is an error in the latest version.[23-Aug-2024 09:51:37 UTC] PHP Warning: require(/home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/vendor/composer/../symfony/deprecation-contracts/function.php): Failed to open stream: No such file or directory in /home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/vendor/composer/autoload_real.php on line 39
[23-Aug-2024 09:51:37 UTC] PHP Fatal error: Uncaught Error: Failed opening required '/home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/vendor/composer/../symfony/deprecation-contracts/function.php' (include_path='.:/usr/local/php81/pear') in /home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/vendor/composer/autoload_real.php:39
Stack trace:
#0 /home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/vendor/composer/autoload_real.php(43): {closure}('6e3fae29631ef28...', '/home/customer/...')
#1 /home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/vendor/autoload.php(25): ComposerAutoloaderInit80ce4473100edd20fd6c17775a76ce9a::getLoader()
#2 /home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/includes/bootstrap.php(22): require_once('/home/customer/...')
#3 /home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/download-monitor.php(60): require_once('/home/customer/...')
#4 /home/customer/www/dev.mysite.com/public_html/wp-settings.php(522): include_once('/home/customer/...')
#5 /home/customer/www/dev.mysite.com/public_html/wp-config.php(151): require_once('/home/customer/...')
#6 /home/customer/www/dev.mysite.com/public_html/wp-load.php(50): require_once('/home/customer/...')
#7 /home/customer/www/dev.mysite.com/public_html/wp-blog-header.php(13): require_once('/home/customer/...')
#8 /home/customer/www/dev.mysite.com/public_html/index.php(17): require('/home/customer/...')
#9 {main}
thrown in /home/customer/www/dev.mysite.com/public_html/wp-content/plugins/download-monitor/vendor/composer/autoload_real.php on line 39Forum: Plugins
In reply to: [Font Awesome] X (formerly Twitter) iconHI @mlwilkerson
Thanks for the reply.
Great to know it, finally the plugin includes the last Font Awesome?version.Forum: Plugins
In reply to: [GenerateBlocks] Version 1.9.0 broke previous blocksThanks @diggeddy
At this moment we have a lot of work and also organizing https://vigo.wordcamp.org/2024/
I would need 48 hours days.Forum: Plugins
In reply to: [GenerateBlocks] Version 1.9.0 broke previous blocksHi @diggeddy
I’m afraid we had to delay the tests that you have suggested.
Meanwhile we remain on the former version of GB.
Probably, finally we will have to create a new header from scratch on a black page. Then copy paste the generated HTML into our view.php and make it work as we did the first time.Thanks
Forum: Plugins
In reply to: [GenerateBlocks] Version 1.9.0 broke previous blocksHi @diggeddy
I will check it, thanks.
Anyway it worked fine till this update.
I reply back as soon as I’ve made the test.Best regards
Forum: Plugins
In reply to: [GenerateBlocks] Version 1.9.0 broke previous blocksNow CSS and JS minifying is disabled.
Would you mind take a look ?
ThanksForum: Plugins
In reply to: [GenerateBlocks] Version 1.9.0 broke previous blocksHi @diggeddy
I did as you suggested. Unfortunately it did not fixed the issue.
I should comment that the block that has the failure had been created on any page and then the entire processed HTML copied into a PHP script in order to be called by a hook so it’s shown on every product category header. I wonder if besides the CSS there were any changes in the HTML and since it’s been packed in our script it remains as in the former version.Best regards