blau
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] youtube resize problem with autoptimize and WP Super CacheHello futtta, sorry for the late reply. I updated to the latest and will check the selective js disabling. It is a nice idea, thank you!
In the end I used
iconv -f ISO-8859-1 -t UTF-8 MTfilename.xml > MTfilename_new.xml
and then opening each xml file with Firefox I hunted down the last errors.Forum: Plugins
In reply to: [Yoast SEO] unclutter the posts page?Thank you Hassan for your kind reply:
1. I use wordpress for several sites since WP 1.5 and I was unaware of the screen option: it’s great, and I feel sooo dumb!
2. I will test the functions.php approach.
3. yesterday I tried the CAC plugin, it’s ok in most of my sites and has other interesting features.
PS: for reasons that may only originate from my own, I could not find a prompt reference to this issue.
Thank you again ??
Forum: Plugins
In reply to: [CDN Sync Tool] abandonedOk, here is what works and what does not in my experience:
Install 2 plugins CDN Sync Tool and WP Super Cache;
Configure CDN options in wp super cache: in Offsite url field put https://yourdistributionname.cloudfront.net;
Configure CDN Sync Tool Options: hostname of CDN field will be https://yourdistributionname.cloudfront.net;
Disable all css and js minify/concatenation (untested);
Sync (or sync manually if you have shell access and s3cmd);
Clear the cache and test: it should work.Now, whenever you upload a new image using “Add media” on the post editing page, the image will be synced to the CDN. However, the custom size images will NOT be synced.
e.g.:
image.png
image-100×70.png
image-120×120.png
image-120×80.png
image-163×103.png
image-200×150.png
image-250×180.png
image-350×274.png
image-450×248.png
image-620×300.png
image-700×280.png
image-80×50.pngYou to find some other way to sync the files, or patch the plugin somehow.
Forum: Plugins
In reply to: [Autoptimize] youtube resize problem with autoptimize and WP Super CacheThank you futta. I checked out WP YouTube Lyte and it is interesting, I’llleave my feedback about in yous blog’s comments.
Forum: Plugins
In reply to: [Autoptimize] youtube resize problem with autoptimize and WP Super CacheDid you get the theme files a week ago?
Forum: Plugins
In reply to: [Autoptimize] youtube resize problem with autoptimize and WP Super CacheI sent you the theme files, thank you for your time.
Forum: Plugins
In reply to: [Autoptimize] youtube resize problem with autoptimize and WP Super CacheHello frutta,
1 disable “Optimize JavaScript Code?” in Autoptimize config. Does that fix the problem?
Yes.
2 enable the “Look for scripts only in <head>?” option in Autoptimize config. Does this fix the problem?
No.
3 open /wp-content/plugins/Autoptimize/classes/AutoptimizeScripts.php and on line 7 add “jquery” to the “dontmove”-array. Does this fix the problem?
No.
Emptied autoptimized, wpsupercache and browser cache every time. Anything else i can do?
Hello, I have several thousand posts as well. I have found that the featured image is generated only if I update an existing post.
The config options I found are under Settings > Simple Auto Feature Image
wp-admin/options-general.php?page=simple-auto-featured-image/simple-auto-featured-image.php
Am I missing something? Thank you.
Forum: Plugins
In reply to: [Authentication by LoginRadius] https: social login redirection to http failsHello, you are right! Your replies were stuck in my spam bin, that’s why I asked here. Sorry for the inconvenience and thank you for support. I’ll check the technical part and report.
Forum: Plugins
In reply to: [CW Image Optimizer] Installing littlutilsVery neat plugin, works like a charm on a test site.
The plugin author made a patch that will go in the next release. Works very well.
Forum: Plugins
In reply to: [MailChimp Widget] [Plugin: MailChimp Widget] it_IT italian translationHi James, I just had to do it for my site, you are welcome.
Thanks Brozman, I hope that fix gets into the main plugin repository.
Forum: Fixing WordPress
In reply to: WP 3.3 Unable to Drag and Drop Widgetspodpress 8.8.10.12 was the cuplrit in my situation. Disable it and widgets work again.