Nilo Velez
Forum Replies Created
-
Forum: Plugins
In reply to: [Machete] Instalación junto a GutenbergHola Mariano,
en principio la única complicación que deberías encontrar utilizando Machete con Gutenberg de debe a que Gutenberg utiliza (mucho) la JSON API.En la sección “Artima?as de optimización” del módulo “Optimización” de Machete tienes que asegurarte de dejar desmarcadas las opciones “JSON API” y “JSON API”.
“Quitar los scripts de oEmbed” también puede darte problemas en algunos temas si utilizas el bloque de video, pero como con el resto de las opciones de la sección, eso ya es cosa de probar lo que a ti te funciona. Como dice en la descripción:
“Las opciones de esta sección son las que mayor impacto tienen en el rendimiento de WordPress, pero también son las que tienen mayor potencial para liarla parda.”
Forum: Plugins
In reply to: [Machete] Error en widgets HTMLHola Paco,
lo que dices es completamente normal. Hay funciones de Machete que te dejan desactivar cosas que a veces son necesarias, y hay que ir probando en cada situación.Por ejemplo, la opción de quitar JQuery-migrate normalmente no da problemas, pero hay temas que fallan estrepitosamente. O la opción de desactivar el JSON-API hace que Gutemberg directamente no cargue.
En tu caso, una opción es simplemente desactivar la opción, editar el widget y volver a activarlo. Si necesitas más control sobre qué scripts no quieres mover al pie, puedes probar con plugins como Autoptimize, que te dejan excluir ficheros.
I understand it’s a big deal to prepare all the WordFence codebase for localization, but having the front-end strings translated might be enough.
There are only a few strings that regular users would ever see from WordFence, and the “login error” in this thread is also used for reducing the information a potential attacker can get.
Sorry for my insistence, but you have to underderstand WordFence is the most used untranslatable plugin in the WordPress directory:
https://wp-info.org/plugin-top120/Forum: Plugins
In reply to: [Machete] Control the cookiesNope, it just shows a warning bar.
You will need something like this if you need that level of control:
https://es.www.ads-software.com/plugins/gdpr/Forum: Fixing WordPress
In reply to: Broken codeYou have this at the very top of the page, before the <!DOCTYPE declaration. It should be inside the
<body>
tag It is causing a javascript error that prevents most code on your page from working:<script language="JavaScript" type="text/javascript"> TrustLogo("https://trustlogo.com/images/new-trustlogos/comodo_secure_seal_100x85_transp.png", "CL1", "none"); </script> <a href="https://www.positivessl.com/" id="comodoTL">Positive SSL</a>
Besides, you are getting this error:
Uncaught ReferenceError: TrustLogo is not defined
That means that you haven’t copied all the code.
Forum: Fixing WordPress
In reply to: Changing DashboardYou can not change admin settings if you are not an Administrator level user, but if you are the owner of website and you have access to the hosting panel it’s easy to gain access to the admin account:
https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
Forum: Plugins
In reply to: [WooCommerce Simple Checkout for Digital Goods] Use case?I have just released version 1.2
The default behaviour is now to remove billing fields only from free orders (those where the cart total is zero).
I guess that makes more sense now ??
Forum: Plugins
In reply to: [WooCommerce Simple Checkout for Digital Goods] Use case?I’m using this to distribute free digital products that require user registration as a way to get leads.
The next version of the plugin will have the option to hide billing fields only if the cart total is zero.
Forum: Plugins
In reply to: [Machete] style cookieMachete 3.1 includes three new cookie bar styles. One of them, “Modern Dark”, is exactly what you asked for.
Forum: Plugins
In reply to: [Machete] style cookieOne of Visual Composer programmers gave the solution here:
https://github.com/websharks/comet-cache/issues/673#issuecomment-273764573Add this to your functions.php file to disable the nonce check on post grids. This makes them compatible with cache plugins:
add_filter('vc_grid_get_grid_data_access','__return_true');
- This reply was modified 7 years, 6 months ago by Nilo Velez. Reason: escaped code block
Forum: Plugins
In reply to: [Machete] ?Funciona con Google Tag Manager?Sí, el bloque “Contenido para el <body>” es precisamente para meter códigos de conversión que tienen que ir por narices en el pricipio del body.
Si eliges la opción “Intentar inyectar automáticamente el código usando el método de Yaniv Friedensohn”, lo intenta inyectar automáticamente con el mismo sistema que usa Duracelltomi Tag manager.
De todas maneras, eso aún no está probado en producción, así que cualquier cosa que necesites sólo tienes que pedirla.
+1
Password fields should be password fields