- This topic has 6 replies, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Wierd Symbols on Calendar
Tagged: calendar
I’m geting strange symbols on each of my calendar events and don’t know why.
Here’s the link. http://watchusgrowincomo.com/events/
Please advise.
Thanks!
I don’t see any weird characters …
The characters look similar to an RC6 but are symbols. I am not familiar wight them. is there a way to add a screen shot image?
Still hoping to get a better understanding of what’s happening to make the symbols appear. Any thoughts?
You can always mail me the screenshot based on the link above, so I might compare it with what I see. My mail: liedekef [at] telenet.be
Btw: if you talk about the “dot” character in front of each of your events in the calendar: see your style.css (http://watchusgrowincomo.com/aministration-login/themes/carry-hill/style.css) file, line 466:
.eme-calendar-full .fullcalendar ul.eme-calendar-day-event li:before {
color: #F7F6F4;
content: "• ";
}
that seem to fix it. Thanks!