Title: ngstreaming's Replies | WordPress.org

---

# ngstreaming

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Academica theme – skideshow question](https://wordpress.org/support/topic/academica-theme-skideshow-question/)
 *  [ngstreaming](https://wordpress.org/support/users/ngstreaming/)
 * (@ngstreaming)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/academica-theme-skideshow-question/#post-2343675)
 * I installed the Theme on Worpress 3.3.1 and I had the same problem as described,
   so I did the changes on wpzoom-functions.php as described here:
 * – quote –
 * **Open /functions/wpzoom-functions.php and find these lines (#328):**
 * Code:
    echo get_category_parents($cat, TRUE, ‘ ‘ . $delimiter . ‘ ‘);
 * Replace with:
 * Code:
    if ($cat) { echo get_category_parents($cat, TRUE, ‘ ‘ . $delimiter . ‘‘);}
 * Then I had the problem of no images displayed, so I downloaded the latest **timthumb**
   version from [http://timthumb.googlecode.com/svn/trunk/](http://timthumb.googlecode.com/svn/trunk/)
 * I replaced the one at /wp-content/themes/academica/scripts/timthumb.php with 
   the new code and after that…. It Worked…. 🙂
 * I hope this helps….

Viewing 1 replies (of 1 total)