ishanshade
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Registration] Add some details to calendarAnother request, how can I make all the day-with-date events class having the category color background?
I can have the div class “catgry” having the category background color with
$details = '<div class = "catgry" style="background:'.stripslashes($cat_details->category_color).'; $edge=$cat_details->category_color;">';
on line 505, but I want the full “td” to have the background, not only the div.I tried many things but none of them work…
Thanks for your tip !
Forum: Plugins
In reply to: [Event Registration] Add some details to calendarOk so I found the solution for the time, but not for the category name.
FOr the time, here’s the line to add :
$details .= date($evr_date_format,strtotime($event->start_date))." ".$event->start_time;
Thank you.
Done. Sorry about that
Thank you !
Now, is it possible to add a (or
< li >) code between each word in a field.e.g. : I have an event attribute called “Line up headliners”. I don’t want each name to be on one line.
Here is my code in Formats/Layouts :
Line Up :
#_ATT{Line-Up}If headliners of a festival are Radiohead, Metallica and Keane, I want them to appear like this :
Radiohead
Metallica
Keaneand not like this : Radiohead Metallica Keane
Any idea?
Thank you
I’m so ashamed :/
Thank you ??
It doesn’t change anything. Do I have to add something in the code? Like <?php the_meta(); ?> or something?
Thank you.
But I don’t have any idea of how to change the code to have a correct displaying of the search form.
Here is my events list.
https://musicfestivals.be/festivals/ Do you have any idea?Thank you
Ok, that temporary fix is exactly what I was looking for!
Thank you ??
Hello,
I changed that in calendar.css as you told me to do :
/* Active buttons */
.ai1ec-action-month #ai1ec-view-month,
.ai1ec-action-oneday #ai1ec-view-oneday {
display: none;
}
.ai1ec-action-week #ai1ec-view-week {
display: none;
}
.ai1ec-action-agenda #ai1ec-view-agenda {
color: #000;
background: #ddd;
background: -o-linear-gradient( #ccc, #eee );
background: -ms-linear-gradient( #ccc, #eee );
background: -moz-linear-gradient( #ccc, #eee );
background: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#ccc), to(#eee) );
background: -webkit-linear-gradient( #ccc, #eee );
}But it doesn’t work :/
Do you have any other idea?
Thank you