Title: Manivelle's Replies | WordPress.org

---

# Manivelle

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Event title not displaying](https://wordpress.org/support/topic/event-title-not-displaying-1/)
 *  [Manivelle](https://wordpress.org/support/users/arnouff/)
 * (@arnouff)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/event-title-not-displaying-1/#post-5505432)
 * Same for me here, the plugin is currently at Version 2.1.3 .
 * both the Event builder (on the left) and the Simple display (on the right) are
   producing the same result.
 * with this:
 *     ```
       <div class="gce-list-event gce-tooltip-event">[event-title]</div>
       <div><span>Début:</span> [start-time]</div>
       <div><span>Fin:</span> [end-date] - [end-time]</div>
       [if-location]<div><span>Lieu:</span> [location]</div>[/if-location]
       [if-description]<div><span>Description:</span> [description]</div>[/if-description]
       <div>[link newwindow="true"]Plus de détails...[/link]</div>
       ```
   
 * [event-title] : is blank
    [start-time] : works fine [end-date] – [end-time] :
   works fine [link newwindow=”true”]More details : is a link with target blank 
   but the href is related to timezone stuff like this
 *     ```
       <a href="http://&ctz=America/Toronto" target="_blank">Plus de détails…</a>
       ```
   
 * For grid, list and grouped list, the event-title is not showing.
    I tried to 
   play with the cache but no luck. I will follow updates.
 * Thanks for taking care of it.

Viewing 1 replies (of 1 total)