Hallo,
könnt Ihr mir bitte helfen. das Plugin läuft ohne Probleme nur in der Kalender Ansicht werden die Events nur als lange, senkrechte Striche angezeigt und nicht als farblich hinterlegte Titel.
http://www.austrianweb.at/bogen-at/kalender/
Gibt es da eine Lösung?
Danke
LG
Hey Austrianweb!
Which plugin are you using for that?
Have you considered using the Events Calendar plugin? https://wordpress.org/plugins/the-events-calendar/
We have made sure it’s compatible with Enfold.
If you still want to use that plugin then try adding this to your custom CSS.
.fc-event { max-width: auto !important; }
Or change line 119 in the /css/base.css file.
a {
max-width: 100%; /* change this to auto */
outline: 0 none;
text-decoration: none;
}
Regards,
Elliott
Vielen Dank!!!