Title: eaugustine's Replies | WordPress.org

---

# eaugustine

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events List Widget is a Liar](https://wordpress.org/support/topic/events-list-widget-is-a-liar/)
 *  Thread Starter [eaugustine](https://wordpress.org/support/users/eaugustine/)
 * (@eaugustine)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/events-list-widget-is-a-liar/#post-11018117)
 * It appears there was an issue with my theme. I was using a child theme and the
   list-widget.php file in that child theme wasn’t being updated when I updated 
   the plugin. The issue is fixed and the Events List widget is now behaving properly.
   Thanks!
    -  This reply was modified 7 years, 4 months ago by [eaugustine](https://wordpress.org/support/users/eaugustine/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events List Widget is a Liar](https://wordpress.org/support/topic/events-list-widget-is-a-liar/)
 *  Thread Starter [eaugustine](https://wordpress.org/support/users/eaugustine/)
 * (@eaugustine)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/events-list-widget-is-a-liar/#post-11014429)
 * Thanks for your response, Sky. I did try adding a new instance of the Events 
   List widget, but it performed the same. I will try the theme switch and the rest
   of it later and get back to you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Dynamic News Lite] Change How Posts Are Displayed in Category Archives](https://wordpress.org/support/topic/change-how-posts-are-displayed-in-category-archives/)
 *  Thread Starter [eaugustine](https://wordpress.org/support/users/eaugustine/)
 * (@eaugustine)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/change-how-posts-are-displayed-in-category-archives/#post-5729759)
 * Never got an answer or figured out how to do what I was trying to do—and honestly,
   forgot that I was trying to do this. I feel like I understand how it works a 
   little better now, so maybe I’ll look into it again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPaudio MP3 Player] [Plugin: WPaudio MP3 Player] Tips that might help](https://wordpress.org/support/topic/plugin-wpaudio-mp3-player-tips-that-might-help/)
 *  [eaugustine](https://wordpress.org/support/users/eaugustine/)
 * (@eaugustine)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wpaudio-mp3-player-tips-that-might-help/#post-2992506)
 * I found another issue. I did make the change in both of the .js files, changing:`{
   jQuery('a[href$=.mp3]').addClass('wpaudio');}` to `{jQuery('a[href$=".mp3"]').
   addClass('wpaudio');}`
 * But I noticed that my javascript files were both inactive and things were still
   not working. In the wpaudio.php file, there is a line that references the filepath,
   but it didn’t match up with the actual filepath. So change this:
    `define( 'WPAUDIO_URL',
   WP_PLUGIN_URL . '/wpaudio-mp3-player' );` to `define( 'WPAUDIO_URL', WP_PLUGIN_URL.'/
   wpaudio-mp3-player.3.1' );`
 * Together, those two changes fixed it for me.

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