ckpicker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpNot necessarily. If a user doesn’t have javascript enabled, then nothing would show up, and Javascript is not standards compliant…
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpI really didn’t want to do it in javascript, but I guess that’s my only option this point. Oh well…
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpI’ve got a rotating image that is using the php rand function to display a different image every time the page is loaded. When it’s cached, the same image is always displayed. That’s why I don’t want the front page to be cached.
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpOk, I’ve tried to hack this plugin myself so that it won’t cache my home page. In wp-cache-phase2.php I’ve edited line 63 to the following:
if (strstr($uri, '/wp-admin/') || $uri == "https://www.lamplightmedia.net/" || $uri == "https://www.lamplightmedia.net")
I’m still not having any luck with this. The plugin is still caching my homepage, as I still see the wp-cache notification in the source of the page. Any ideas?
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpI’ve downloaded the DEV version and it’s still caching my home.php template page, even after clearing my cache. Any ideas?
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedI am currently also getting the Javascript error when trying to view the player in IE 7 and IE 8. Firefox works fine. Here’s the error:
Webpage Script Errors User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 1.1.4322; MS-RTC LM 8) Timestamp: Mon, 28 Jul 2008 21:47:43 UTC 0. Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: https://www.salinegateway.org/category/podcast/
Any ideas? Our site is running WordPress 2.6 and Audio Player 2.0b5. Thanks!