yohay
Forum Replies Created
-
Thanks Michael! I guess I’ll have to wait patiently for GWT…
Thanks for your quick response. I have disabled the minify plugin and purged all caches. It didn’t help :(. I’ll try disabling other plugins later on.
Forum: Plugins
In reply to: [Shortcodes Pro] Shortcodes with Select attribute no longer working with 3.9?Worked also for me. Thanks dazbot!
Forum: Plugins
In reply to: [podPress] File not found, podcasts dont playHi,
I signed up directly to Podtrac and I receive the same “Reason: Domain not whitelisted” message for this link:
https://www.podtrac.com/pts/redirect.mp3/www.forexcrunch.com/wp-content/uploads/2014/07/Podcast_2014-07-07.mp3
Can you please whitelist https://www.forexcrunch.com?Thank you very much,
Yohay.Forum: Plugins
In reply to: [upPrev] Not showingThanks!
I looked up the issue with jquery, and unblocking it resolved the issue.Thank you very much!
Update: this is how my .htaccess in /cache folder look like:
# BEGIN supercache <IfModule mod_mime.c> <FilesMatch "\.html\.gz$"> ForceType text/html FileETag None </FilesMatch> AddEncoding gzip .gz AddType text/html .gz </IfModule> <IfModule mod_deflate.c> SetEnvIfNoCase Request_URI \.gz$ no-gzip </IfModule> <IfModule mod_headers.c> Header set Vary "Accept-Encoding, Cookie" Header set Cache-Control 'max-age=31556926, must-revalidate' </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html A86400 </IfModule> # END supercache
According to WebPageTest, I get the desired 304 response on a second load with Google Chrome. I don’t get it with Firefox or Explorer. Any advice will help.
Thanks again,
Yohay.Hi guys,
I am searching for the same thing. I tried modifying the the wp-cache-phase1.php file by changing the max age to 86400. Line 167 is now
header( “Cache-Control: max-age=86400, must-revalidate” );I’ve cleared the cached but it is still set to Cache-Control: max-age=3, must-revalidate
PHP caching is set and the 304 Not Modified option is set as well in the Advanced settings tab of WP Super Cache.
Am I missing something?I believe that making this work will reduce crawl time of search engines, adding even more value to this excellent plugin.
Thanks!
Forum: Plugins
In reply to: [Comment Rating] [Plugin: Comment Rating] brokenHi, Indeed, I′m using W3 Total Cache. The recent version doesn′t work well with minify, but it still has other advantages, so I′m sticking with it. At least for now…
Forum: Plugins
In reply to: [Comment Rating] [Plugin: Comment Rating] brokenThanks for getting back to me. I’ve checking the general settings and it looks good: https://www.forexcrunch.com
Perhaps the caching system is colliding with it.Forum: Plugins
In reply to: [Comment Rating] [Plugin: Comment Rating] brokenSame problem here. The script appears in the footer but still no response.
I’ve installed the plugin, but it doesn’t work. When voting, there’s no response. I used Firebug, and it returns 404 for this request: https://www.forexcrunch.com/wp-content/plugins/comment-rating/ck-processkarma.php?id=76722&action=add&path=www.forexcrunch.com/wp-content/plugins/comment-rating/&imgIndex=3_14_
I’m using the most recent version of WordPress, 3.1.2, and of the plugin.
Any help will be appreciated.Forum: Plugins
In reply to: [Plugin: WP Super Cache] APC and Super Cache cause an internal server errorUpdate: When I wrote the previous message, they didn’t fully remove APC.
Now they did, and Super Cache works perfectly on my site: forexcrunch.comThanks again,
Yohay.Forum: Plugins
In reply to: [Plugin: WP Super Cache] APC and Super Cache cause an internal server errorThanks.
These are the errors that they saw:
# php index.php
Segmentation fault================================================
[Sat Feb 13 07:19:38 2010] [error] [client *] Premature end of script
headers: index.php
[Sat Feb 13 07:19:38 2010] [error] [client *] Premature end of script
headers: index.phpI tried uninstalling APC and it didn’t help. Now I’ve asked my hosting service to remove xcache and I’ll report.
Maybe it’s not related to these modules…
Forum: Fixing WordPress
In reply to: 2.9 Schedule Posts “missed”I have seen “Missed” before, but it seems more frequent with WordPress 2.9.
My workaround with missed posts is to change their status to “Published” through the main “Edit Posts” page. I didn’t manage to publish them through the single post page.Forum: Fixing WordPress
In reply to: Scheduled Posts Not Working Since 2.9I also had this problem in WordPress 2.9. I must say that this sometimes happened in WordPress 2.8.6 as well, but it seems more frequent with the new version.