sixmous
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullCalendar] Display events in white color so it's not visibleIt’s ok,
I find this to put in the CSS:
span.fc-event-title {
color: #000;
}span.fc-event-time {
color: #000;
}Thank’s for all
Hi,
I want to filter event by post categories.
I already use post categories for the event. It’s work in the back office and in the home/front page but not when I choose 1 category?Thank’s far all
Forum: Plugins
In reply to: [WP FullCalendar] Display events in white color so it's not visibleHi,
No one have solution?
Simon
Forum: Plugins
In reply to: [WP FullCalendar] Display events in white color so it's not visibleHi,
I ‘ve tried the 2 propositions: desactivate plugins and switch to default theme and nothing work for display normally event in the full calendar.
Simon
Forum: Plugins
In reply to: [WP FullCalendar] Display events in white color so it's not visibleHi,
I have changed the fullcalendar theme and it’s the same.
Forum: Plugins
In reply to: [WP FullCalendar] Color Category with post catégories for the eventYes,
In the file functions.php, I put this code:
//Post categories for event scategories
{
register_taxonomy_for_object_type(‘category’, ‘event’);
register_taxonomy_for_object_type(‘category’, ‘event-recurring’);
}And It’s work for class event by post categorie, but only on the home page but not when it’s filtred by categorie, it shows only post and no event
Ok sorry,
In the home page, events are displayed and organized by categories like I want, for this it’s ok.
But when I click on a categorie, this display only post and no event
Exemple:
For category “Citoyenneté”, in the home page, there is:
– Pause café madiation – event type
– Association FR La Maison Jaune – post type
– BIlan et suite … – post type
http://forum-social-hauts-cantons-herault.org/And when I click on “citoyennete” on the color menu or on the title categorie on the home page, it shows only post who have the citoyenneté categorie and no events
http://forum-social-hauts-cantons-herault.org/category/theme/citoyennete/Thank’s for all
Simon
Hi,
It’s ok for this problem now,
I’ve change my theme.Thanks for all
Yhank for your help.
I’ve add this code but nothing change.
The today date had already a different color but nothing change for the event date.I’ve try with an other theme and it’s working…