Forum Replies Created
-
AuthorPosts
-
Robert
MemberYeah, I know;)
Robert
MemberTo be precise, it should show 7 days, not from monday to sunday, but from current day, for example if today would be friday – it should show days from friday to thursday. Pretty complicated I guess.
Robert
MemberHey Guys,
after a lot of work with customizing Custom Event List Advanced Widget,
my client changed his mind, and now wants a module on home page, which
will show whole week, not just upcoming events. Here I did quick photoshop mockup of what it might look like: http://img72.imageshack.us/img72/627/calmockup.jpg . And here is something similar in work (bottom of homepage): http://www.kopernik.org.pl . I know it’s not your typical support question,
but do You think it’s possible to make a widget showing current week built on your calendar?Robert
MemberWow Jonah, You made my day;)
Thanks to Your advice, i’m almost there!
Check it out: http://robertbrodziak.com/kom/
It’s not final version, but now I can have all
the fun with styling. Best support ever!Robert
MemberThanks!
I changed anchor tag in the file You are talking about. I guess this is the part I need to modify:echo tribe_get_start_date( $post->ID, $start );
if($event->AllDay && $start) {
echo ‘ (‘.__(‘All Day’,’tribe-events-calendar-pro’).’)’;Now it’s loading whole date – day, month, year and hour, and applying class .when, right? What I would like to get is apply different class to day, different for month, different for year and hour, so I could style them independly.
To be honest I’m still newbie in PHP, so if You could give me some directions on how to acomplish that, it would be great;) If You got some time of course.Robert
Memberat the bottom of page;)
Robert
MemberThank You for your quick response. I spend some time working on this, added display: block, and make whole element clickable, not only title of the event, with some simple hover. But still didn’t figured out how to stylize different elements of date separately. You can check my live version here: http://robertbrodziak.com/kom/
-
AuthorPosts
