minilobo
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout Field Manager (Checkout Manager) for WooCommerce] Broke my siteOK, thanks, now it seems to work again ??
Latest update also broke my site.
Oh, what a pity, version 2.2.9 was the first version that was finally working great for me.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Update to version 2.0.12 gave me a blanck websiteAfter the update it works fine, so don’t panic !! ??
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Update to version 2.0.12 gave me a blanck websiteNow it works great (again). BTW, I got it as part of the flatsome’s theme.
It even works well in both languages I use: https://realpandora.com/ ??
Thanks
Forum: Plugins
In reply to: [qTranslate X] Internal server error 500 after 3.4.6 update@johnclause I was hoping for you to tell me ! ??
I was in my .htaccess. At first I thought it had to be there, because I am using English and Spanish on the site and all the Spanish URLs start with domain.com/es/
It all crashed while I was updating some settings of the theme (flatsome), but it could be a coincidence.
Forum: Plugins
In reply to: [qTranslate X] Internal server error 500 after 3.4.6 updateI had the same issue with a 500 error.
My old .htaccess file was:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /es/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /es/index.php [L]
</IfModule># END WordPress
(I had English and Spanish enabled)
I deleted my .htaccess file and added a new one with this:
# 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 WordPressNow it works fine. But I am wondering if I am missing something …..
Forum: Plugins
In reply to: [Yoast SEO] Error during plugin updateI have the exact same problem. Out of 16 blogs I updated, 3 have this problem.
Permissions are OK. I even put 777 and created the directory “samples” manually
Forum: Themes and Templates
In reply to: [Responsive] Widget Issues After Theme UpdateThanks @thomvincent , that works for the home page, but not for the sidebar ??
Thanks ??
Forum: Plugins
In reply to: [Embed RSS] Please put embed in posts back !!Thanks for answering ??
Using jetpack 1.8.2, and no emails are being sent either … 159 subscribers left out …
Trying to install 1.7 …
Eduardo
[link moderated]Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] 1.2.8.1 breaks adminMy admin page is a mess too. It is in Spanish (my whole site is in Spanish)
How can I change the admin page to English ?
Updated:
OK, I deleted “wordpress-seo-es_ES.mo” in the “languages” directory and now the admin menu is in English and works great. ??Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Posts breakIn a second blog the posts were ok, but it broke my feeds.
I am disconnecting it for now ….
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Posts breakVersion is 3.0.1. I tried to disconnect a couple of plugins, yes, but not all of them, I am using about 30 …
I tried to disable other twitter and social media related plugins, but the error really breaks the pages.