wp4steve
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [ICS Calendar] nolink=true shows URLOr, since events can have a middle paragraph: 🤦
section.ics-calendar div.eventdesc p:last-child { display: none; }Forum: Plugins
In reply to: [ICS Calendar] Compact View issuesNope:
[ics_calendar url=”URLHERE.ics” eventdesc=”true” organizer=”false” nolink=”true” view=”list” count=”15″ nomonthheaders=”true” compact=”true”]
I can’t paste an image but I will try to show it…something like:
Friday August 18 6:30 pm – 9:00 pm Event Name Event Text Saturday August 19 9:00 am – Sunday August 20 3:00 pm Event Name Event Text Friday August 25 6:30 pm – 9:00 pm Event Name Event TextIt looks like the top and bottom use <dt> and <dd> tags but the middle only has <dd>.
Understand it’s experimental. I am good at finding bugs 🙂 so try to report them to other/fellow programmers.
- This reply was modified 2 years, 10 months ago by wp4steve.
Forum: Plugins
In reply to: [ICS Calendar] nolink=true shows URLFor posterity, in my case:
section.ics-calendar div.eventdesc p:nth-child(2) { display: none; }Forum: Plugins
In reply to: [ICS Calendar] nolink=true shows URLfastest ticket resolution ever 🙂
Forum: Plugins
In reply to: [ICS Calendar] nolink=true shows URL(Sigh) You are right and I am mistaken. It is on the far right end of the line added on to the DESCRIPTION tag. That same URL was also listed as the URL line so I did not realize it was in the file twice.
Viewing 5 replies - 1 through 5 (of 5 total)