Title: vloot's Replies | WordPress.org

---

# vloot

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventON - Events Calendar] Event Card Layout Design](https://wordpress.org/support/topic/event-card-layout-design/)
 *  Thread Starter [vloot](https://wordpress.org/support/users/vloot/)
 * (@vloot)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/event-card-layout-design/#post-18940069)
 * And can I add one more question: why is the EventTop block not full color in 
   the chosen Event Color? There is only a small border in the chosen color but 
   the block seems filled with another background. I see this in my example, but
   I also see it in your testlink [https://devlite.myeventon.com/events/test-13/](https://devlite.myeventon.com/events/test-13/)
   
   When I look at the demo site, the EventTop gets filled with the color which is
   nicer.I cannot find how/where to change this.NOTE: I DID FIND WHERE TO CHANGE
   THIS. SO THIS QUESTION IS SOLVED!
    -  This reply was modified 2 weeks, 6 days ago by [vloot](https://wordpress.org/support/users/vloot/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventON - Events Calendar] Event Card Layout Design](https://wordpress.org/support/topic/event-card-layout-design/)
 *  Thread Starter [vloot](https://wordpress.org/support/users/vloot/)
 * (@vloot)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/event-card-layout-design/#post-18939813)
 * You can see an example on [https://www.leidsekoren.nl/clk/events/concertje-in-mei/](https://www.leidsekoren.nl/clk/events/concertje-in-mei/)
 * What I would like is to have both ‘organiser’ and ‘time’ and ‘location’ in one
   block (3 rows in the left column) next to the image.
   If you have really simple
   events there is so much whitespace on the page.Thanks for your help. I hope it
   is possible to change the layout.NB: my former remark ‘even if I select a 2 column
   row the ‘Event Details’ is always shown full-width’ is solved because I discovered
   that when a block is empty it is not shown at all (and the other block on the
   same row takes up all the space).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventON - Events Calendar] How to translate ‘Get Directions’ on the Event Card?](https://wordpress.org/support/topic/how-to-translate-get-directions-on-the-event-card/)
 *  Thread Starter [vloot](https://wordpress.org/support/users/vloot/)
 * (@vloot)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/how-to-translate-get-directions-on-the-event-card/#post-18908973)
 * Thank you so much for this reply and fix!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventON - Events Calendar] Cal with Month Jumper does not work properly](https://wordpress.org/support/topic/cal-with-month-jumper-does-not-work-properly/)
 *  Thread Starter [vloot](https://wordpress.org/support/users/vloot/)
 * (@vloot)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/cal-with-month-jumper-does-not-work-properly/#post-18885957)
 * Thank you very much for your quick help and for solving the issue! It works like
   a charm now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Availability Calendar] start calendar on current month](https://wordpress.org/support/topic/start-calendar-on-current-month/)
 *  [vloot](https://wordpress.org/support/users/vloot/)
 * (@vloot)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/start-calendar-on-current-month/#post-3182260)
 * Hi John,
    Thanks for your code. This was exactly what I was looking for!
 * I encountered a small error: the booked class was not working for July and I 
   discovered that you need to pass the month number without a leading zero: using
   date(‘n’) instead of date(‘m’)
    So the line added should be:
 *     ```
       $start_month = 1;
       if($current_year == $year){
       $start_month = date('n');
       }
       ```
   
 * Thanks again for sharing your code.

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