cadbloke
Forum Replies Created
-
Thanks for adding the z-index in the latest update, Dave.
lolz at your mention of me in the changelog.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Wont compress CSSGzip the files manually (7zip is good for that) and upload them to the server, then change .htaccess to look for them first.
See my (somewhat messy) blog post at https://icanhazdot.net/2010/03/23/some-wordpress-stuff/ for a roundup of that kind of stuff.
I also recommend wp-minify. It works very well (*on my machine)
Forum: Plugins
In reply to: [Plugin: WPtouch iPhone Theme] great plugin – image issueI got this too. The jQuery lazy load plugin doesn’t like WP3. Works ok if I run in restricted mode or if I disable the jQuery plugin.
WP 3.0 plugin vers 1.9.14
Forum: Plugins
In reply to: [Plugin: WP Super Cache] How can I get WPSC working on my setup?I have seen the false alarm errors for .htaccess on the v3.0 nightly builds too. Usually it is after changing one of the settings at the top to the wpsc settings page. The error comes after the mobile device support section at the top and says …
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxx/www/wp-content/plugins/wp-super-cache/wp-cache.php on line 413 Warning: strpos() [function.strpos]: Empty delimiter in /home/xxx/www/wp-content/plugins/wp-super-cache/wp-cache.php on line 413 Rewrite rules must be updated The rewrite rules required by this plugin have changed or are missing. Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty): 1. Set the plugin to half on mode and enable mobile support. 2. Scroll down this page and click the Update Mod_Rewrite Rules button. 3. Delete the plugin mod_rewrite rules in /home/xxx/.htaccess enclosed by # BEGIN WPSuperCache and # END WPSuperCache and let the plugin regenerate them by reloading this page. 4. Add the rules yourself. Edit /home/xxx/www/.htaccess and find the block of code enclosed by the lines # BEGIN WPSuperCache and # END WPSuperCache. There are two sections that look very similar. Just below the line %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ add these lines: (do it twice, once for each section) RewriteCond %{HTTP_user_agent} !^.*( Warning: implode() [function.implode]: Invalid arguments passed in /home/xxx/www/wp-content/plugins/wp-super-cache/wp-cache.php on line 424 ).*
and inside a small frame with scrollbars …
RewriteCond %{HTTP_user_agent} !^( Warning: implode() [function.implode]: Invalid arguments passed in /home/xxx/www/wp-content/plugins/wp-super-cache/wp-cache.php on line 425 ).*
reloading the settings page makes it go away.
Bump – Dave, you need to add this z-index line to all of the CSS files.
cheers ??
Forum: Plugins
In reply to: [Plugin: jQuery Image Lazy Load WP] Conflict with WPtouch and wp-minifyDarn. Ran out of editing time.
Fixed it – I added
effect:"fadeIn", threshold : 1, <--- Added this placeholder: "$placeholdergif"
to fix the missing icons on the iPhone. I have still left the deregister / reregister jQuery statements commented out but that’s more of a wp-minify problem. I could probably fix it at that end (be excluding it from minification) but it works & I’m tired.
Thanks for writing & posting this plugin – it’s a real bandwidth saver.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] WordPress Beta 3.0 problemThat worked for me on the trunk version in a subdomain, FYI. A couple of nice changes too. I like the ‘test’ button.
Forum: Plugins
In reply to: [Plugin: Subscribe to Comments] Does this work with 2.9.2 ?Yup. Works for me on 2.9.2
Forum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Doesn’t seem to work with 3.0 betaFAIL.
me, that is.
Yes, it works fine. It doesn’t work if I password-protect the wordpress directory (it’s a sandpit site).Forum: Plugins
In reply to: [Plugin: WP-Prowl] post a comment returns a blank pageDoh! Totally my bad.
I am also running WPtouch which also has Prowl notifications. I left a couple of checkboxes ticked in the WPtouch options & didn’t enter my API key in WPtouch. That broke it.
After unticking the boxes in WPtouch everything works perfectly, even with wp-wuper-cache, wp-minify, wp-touch, mobile edition, ajax-edit-comments … all sorts of other crap. I also works fine for comments left from an iPhone running the WPtouch theme without any boxes ticked in the WPtouch push settings.
Great plugin – works perfectly.
Forum: Plugins
In reply to: [Plugin: WP Ajax Edit Comments] How to disable for wptouch iPhone themeActually, it works with the wpTouch plugin. Minification & cachine plugins that minify may mess it up – that as my problem.
Here is what I added to wp-minify. Replace yoursite.com with the path to the relevant places.
Javascript files to exclude from minify (line delimited)
https://www.yoursite.com/wp-includes/js/wp-ajax-response.js
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/js/comment-editor.js
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/js/comment-editor.min.js
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/js/jquery.atd.textarea.js
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/js/csshttprequest.js
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/js/tabber.js
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/js/frontend.js
https://www.yoursite.com/wp-ajax-edit-comments/js/wp-ajax-edit-comments.min.jsCSS files to exclude from minify (line delimited)
https://www.yoursite.com/wp-content/themes/hybrid-news/front-page.css
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/css/themes/aesthetica-small/comment-editor.css
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/css/atd/atd.css
https://www.yoursite.com/wp-content/plugins/wp-ajax-edit-comments/css/tabber.cssForum: Plugins
In reply to: IS there a alternative to Ajax Edit Comments?There’s https://www.ads-software.com/extend/plugins/wp-ajax-edit-comments/ . The latest version is paid ($25/yr) but the free version works.
Forum: Plugins
In reply to: [Plugin: Search Everything] category descriptionDitto. I’d like it to return a link to the category page. My theme displays the descriptions on the category page so it ‘should’ be seachable.
Forum: Fixing WordPress
In reply to: .htaccess/expires headers issueHave a look here: https://www.samaxes.com/2008/04/htaccess-gzip-and-cache-your-site-for-faster-loading-and-bandwidth-saving/
look for <ifModule mod_headers.c> You can modify expiry times via this too.
fyi – works on my installation of WP 2.92. Do you have a caching or javascript minify plugin? These can mess javascript stuff around a bit.