poboxes
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Calendar - Google Calendar Plugin] Still working in 2020, nice pluginI agree. Great plugin and still working just fine for me. Have not managed to find anything else that allows multiple independent websites to share one calendar without paying quite a lot. I hope someone who understands these things can continue to keep it alive and well. Many thanks
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Widget ">" before each eventFound it!
Thanks for your help especially as it wasn’t connected to the calendar at all!!!
.widget ul>li::before { display: none !important; }
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Widget ">" before each eventFound the code for the space at the top of the calendar list from another thread (Thanks mcarpenter2004)
.simcal-calendar-list .simcal-current { visibility: hidden !important; } .simcal-calendar-list > .simcal-calendar-head{ display: none !important; } .simcal-default-calendar-list{ padding-top: 0px !important; }
But I cannot work out my > issue
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Widget ">" before each eventThanks for the headings, worked of course. Now need to figure out how to remove the space it took as I don’t need it on the widget.
For the extra > character, its not in the calendar function its something in my theme but I cant work out how to get around it. I made another calendar and it did the same with
<strong>[title]</strong><p>[when] [location]</p><div>[description]</div><p>[link newwindow="yes"]See more details[/link]</p>
Its showing as ::before between
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-531" itemprop="event" itemscope="" itemtype="https://schema.org/Event">
and
<div class="simcal-event-details">
and is…
`media=”all”
.widget ul>li::before {
content: ‘\f432’;
font-size: 12px;
margin-bottom: 2px;
margin-right: 6px;
vertical-align: middle;
transform: rotate(90deg);
}`