Title: panglea's Replies | WordPress.org

---

# panglea

  [  ](https://wordpress.org/support/users/panglea/)

 *   [Profile](https://wordpress.org/support/users/panglea/)
 *   [Topics Started](https://wordpress.org/support/users/panglea/topics/)
 *   [Replies Created](https://wordpress.org/support/users/panglea/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/panglea/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/panglea/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/panglea/engagements/)
 *   [Favorites](https://wordpress.org/support/users/panglea/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Doesn’t show up under plugin panel](https://wordpress.org/support/topic/doesnt-show-up-under-plugin-panel/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/doesnt-show-up-under-plugin-panel/#post-700382)
 * There seems to be a problem with the current version on the WP plugins repository
   and I am unable to connect to the SVN and fix it at this time. However, you might
   try clicking the link to “Other Versions >>” and download the “Development Version”.
 * Hopefully that will work for you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpsermons – Displays Above My Text?](https://wordpress.org/support/topic/wpsermons-displays-above-my-text/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wpsermons-displays-above-my-text/#post-669058)
 * Hi dorgs. Thanks for using the plugin. I’m glad you find it somewhat helpful.
 * Unfortunately, with the way I wrote the plugin, I’m not sure you can do that.
   I wrote it for a client of mine where the sermons were the only things that needed
   to be on the page. I didn’t plan for that kind of scenario. As I find time to
   update the plugin I will consider that.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [wpSermons CSS](https://wordpress.org/support/topic/wpsermons-css/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wpsermons-css/#post-613151)
 * The sermons are displayed in a table by default (unless you change the display
   in showsermons.php).
 * For more space, try adding some padding or margin to the <td> tag.
 * For example:
 *     ```
       td{
       padding: 5px;
       text-align: left;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Fatal Error when activating](https://wordpress.org/support/topic/fatal-error-when-activating/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-when-activating/#post-589861)
 * What error message are you getting? Are you able to install other plugins?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [[wpSermons] Can’t upload sermons](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/#post-581377)
 * Well, you have a couple options…
 * 1. First, contact iPowerWeb and see if they can change the upload limit for you.
   It’s a php.ini setting. They may or may not be able to do that for you depending
   on your hosting setup.
 * 2. 2M for 2 minutes of speech is pretty big especially if you are going to post
   30-60 minute long sermons. I suggest you export your mp3 at a lower bit rate (
   as low as 16). That will cut down the file size a great deal. You can get a 30
   minutes long clip down to about 5MB that way.
 * 3. Try what another user suggested by uploading via FTP (see [http://wordpress.org/support/topic/121313?replies=12#post-576727](http://wordpress.org/support/topic/121313?replies=12#post-576727)).
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [[wpSermons] Can’t upload sermons](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/#post-581347)
 * You might read this page on the codex if you don’t follow. They explain it better.
 * [http://codex.wordpress.org/Finding_Server_Info](http://codex.wordpress.org/Finding_Server_Info)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpSermons – Still not working!](https://wordpress.org/support/topic/wpsermons-still-not-working/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wpsermons-still-not-working/#post-577620)
 * To answer some questions…
 * Your directory should have read/write permissions.
 * You could upload the sermon via ftp **after** you send a small file through the
   system. But make sure that it has the same file name. The plugin generates a 
   name for each file that gets uploaded (several digits).
 * As for ID3 tags… I’m not sure. That would be a bit more difficult. And everybody
   might not use them (or have the correct data in them). I tried to make it simple.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [[wpSermons] Can’t upload sermons](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/#post-581327)
 * The problem could possibly lie in the maximum file size your web server will 
   let you upload. I did a quick check on my webserver, and my max file size is 
   24M. You might see if yours is similar. If so, a 30M file would be too big to
   upload.
 * To check, create a php file on your website (call it phpinfo.php or something
   like that). In that file write or copy/paste this code.
 * `<? phpinfo() ?>`
 * Then locate that file in your browser (ie. yoursite.com/phpinfo.php). The file
   will spit out all sorts of stuff that will look like gobbledeegook if you’re 
   not familiar with the underworkings of php. Search for **upload_max_filesize**(
   should be a short way down the page) and see what the value is set at. If it 
   is less than 30MB, you might have a problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpSermons – Still not working!](https://wordpress.org/support/topic/wpsermons-still-not-working/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wpsermons-still-not-working/#post-577617)
 * There was a glitch reported that seemed to be a problem with the way the I wrote
   my code (extra line breaks and such).
 * I have just put up a new version (a bug fix actually), 0.8.2 which seems to correct
   this issue. I did a clean install of it on my wordpress site and everything works
   correctly.
 * For information on how to upgrade, see the FAQ page for the plugin.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [[wpSermons] Can’t upload sermons](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wpsermons-cant-upload-sermons/#post-581264)
 * There was a glitch reported that seemed to be a problem with the way the I wrote
   my code (extra line breaks and such).
 * I have just put up a new version (a bug fix actually), 0.8.2 which seems to correct
   this issue. I did a clean install of it on my wordpress site and everything works
   correctly.
 * For information on how to upgrade, see the FAQ page for the plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpSermons – Still not working!](https://wordpress.org/support/topic/wpsermons-still-not-working/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wpsermons-still-not-working/#post-577595)
 * I had noticed that issue with the carriage returns… i didn’t write the code like
   that and i tried to correct it, but for some reason my editor program decided
   to keep putting them back. I will fix this.
 * As for the feature request… that’s very reasonable. I will see what I can do 
   about that in a future version.
 * Also, I’d love to see some demo sites running this plugin. Please post your URL
   here. Also, let me know if you would or wouldn’t mind me linking to it from the
   plugin homepage. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpSermons – Still not working!](https://wordpress.org/support/topic/wpsermons-still-not-working/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wpsermons-still-not-working/#post-577570)
 * Apparantly, the plugin works fairly well on some installations and not so well
   on others. I will let you know if I am able to nail down any more bugs.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using wordpress to host church sermons](https://wordpress.org/support/topic/using-wordpress-to-host-church-sermons/)
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/using-wordpress-to-host-church-sermons/#post-539954)
 * I know this string is old, but…
 * I have just released a new plugin called [wpSermons](http://wordpress.org/extend/plugins/wpsermons/)
   which allows you to upload mp3 sermons and have them displayed on your church
   website much like the last link above.

Viewing 13 replies - 1 through 13 (of 13 total)