noisegate95
Forum Replies Created
-
Linked Image plugin was causing this. Now I need another plugin that links all your home post images to the post. Any ideas?
Forum: Plugins
In reply to: [WordTwit Twitter Plugin] WordTwit Bit.ly = failNot sure if this is the same thing, but this drove me crazy at my initial install. I was using my bit.ly login name. It would always fail. You have to use the funky name on your account.
An easy way to find this info is on this page. https://bitly.com/a/your_api_key
I’ll tell ya. one thing after the next. I must sound like a whiny baby. Anyway, The only plugin that is not working when the above mentioned rocketloader is livefyre. I have tried to re-configure for the the past 3 days to work. The solution is add an exception to the livefyre script, but I can’t seem to figure that one out.
According to cloudflare, I need to add this line to livefyre script:
<script data-cfasync="false" src="/javascript.js"></script>
From what I see the Livefyre scripts are ot on my my host.Can someone assist me with this?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Cache plugin slowing down site??? Please help.I’m not sure actually. No on could answer my question, so I played with all the settings. I think it might have something to do with a setting on the host.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Cache plugin slowing down site??? Please help.Try setting your W3TC page cache to disk <basic> rather than disk <enhanced>. I had the same issue.
Turns out it was Cloudflare. I was using the Beta Rocketloader js minification. Once I disabled this, everything worked perfectly. Geeze I have had that active for quite a while. I never thought to check commenting. Hence. no comments. Anyway. All fixed.
I really cannot be the only one asking this same question. My sidebar is full of dynamic content. I do not want it cached. https://blog.noisegate95.com
Anyone?
Forum: Fixing WordPress
In reply to: [Generate Cache] [Plugin: Generate Cache] W3 total Cahce PathYep. I think that path worked. I also went from 30000 to 400000 for the Cache size low limit: as the default is just too low. Not being a high traffic site this might just double my CDN cost. I’ll have to monitor.
Thanks.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Permalink ChangeDisabling W3 Total Cache, changing the permalinks to %postid, re-enabling W3, and uploading all to CDN (I am using Push) does not seem work. When going to the old permalink, it does not find the new permalink, therefore 404’ing.
I still would like to disable caching on my sidebar. I read the faq about fragment caching, but where in the world do I place that code?
Forum: Plugins
In reply to: [Plugin: Tubepress ] Videos are not loaded on thumb clickI am having the same problems. https://blog.noisegate95.com/random-videos-2
If I load shadowbox, nothing pop’s up. But if I set shadowbox NOT to used cached shadowbox.js, the box pop’s up, but no video.If I set Tubepress to default top of the screen, it looks great, and the top video plays, but if a user selects another video, the top screen stays grey, and the page just hangs. I have been trying to fix this for about a week now with no success. Came across this post, thought I’d give it a shot.
I also have vimeo and youtube simple gallery plugins, and they both work.
I am not very good at understanding what firebug is actually telling me.
Can you see anything?Thanks in advance.
Well it seems that I had the DONOTCACHEPAGE directive in my sidebar.php file thinking it was just for sidebar – this according to another site. I didn’t want to cache my sidebar dynamic content. However that did not fix the problem.
After disabling all plugins in random order, i chose to move to page cache disk basic rather than enhanced. Once I did that, the first byte was much shorter. Not what it used to be, but much better.
Does anyone know why this is?
Forum: Themes and Templates
In reply to: functions.php errorsAhhh, maybe not so fast. After doing the changes above, when I go into my plugins, each and every one of them are disabled.
They all have the error:
The plugin xcloner-backup-and-restore/xcloner.php has been deactivated due to an error: The plugin does not have a valid header.
When removing the //, everything comes back to normal, and I have to go down the line to activate each one.
Not good.Forum: Themes and Templates
In reply to: functions.php errorsThat seems to have did the trick. Not sure what all he stuff means, but it got rid of the errors. Thanks for the quick response.
// $fp = fopen( $file, ‘r’ );
// Pull only the first 8kiB of the file in.
// $file_data = fread( $fp, 8192 );// PHP will close file handle, but we are good citizens.
// fclose( $fp );Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Permalink Change“I have tried to deactivate W3 then change permalinks,”