mmln
Forum Replies Created
-
finally found my answer with some trials and error
update the file wp-content/plugins/add-google-plus-one-social-share-button/gp_display.php Change $output .= '</div><div style="clear:both"></div>'; to $output .= '</div><div style="clear:right"></div>';
any fix for this problem ?
It happens when you use left floating option, 5-6 lines of extra white space between post title and post content. When plugin disabled or left floating turned-off, white space is removed and works fine.How to fix this
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Causing Errors in WPMUThis issues looks same as mine. let me know if any fix.
I also use WPMU.
Forum: Fixing WordPress
In reply to: permalink issues with 3.2.1someone help please !!!!
Forum: Plugins
In reply to: [Collapsing Categories] include in a postI would like to show the ‘collapsing categories’ in a blog post. How to do that ?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Clear cache when user login??Hi javiarques,
I tried removing action from wp_login, it does the job but from only one ‘login’ form. As you mentioned this cache prune is called many times.
Could you tell me the modification you did to the bp_core_clear_cache so that it does nothing ?
Any way I am not going to cache the community pages, but just the blog posts.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Clear cache when user login??hi javiarques/Donna,
Could you tell me in more detail ?
functions.php is it located under ‘wp-includes’ ? or under theme files ?
in functions.php where exactly I need to add this remove_action ?could you help me where (file name and location) I need to add the remove function ?
Forum: Plugins
In reply to: [Video Thumbnails] [Plugin: Video Thumbnails] jwplayer and video thumbnailsany luck ?
Little more information on this issue.
Files under ‘supercache’ directpry are the one that are getting deleted when someone logs in.tried, still the same issue. Everything under the directory (/blog/) gets deleted every time a user login (wp-login.php).
I am using WP and Buddypress.1) Enabled debugging for my IP, browsed couple of pages.
2) Verified super cache files are generated.
3) Took the snapshot of debug log file
4) Logged in as admin (also tried logging as some other user than admin)
5) Immediately observed super cache files deleted.
6) Took the snapshot of debug file. One observation was debug has only lines since the admin login, old debug lines wiped out. That means when it purged cached, it also deleted debug lines.No issue if it is just visitor who browses but when some one login to the website it is wiping the data.
Debug before login
00:59:20 /abc/blog/23/methods/ No wp-cache file exists. Must generate a new one. 00:59:20 /abc/blog/23/methods/ In WP Cache Phase 2 00:59:20 /abc/blog/23/methods/ Setting up WordPress actions 00:59:20 /abc/blog/23/methods/ Created output buffer 00:59:20 /abc/blog/23/methods/ Output buffer callback 00:59:20 /abc/blog/23/methods/ Anonymous user detected. Only creating Supercache file. 00:59:20 /abc/blog/23/methods/ Gzipping buffer. 00:59:20 /abc/blog/23/methods/ Writing non-gzipped buffer to supercache file. 00:59:20 /abc/blog/23/methods/ Writing gzipped buffer to supercache file. 00:59:20 /abc/blog/23/methods/ Renamed temp supercache file to /home/test/public_html/abc/wp-content/cache/supercache/abc.com/abc/blog/23/methods/index.html 00:59:20 /abc/blog/23/methods/ Renamed temp supercache gz file to /home/test/public_html/abc/wp-content/cache/supercache/abc.com/abc/blog/23/methods/index.html.gz 00:59:20 /abc/blog/23/methods/ Writing gzip content headers. Sending buffer to browser 00:59:20 /abc/blog/23/methods/ wp_cache_shutdown_callback: collecting meta data.
Here is log file after user login
01:01:18 /abc/wp-login.php gc: deleted /home/test/public_html/abc/wp-content/cache/meta 01:01:18 /abc/ Cookie detected: wordpress_logged_in_7ec0a9072c61f30d427cd30c9cdcb699 01:01:18 /abc/ supercache dir: /home/test/public_html/abc/wp- content/cache/supercache/abc.com/abc/ 01:01:18 /abc/ Cookie detected: wordpress_logged_in_7ec0a9072c61f30d427cd30c9cdcb699 01:01:18 /abc/ No wp-cache file exists. Must generate a new one. 01:01:18 /abc/ Cookie detected: wordpress_logged_in_7ec0a9072c61f30d427cd30c9cdcb699 01:01:18 /abc/ In WP Cache Phase 2 01:01:18 /abc/ Setting up WordPress actions 01:01:18 /abc/ Created output buffer 01:01:18 /abc/ Cookie detected: wordpress_logged_in_7ec0a9072c61f30d427cd30c9cdcb699 01:01:19 /abc/ Output buffer callback 01:01:19 /abc/ Cookie detected: wordpress_logged_in_7ec0a9072c61f30d427cd30c9cdcb699 01:01:19 /abc/ Gzipping buffer. 01:01:19 /abc/ Writing gzipped buffer to wp-cache cache file. 01:01:19 /abc/ Renamed temp wp-cache file to /home/test/public_html/abc/wp-content/cache/wp-cache-0d86b93d5b8228504f357fe70a7b4ec7.html 01:01:19 /abc/ Writing gzip content headers. Sending buffer to browser 01:01:19 /abc/ wp_cache_shutdown_callback: collecting meta data. 01:01:19 /abc/ Writing meta file: /home/test/public_html/abc/wp-content/cache/meta/wp-cache-0d86b93d5b8228504f357fe70a7b4ec7.meta
I couldn’t find a root cause why it happened, but by looking at the first line after user logs in, I see a delete statement of super cache.
I set garbage collection to ‘0’. I want to build static html with no expiry or expiry in a future period (more than a month).
this may be related to my problem, where cache gets wiped off when admin logs into wordpress.
restating my problem clearly.
I see all cache files on the server under cache/supercache/ directory.
When I logged into wordpress as admin, and go back and check the cache directory all cached files will be deleted.Is there any reason why this is happening ?
Forum: Plugins
In reply to: [Video Thumbnails] [Plugin: Video Thumbnails] jwplayer and video thumbnailsI am looking for supporting jwplayer.