Nilo Velez
Forum Replies Created
-
It is great that you have decided to take a creative approach, but please do it where it doesn’t affect other people.
You have hundreds of strings like this “templates-success-default-set” where there is absolutely no clue for translators about context.
The corresponding code is a misuse of the gettext functions without any possible justification.set_transient( 'smart_convert_currency_unit_conversion_template_flash', array(
'status' => 'success',
'message' => __( 'templates-success-default-set', 'smart-convert-currency-unit-conversion' )
), 30 );#es_ES rejected
Hola Fran, gracias por el aviso
Ya tengo preparada la versión 5.1 precisamente para cambiar el modo en el que se cambian las traducciones de los módulos y un par de cambios menos.
En cuanto lo tenga un poco más probada la lanzo, mientras tanto te la puedes descargar directamente desde aquí
Forum: Plugins
In reply to: [Machete] Error con arrayPuede ser un error que estaba dando con PHP 8 que debería haberse solucionado en la 4.0.3 ¿te importa comprobarlo?
Forum: Reviews
In reply to: [Product barcode generator | WooCommerce barcode Generator] UselessPlease, don’t go that way.
You have 300 active installs in 2 years
In that time, you have made two releases, totalling 5160 downloads.That means that around 88% of your users download your plugin, find it useless and uninstall it.
Instead of arguing with me on the obvious, you should make something productive and turn your plugin into something useful.Forum: Reviews
In reply to: [Product barcode generator | WooCommerce barcode Generator] UselessAll plugins in the WordPress repository have to be useful and not just a demo.
Can you tell me what’s the use of a product barcode plugin if it can’t show the barcode in the product’s page?
Forum: Plugins
In reply to: [Machete] Failed to reset cache – macheteHola @ondoval
Sí, es un problema de compatibilidad con las últimas versiones de Plesk que ya tengo localizado. Esta semana saco una actualización que lo soluciona.
Forum: Plugins
In reply to: [Machete] Vaciar papelera¡Hola Jairo!
WordPress lo único que te deja definir es cuántos días deben permanecer las cosas en la papelera.Machete da la opción de ponerlo en 7 (que es bastante más razonable que los 30 días que vienen por defecto) pero para cambiarlo tú a lo que quieras solo tienes que añadir esta constante en el wp-config.php
define( 'EMPTY_TRASH_DAYS', 3 );Cambiando el 3 por el número de días que quieras poner.
Forum: Plugins
In reply to: [Machete] Consent modeHi Altaico
At the present time it is not possible to implement Analytics consent mode with Machete.
You’ll have to disable both the GDPR and Cookie modules and use a dedicated plugin like GDPR Cookie Compliance
Forum: Plugins
In reply to: [Machete] Consent modeHi Altaico
At the present time it is not possible to implement Analytics consent mode with Machete.
You’ll have to disable both the GDPR and Cookie modules and use a dedicated plugin like GDPR Cookie Compliance
Forum: Plugins
In reply to: [Machete] Módulo de cookies no se muestraResuelto el misterio entonces
Muchísimas gracias por enviármelo, Jairo
Forum: Plugins
In reply to: [Machete] PHP WarningGenial, ve contándome porque yo no consigo reproducirlo
Forum: Plugins
In reply to: [Machete] What are the new changes on the cookie option?Hi!
Yes, that is the biggest change in v4.0
If the cookie bar is active, the codes from the analytics section are not loaded until the cookies are fully accepted.
As the WordPress core does not set any third-party cookies by itself, this behavior is enough for most sites to comply with the European cookie law.
Just keep in mind that if you use other tracking services, you might need to disable the cookie and tracking modules from Machete and use a dedicated solution like Complianz or GDPR Cookie Compliance
Forum: Plugins
In reply to: [Machete] Cookie Firefox issues SameSiteHi @darkpollo
Thank you for the heads-up. I’ll have a look a it to get it fixed in the next version.
Forum: Plugins
In reply to: [Machete] El mensaje de “modulo de analytics y codigo” no se quitaHola Miguel
Gracias por el aviso, acabo de publicar una versión nueva, la 4.0.1 que debería solucionarlo