Lautaro
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal Error ‘Failed opening required’Apparently, there is an incompatibility issue between the Mercadopago plugin I was using (payment processor for LATAM) and the latest version of Woocommerce.
What I did was use the WPRollback plugin to roll back the Woocommerce version to 7.1.1. and now it works.In case someone is in the same position as I was, I recommend doing it as follows:
- Roll back the Mercadopago plugin to version 6.x
- Roll back the Woocommerce plugin to version 7.1.1
- Update the Mercadopago plugin to the latest version
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Error al activar pluginAl parecer hay una incompatibilidad del plugin de Mercadopago con la última versión de Woocommerce.
Lo que hice fue utilizar el plugin WPRollback para llevar la versión de Woocommerce a la versión 7.1.1. y ahora funciona.
Recomiendo hacerlo de la siguiente manera.
1. Hacer rollback del plugin de Mercadopago a la versión 6.x
2. Hacer rollback del plugin de Woocommerce a la versión 7.1.1
3. Actualizar el plugin de Mercadopago a la última versión
4. Reportar este problema con soporte de MercadoPago para que actualicén el plugin!
Haciéndolo de esta manera evite que crashee nuevamente.
Importante: desactivar actualizaciones automáticas del plugin de Woocommerce.Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Error al activar pluginYa escribí a soporte como me indicaron pero aún no he tenido respuesta.
Forum: Plugins
In reply to: [M Chart] Change Highcharts font familyCouldn’t find how to manipulate font family using theming but I found a workaround styling the WP Theme’s CSS.
Thanks anyway!Forum: Fixing WordPress
In reply to: Permalinks change breaks all linksI was experiencing the same issue and @eryk4381 solution wasn’t my case, AllowOverride was set to All already.
Looking at the server error log I found several error messages like this:[rewrite:error] (...) FollowSymLinks and SymLinksIfOwnerMatch are both off, so the RewriteRule directive is also forbidden (...)
I solved this by turning on FollowSymLinks and SymLinksIfOwnerMatch in .htaccess file.
Now it looks like this:Options +FollowSymLinks Options +SymLinksifOwnerMatch # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Plugins
In reply to: [WP Menu Cart] Mini Cart In Mobile HeaderThanks Ewout, it works perfectly now!
Forum: Plugins
In reply to: [WP Menu Cart] Mini Cart In Mobile HeaderHi Ewout, here’s the site: https://argentina.latartuferia.com.br/
Try it on a browser/screen width below 990pxThanks!
Forum: Plugins
In reply to: [WP Menu Cart] Mini Cart In Mobile HeaderHi,
oddly I’m having the opposite issue: I’m using the free version as well and the cart icon shows up in both, the header next to the burger menu icon and also in the mobile menu flyout. I want to hide the one in the header because it’s overlapping with the logo.I’m using Enfold theme.
Could you help me achieve that?
- This reply was modified 5 years ago by Lautaro.