Title: imagile's Replies | WordPress.org

---

# imagile

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Events Calendar] 2 questions: Prev. & Next Month links? International dates?](https://wordpress.org/support/topic/plugin-events-calendar-2-questions-prev-038-next-month-links-international-dates/)
 *  [imagile](https://wordpress.org/support/users/imagile/)
 * (@imagile)
 * [18 years ago](https://wordpress.org/support/topic/plugin-events-calendar-2-questions-prev-038-next-month-links-international-dates/#post-753925)
 * I was having the following problems:
 * 1. The next month and previous month links were not showing up on the Large Calendar,
   though they were in the admin panel.
 * 2. My events were not showing up on the Large Calendar, but they were in the 
   admin panel.
 * I too am using a custom theme. Thanks to ronbme for suggesting the Theme Test
   Drive plugin. Sure enough, switching to the default theme solved the problem.
   To troubleshoot, I started replacing the default theme files with my custom theme
   files one by one, and testing the results using the Test Drive plugin.
 * Solution:
 * 1. I had a style element that was hiding the previous and next month text. To
   fix this, I added the following CSS to my theme:
 * #content #calendar_wrapLarge h2 span {
    display: inline; }
 * 2. In my header.php file, I had removed the following code:
 * <?php wp_head(); ?>
 * When I put it back in (just above the </head> tag) the events showed up on my
   Large Calendar again.
 * I hope this helps others solve the problem. I don’t believe there is any problem
   with this plugin.
 * FYI I’m using WordPress 2.5.1 and Events Calendar 6.0.11

Viewing 1 replies (of 1 total)