Multiple issue.
First, you can see it on the below URL.
http://www.ibps-austin.org/en/home-en/
– For the Feature events under Highlight, anyway to show all of the feature events without the month filter? basically just show all feature events.
– For the Feature event under the “Event” section of the webpage (you need to keep pressing show more event multiple time), you can see that the backgound is difference than other tile, how to change them to be the same with non-feature event?
– For the background of the event tile, when mouse over, it became transparent and hard to read. Where to change the setting of that?
Hello,
1. Please try this shortcode:
[add_eventon_list only_ft="yes" number_of_months="12" hide_empty_months="yes" hide_month_headers="yes" ]
2 & 3. Please add this CSS code to EventON > Styles:
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_list_a.featured_event { background-color: #fafafa; } .ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig:hover { background-color: #fafafa; }
If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header.
great! it worked, thanks.
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Just realize there is still a small issue, for question 1, it still split a difference row for difference month.
For example 3 tiles per row setting:
event1 (Jan), event 2 (jan)
event3 (feb)
What i want is
event1 (Jan), event 2 (jan), event3 (feb)
Hey Tze,
That is not possible as simple as that, because there is a row for each of the months.
Possible to be done but only with customization.