implau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Text under CirclesHi @andrew. I’ve been following these instructions, and when I paste the new code from http://pastebin.com/e40FLjei into the content-home.php file, the circles on my posts page are gone, replaced with full images. If I hover over them, they shrink back to circles. I created the child page with the child configurator plugin. Am I doing something wrong?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Site still slow after supercache installYes. But the thing is its feeling very slow! Even when it is loading old cached versions. Since I don’t have a lot of traffic on my site, would I just extend the amount of time that a cached page stays up?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3YES!!!!!!!!!!!!!!!!!!!
I got it finally. It was the lack of the closing html tag. My wordpress page template was not calling the footer element, and hence was not getting the /html tag. Once it did that supercache worked. I hope this helps someone else someday
-D
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3And some more (the previous post is in reverse order of being received, but this one is in correct order, sorry). I keep getting more
Doing GC on supercache dir: /home/.gallows/implausibot/implausibot.com/wp-content/cache/supercache
Cleaning expired cache files in /home/.gallows/implausibot/implausibot.com/wp-content/cache/
Cache garbage collection.
In WP Cache Phase 2
Not caching POST request.
Setting up WordPress actions
Supercache caching disabled. Non empty GET request.
USER AGENT (Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)) rejected. Not Caching
In WP Cache Phase 2
Setting up WordPress actions
No wp-cache file exists. Must generate a new one.
supercache dir: /home/.gallows/example/example.com/wp-content/cache/supercache/www.example.com/
changed to txt file instead of email, also get this
08:13:42 /wp-content/cache/dfcc38ee738593df1df7e93154f84ae4.txt No closing html tag. Not caching.Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3Here are the messages emailed to me from debug mode:
supercache dir: /home/.gallows/example/example.com/wp-content/cache/supercache/www.example.com/comments/feed/
No wp-cache file exists. Must generate a new one.
Setting up WordPress actions
supercache dir: /home/.gallows/example/example.com/wp-content/cache/supercache/www.example.com/comments/feed/
Created output buffer
In WP Cache Phase 2
scheduled wp_cache_gc for 10 seconds time.
Output buffer callback
404 file not found not cached
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3Hi donncha,
So continuing my correspondence with my web host, they have determined that everything looks good from their end, after kindly assisting me in some issues with my wp-config file and even re-installing wp supercache on their end (as this was deemed to be a unique case). My job to finish the process was simply to enable the plugin. I did, choosing the options: ON, Cache rebuild, and Mobile device support, them hitting Update Status.
And still it appears not to work. I get 0 cached pages in the admin, no “dynamic page loaded” in the source code. The path defined by them (in my advanced-cache in wp content) is below, again with example instead of my site name.
if ( !include_once( ‘/home/.gallows/example/example.com/wp-content/plugins/wp-super-cache/’ . ‘wp-cache-phase1.php’ ) ) {
if ( !@is_file( ‘/home/.gallows/example/example.com/wp-content/plugins/wp-super-cache/’ . ‘wp-cache-phase1.php’ ) )
register_shutdown_function( ‘wpcache_broken_message’ );My line of inquiry with my host regarding this issue is finished and I am hoping that you may have an idea about what could be going wrong
thanks very much
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3Oh. Now I changed the path on the advanced cache in wp-content and I’m back to getting the old
<!– WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! –>
I used this path
if ( !include_once( ‘CACHEHOME’ . ‘/plugins/wp-super-cache/wp-cache-phase1.php’ ) ) {
if ( !@is_file( ‘CACHEHOME’ . ‘/plugins/wp-super-cache/wp-cache-phase1.php’ ) )
register_shutdown_function( ‘wpcache_broken_message’ );thats not wrong. Right?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3I feel like I have a completely run-of-the-mill set up, and yet this is seeming exceedingly complicated.
I reinstalled WP- supercache.
It seemed to alter the htaccess files correctly, it put the advanced-chache.php where they were supposed to be. I had to change the position of the define(‘WP_CACHE’, true); in the wp config file.Now I don’t get any error messages, but no chaching, just nothing is going on 🙁
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3Thanks. I did that and going to try reinstalling on their request.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3Also when I installed my .htaccess file was not altered. Is there specific code I should manually put in? the readme just says its should ‘similar’ to an example
I would really love to use this plug-in. Any help is most welcome, thanks
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Unable To Post With Version 0.9.3Hi I’ve just installed version 0.9.9
I am also getting the
<!– WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! –>when the path appears to be correct. this is how it reads (I have substituted example for my site name)
if ( !include_once( ‘CACHEHOME’ . ‘/home/.gallows/example/example.com/wp-content/plugins/wp-super-cache/wp-cache-phase1.php’ ) ) {
if ( !@is_file( ‘CACHEHOME’ . ‘/home/.gallows/example/example.com/wp-content/plugins/wp-super-cache/wp-cache-phase1.php’ ) )
register_shutdown_function( ‘wpcache_broken_message’ );Forum: Themes and Templates
In reply to: entry title color question, newbieaha. Thank you. I’ll try to figure out how to do that
Forum: Themes and Templates
In reply to: entry title color question, newbieThank you Esmi
hmm. I added it at the bottom and Yes it does change the color when I view the entry’s own page, but I was hoping it would appear that color when I view the main page, when acts as it is a link. Since I have defined a link color for the whole site is this something that can be overridden? Is there a command for just link color on entry title?
Forum: Themes and Templates
In reply to: entry title color question, newbieThanks!
here is a link
do you mean like.entry-title a.{
color:#333333
}I just tried that and it didn’t work…
Dillon