sparklette
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache 2.9.3 – REST API broken / Site Health error@vmarko Under Performance>Page Cache>REST API section, “Don’t cache” is selected.
Thanks for following up.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache 2.9.3 – REST API broken / Site Health errorMy site is heavy on AJAX responses. This update resulted in 0-byte minified files being created. For now I have to roll back to the previous version of this plugin and disable auto-updates.
Yes, I’d like the same functionality too.
Forum: Plugins
In reply to: [Onswipe] [Plugin: Onswipe] Images not shown in listing pageI had the same problem with the plugin, and managed to get this working on http://sparklette.net .
What I did was to manually create the thumbs cache folder /wp-content/uploads/thumb-cache and give it 777 permissions. Note that the folder name is thumb-cache not thumbs-cache.
Forum: Plugins
In reply to: [Onswipe] [Plugin: Onswipe] Doesn't work for pictures ?I had the same problem with the plugin, and managed to get this working on http://sparklette.net .
What I did was to manually create the thumbs cache folder /wp-content/uploads/thumb-cache and give it 777 permissions. Note that the folder name is thumb-cache not thumbs-cache.
Forum: Fixing WordPress
In reply to: Site-wide 403 Forbidden & 404 Not Found errorsTurns out the hosting company disabled my site due to high CPU load, resulting in the errors. I was unaware of this, and it looks like the issue has nothing to do with WordPress.
Forum: Fixing WordPress
In reply to: Make Post Page as Homepage and also have linkI’m not sure if using Post as your main page is possible. Why not use Pages?
Forum: Fixing WordPress
In reply to: How to hide a post when logged inIt’s probably easier to do this with static text rather than a post. First detect if the user is logged in. If he isn’t, then display the text.
Something like this (untested):
<?php if ( !$user_ID ) { //If not logged in. ?> <p>Please <a href="<?php echo get_option('siteurl'); ?>/wp-login.php">log in</a>.</p> <?php } ?>Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] order_by argumentI have the exact problem too. Trying to sort posts by title to no avail. Any solution would be greatly appreciated. Thanks.
Forum: Plugins
In reply to: [DB Cache Reloaded] [Plugin: DB Cache Reloaded] Plugin Broken with WP 3.1I enabled the Wrapper Mode and there are no more errors in 3.1.
Forum: Plugins
In reply to: Search documents, pdf’s, etc.I am looking for a solution, too. Any help or advice would be much appreciated. Thanks!
Forum: Everything else WordPress
In reply to: Do php if/else statements cause heavy load on the server?That makes sense. It’s good news for me. Thanks 🙂
Forum: Plugins
In reply to: Adding Notes to PhotosI’m also looking for a plugin or even a javascript of some sort that allows me to add notes to photos too. Anyone?
Forum: Fixing WordPress
In reply to: Crash only in IE 6.0*bump*
I’m facing the exact same problem too. My site sparklette.net crashes in IE6 only on the main index, and not the single pages. It’s the same mshtml.dll issue.
Did you or anyone manage to pinpoint the problem?
Thanks!
Forum: Plugins
In reply to: Post Teaser 3.8 incompatible with WP 2.2 (?)I had problems getting it to work with WP 2.2 too. I didn’t get the Error 500, but my posts simply stopped displaying. In the end I had to disable the plugin altogether.
Unfortunately the plugin author has stopped development and support.
Would be great if anyone could step in to fix the problem.
Thanks!