daveconrey
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postClosing this one out.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postYeah, I just had a developer buddy of mine take a look. He found the code in the plugin that was messing up because of the Libsyn shut down.
Hugh – I figured you might want to see this for future reference, even though this was an extenuating circumstance.
This was the code my friend worked with.
public function get_file_size( $file = false ) { if( $file ) { $data = wp_remote_head( $file ); if( isset( $data['headers']['content-length'] ) ) { $raw = $data['headers']['content-length']; $formatted = $this->format_bytes( $raw ); $size = array( 'raw' => $raw, 'formatted' => $formatted ); return $size; } } return false; }
He said the “if( isset” line was looking the raw file and when it couldn’t find it repeatedly, it gave up.
I’m sure you probably know this already, but I figured I’d share just in case.
Thanks for your help BmGhDZ9k
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postOk, well Libsyn is back up and running, but the site is still having problems. Any other thoughts?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postActually I think Libsyn is the problem. I just did a test post and instead of pointing to a file, I loaded one up directly to my server and it seems to be working.
https://www.freshrag.com/podcast/testing-a-theory/
Libsyn is the likely suspect, but we’ll see as soon as they ramp back up.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postAnother side note. Libsyn.com seems to be having major issues today, and since all my files are loaded there, maybe the connectivity between the files and the plugin is causing an error? I’m so not tech enough to make that judgement, but it’s the only other outside influence I can think of.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postDid that too, still didn’t have any effect.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postSidenote, my entire podcast is down right now, not publishing to iTunes at all.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Content not displaying in full postI can’t imagine what you’re saying to be true since the only posts that are effected are the podcast posts, not my regular blog posts, but I did what you suggested.
I shut down all the plugins and it had no effect. Also tried a new theme and that didn’t solve it either. So, I found the error log file, and here’s the link to the Pastebin.
Thanks.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Support for AAC Audio?Awesome, thanks Hugh. Having the Mv4 version wasn’t an imperative, so I can hold out until it’s ready.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Support for AAC Audio?Actually, scratch the links for the time being. They are still live, but until I get this worked out, I’m switching back to mp3. Still need the insider info though.
Thanks,
Dave
Forum: Fixing WordPress
In reply to: 2.7 Image Upload Not WorkingI don’t know if this is truly related or not, but I was having the same problem. I wasn’t using the WP Amazon plugin, but I did still have the Automatic Upgrade plugin activated, which might have been a conflict with WP’s new automatic upgrade feature. I disabled the plugin and it seems to be working fairly well.
Forum: Requests and Feedback
In reply to: images’ upload doesn’t work anymoreSupposedly it has something to do with Flash Player v.10, but I even downgraded to v.9 and I’m still having the problem. Mine didn’t show up until WP2.7
Forum: Fixing WordPress
In reply to: lost it allThanks Jeremiah. I did what you did and it seems to be working. Hopefully it will maintain.
Forum: Fixing WordPress
In reply to: 2.1 WYSIWYG text editor questionSeriously, who do I have to kill to get an answer to this? I just want to switch from the Advanced editor back to the regular tiny mice editor. Can I get a little help on this one? It’s killing my workflow.
Forum: Themes and Templates
In reply to: Changing color without changing the links colorDoodlebee, thanks, but that’s actually the opposite of what I want to achieve. I want the archive to stay black and want the clickable post headers to be black as well.
Basically I think there is too much blue on my page. I’m trying to break up the page a bit by adding some black to all the post titles. Know what I mean?