Thibault
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Menu Cart] Latest Update Causes ErrorSame issue here, after upgrading from 2.10.4 to 2.12.1, menu disappeared. Only in my case, I’m using Woocommerce…
Forum: Fixing WordPress
In reply to: Can’t access admin when WordPress is in a subfolderNo issue with the htaccess, URL rewriting is working perfectly fine.
I’m not seeing any error with WP_DEBUG on true.
Forum: Fixing WordPress
In reply to: Can’t access admin when WordPress is in a subfolderLogin is working fine, it’s when I want to access the admin that it’s not working.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Error after update to 3.7.13Every update, something is broken with this plugin… Can’t you just test before releasing an update?
Forum: Plugins
In reply to: [JSON API] Not working with WordPress 4.6I’ve added a rewrite rule in my .htaccess file to fix the problem.
# API Rewrite rules <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule "^api/(.*)$" "/index.php?json=$1&%{QUERY_STRING}" [L] </IfModule> # END API Rewrite rules
(Add it before the WordPress rules)
Forum: Plugins
In reply to: [W3 Total Cache] Error 503 Service UnavailableI have this exact problem since yesterday. Nothing seems to have changed in my config.
Forum: Plugins
In reply to: [Simple Parse Push Service] Extremely slow Admin area when enabledHello,
After hours of debbugging my WordPress website to find from where the lags where coming, I find that it was coming from your plugin.
I tried to debug it, and I find this :
$savedPostTypes = get_option('simpar_metabox_pt'); if ( count( $savedPostTypes ) ) { $savedPostTypes[] = 'post'; addOrUpdateOption('simpar_metabox_pt', $savedPostTypes); $savedPostTypes = get_option('simpar_metabox_pt'); }
You should read this, and I’m pretty sure whats wrong will be obvious.
Try to display the $savedPostTypes var, you’ll see ??This var weight 13Mb in my database !
Forum: Plugins
In reply to: [Perfect Images (Manage Image Sizes, Thumbnails, Replace, Retina)] Retina HDHello, any news on Retina HD support ?
Forum: Plugins
In reply to: [Perfect Images (Manage Image Sizes, Thumbnails, Replace, Retina)] Retina HDOh, I didn’t know you’re French ??
Yes, a lot of people are reading our website, and we are currently working on a new design, so I thought it was a good opportunity to update our current outdated iPhone app, because a lot of people are asking us to do it ??
So, keep that new Freenews logo for you, because it’s not yet released ??
Forum: Plugins
In reply to: [Perfect Images (Manage Image Sizes, Thumbnails, Replace, Retina)] Retina HDThanks for your answer. My app is scheduled for release in the coming weeks, so that will be perfect ??
@2x assets are blurry on iPhone 6 Plus. Here an example (on the left part) : https://image.noelshack.com/fichiers/2014/40/1412468373-10453021-10152772946506907-3168464084892221473-o.jpg
Perfect on @2x display like iPhone 6 or iPad Retina.