MTO
Forum Replies Created
-
Forum: Plugins
In reply to: [ZenCache] CloudFlareRead this just in time, will wait another weak before trying another alternative, as after many experiences, I’ve decided cloudflare is a must for me.
Will it be possible to cache posts, and have the plugin notify cloudflare when to purge those posts cache? I’d like to cache the posts html, and have it purge changed pages.
Forum: Plugins
In reply to: [ZenCache] Not working rightAfter migration, 100% of my posts were gone.
Thankfully, after going back to Quick Cache and seeing the problem persisted, I discovered a few tables were corrupted. They fixed, and so far for now, I have been able to migrate again to ZenCache with no more problems. If you’re seeing empty pages it could be the same reason as mine, corrupted database, fix it and good luck!PD. Would really like to see CloudFlare integration.
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] CloudflareThanks for the advise.
Forum: Fixing WordPress
In reply to: wp_options table crashedThanks for the reply, it’s very useful. I will try to import the backed up table, and hopefully I just need to reconfigure some options for the last posts.
Forum: Plugins
In reply to: [Quick Adsense] Hide Ads not working for sidebar widgetRead carefully: there is an optional code for what you want.
Use<!--OffWidget-->That should do it! π
*Please note, it currently has a bug that still displays the widget ads when the widget is in the header area. http://wordpress.org/support/topic/warning-is-not-working-in-header-widgets
Forum: Plugins
In reply to: [Quick Adsense] WARNING! –OffWidget– is not working in header widgets<!--NoAds--> <!--OffWidget-->does not prevent widget from being displayed if the widget is called from the header (tested in multiple themes with a header widget area activated).My guess is that since it’s the header, it might still not know what the contents of the post are, and because of this not taking into account if it should or should not be displayed?
Thank you!
Sorry for the delay in replying.
Your fix solved the problem! Thanks! Great plugin!Role Manager
http://www.im-web-gefunden.de/wordpress-plugins/role-manager/Thanks for any help!
Forum: Plugins
In reply to: WPTouch Cannot see settingsSame here.
I installed WPTouch, it’s working… but I cant get into the admin panel, it’s completely blank. Viewed html source, and it’s not there either (only displays wp admin bars, left and top).wp-admin/options-general.php?page=wptouch/wptouch.php
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] How to change locale=en_US to otherAnswering myself:
It shows in correct language depending on browsers, so it seems to be an issue outside the plugin itself.
Changing to resolved.Forum: Requests and Feedback
In reply to: Allow admin/authors to comment closed postsNot with posts that “close after x days”. You’d have remove the option of closing after x days affecting all site posts.
And even then, if it was possible to do so that way, that’s quite a big hassle. :s
Forum: Fixing WordPress
In reply to: Gravatars always showing, no matter what option I chooseSolved by changing the above code to this:
<?php echo get_avatar($comment, 48 ); ?>Thanks for your help.
Forum: Fixing WordPress
In reply to: Gravatars always showing, no matter what option I chooseTried it.
Deactivated all plugins, deleted cache (wp & self) and nothing… it was still showing gravatars over any option I’d choose.In my template, I dont see any reason it should be calling gravatar vs wordpress setting:
<?php echo get_avatar($comment,$size='48',$default='<path_to_url>' ); ?>Upon changing themes, mysteriously some still show gravatars while others identicons (choosen option).
Weird.Forum: Fixing WordPress
In reply to: Gravatars always showing, no matter what option I chooseYes, I do that, as well as using multiple browsers/sessions.
And deleting wp cache after every change…
But no, that’s not it, it’s been going on for quite some time (month or so).And as far as I can tell, the theme should correctly be calling it through get_avatar
I’m lostForum: Plugins
In reply to: Simple Tags can’t work with WordPress 2.9 RCThanks!