gonbasaldua
Forum Replies Created
-
Forum: Plugins
In reply to: [Elasticsearch Indexer] mapper_parsing_exceptionHi, i have the same problem, the solution is to use a 1.x elasticsearch cluster. On elastic.co by default it uses a 2.x cluster.
Forum: Plugins
In reply to: [Elasticsearch Indexer] Can't reindexHi, i have the same problem, the solution is to use a 1.x elasticsearch cluster. On elastic.co by default it uses a 2.x cluster.
Forum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Direct UploadsThanks Nadav! i’ve managed to fix the problem by adding a header on the request.
Its there a way of migrating all media library at once?
What about thumbnails? Woocommerce generates different sizes for different site templates and only where the full size image is showed the image is the one hosted on Cloudinary, the others for example “xxxxx-247×19.gif” are loaded from the local server.Forum: Plugins
In reply to: [Plugin Organizer] Disable on AdminThanks for all Jeff, using it right now.
And I also add this on line 30 of PluginOrganizarMU$adminurl = preg_replace(‘#^https?://#’, ”, rtrim(get_admin_url(),’/’));
if ($this->requestedPermalink!=”.$adminurl.’/admin-ajax.php’…….Forum: Plugins
In reply to: [Plugin Organizer] Disable on AdminGreat! Please let me know.
Something i notice is that with my “fix”, all plugins that calls “/wp-admin/admin-ajax.php” got problems. Is there a way to leave admin-ajax out of the filter?Forum: Plugins
In reply to: [Plugin Organizer] Disable on AdminPluginOrganizerMU.class.php on line 99 i change from:
$endChar = ”;
to
$endChar = ‘/’;and it start to work well, at least on all tests i’ve done.
Its a good fix or that will break something else?
Forum: Plugins
In reply to: [Plugin Organizer] Disable on AdminOk great, i’ll wait for the fix. If there is a fast solution that i can change on the plugin let me know.
Thanks Jeff
Forum: Plugins
In reply to: [Plugin Organizer] Disable on AdminOk, i’ve tried that because i read your answer here
Maybe is our WordPress Version? 3.6.1 and we got your plugin latest version.
Everything else is working except that. Too bad, anyway thanks!
Forum: Plugins
In reply to: [Edik - Advanced Image Editor for Wordpress] It doesn't work.Hi, im testing your plugin on WordPress 3.6.1 with Woocommerce and we got the same problem as iamthez.
When i try to load the image editor it just goes to a white page.
Any info that helps you solve the problem just ask, we are looking forward to use the plugin.
Another question, when you edit the image the thumbnails are regenerated?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce and Varnish cache@yolabingo thanks, your config works!
Forum: Plugins
In reply to: [Nextend Social Login and Register] How to get Primary EmailThe plugin already does this, sorry!
I solved it by adding an empty index.html to the folder.
Forum: Plugins
In reply to: [Autoptimize] No such file or directoryOk got it! So I will try emptying the cache in WP Super Cache and see if the warnings stop appearing.
Thanks a lot for your help! Great plugin.
Forum: Plugins
In reply to: [Autoptimize] No such file or directoryOk great! Im using WP Super Cache so the problem should be with that.
For how long autoptimized CSS stays on cache?
The idea would be to put a lower time for Cache Timeout in WP Super Cache, would that help?Forum: Plugins
In reply to: [Google Drive WP Media] Google_REST.php on line 66I go on using the plugin ignoring the error, its says the folder is created, but i cant see it on my Google Drive.
I upload an image also to it, it says “Great! File 0Bx6Ib5qglbSeb3k1ZFY3eE9WblE successfully uploaded to rtv and added into your Media Library..”.
Im checking both My Drive and Shared with Me, but nothing new shows up.