vloot
Forum Replies Created
-
Forum: Plugins
In reply to: [EventON - Events Calendar] Event Card Layout DesignAnd 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/
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, 5 days ago by vloot.
Forum: Plugins
In reply to: [EventON - Events Calendar] Event Card Layout DesignYou can see an example on 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).Thank you so much for this reply and fix!!
Forum: Plugins
In reply to: [EventON - Events Calendar] Cal with Month Jumper does not work properlyThank you very much for your quick help and for solving the issue! It works like a charm now 🙂
Forum: Plugins
In reply to: [Availability Calendar] start calendar on current monthHi 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.