Title: Lautaro's Replies | WordPress.org

---

# Lautaro

  [  ](https://wordpress.org/support/users/les360/)

 *   [Profile](https://wordpress.org/support/users/les360/)
 *   [Topics Started](https://wordpress.org/support/users/les360/topics/)
 *   [Replies Created](https://wordpress.org/support/users/les360/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/les360/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/les360/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/les360/engagements/)
 *   [Favorites](https://wordpress.org/support/users/les360/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Fatal Error ‘Failed opening required’](https://wordpress.org/support/topic/fatal-error-failed-opening-required-4/)
 *  Thread Starter [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-failed-opening-required-4/#post-17490924)
 * 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:
    1. Roll back the Mercadopago plugin to version 6.x
    2. Roll back the Woocommerce plugin to version 7.1.1
    3. Update the Mercadopago plugin to the latest version
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mercado Pago payments for WooCommerce] Error al activar plugin](https://wordpress.org/support/topic/error-al-activar-plugin-2/)
 *  Thread Starter [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/error-al-activar-plugin-2/#post-17490900)
 * Al 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.x2. Hacer rollback del plugin de Woocommerce a la versión 7.1.13. Actualizar
   el plugin de Mercadopago a la última versión4. 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mercado Pago payments for WooCommerce] Error al activar plugin](https://wordpress.org/support/topic/error-al-activar-plugin-2/)
 *  Thread Starter [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/error-al-activar-plugin-2/#post-17484751)
 * Ya escribí a soporte como me indicaron pero aún no he tenido respuesta.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[M Chart] Change Highcharts font family](https://wordpress.org/support/topic/change-highcharts-font-family/)
 *  Thread Starter [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [3 years ago](https://wordpress.org/support/topic/change-highcharts-font-family/#post-17020882)
 * Couldn’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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks change breaks all links](https://wordpress.org/support/topic/permalinks-change-breaks-all-links/)
 *  [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/permalinks-change-breaks-all-links/#post-12516925)
 * I was experiencing the same issue and [@eryk4381](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Menu Cart] Mini Cart In Mobile Header](https://wordpress.org/support/topic/mini-cart-in-mobile-header/)
 *  [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/mini-cart-in-mobile-header/#post-12212454)
 * Thanks Ewout, it works perfectly now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Menu Cart] Mini Cart In Mobile Header](https://wordpress.org/support/topic/mini-cart-in-mobile-header/)
 *  [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/mini-cart-in-mobile-header/#post-12196670)
 * Hi Ewout, here’s the site: [https://argentina.latartuferia.com.br/](https://argentina.latartuferia.com.br/)
   
   Try it on a browser/screen width below 990px
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Menu Cart] Mini Cart In Mobile Header](https://wordpress.org/support/topic/mini-cart-in-mobile-header/)
 *  [Lautaro](https://wordpress.org/support/users/les360/)
 * (@les360)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/mini-cart-in-mobile-header/#post-12174078)
 * Hi,
    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 6 years, 9 months ago by [Lautaro](https://wordpress.org/support/users/les360/).

Viewing 8 replies - 1 through 8 (of 8 total)