• Resolved craigcallen

    (@craigcallen)


    First, thanks in advance for your help.

    Here is my markup in the plugin:
    <div class="uk-badge uk-text-bold uk-text-primary">[event-title]</div><div style="color: #585858;">[if-single-day]<i class="uk-icon-calendar"></i> [start-date][/if-single-day]</div><div style="color: #585858;">[if-multi-day]<i class="uk-icon-calendar"></i> [start-date] - [end-date][/if-multi-day]</div><div style="color: #585858;">[if-not-all-day]<i class="uk-icon-clock-o"></i> [start-time] - [end-time][/if-not-all-day]</div><div style="color: #585858;">[if-whole-day]<i class="uk-icon-clock-o"></i> All Day[/if-whole-day]</div><div style="color: #585858;">[if-description]<i class="uk-icon-info-circle"></i>[description markdown="yes"][/if-description]</div>

    Here is the output in my source code:

    <div class="simcal-event-details"><div class="uk-badge uk-text-bold uk-text-primary"><span class="simcal-event-title" itemprop="name">No School</span></div>
    <div style="color: #585858"><i class="uk-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1461326400" data-event-format="D, M dS, Y" itemprop="startDate" data-content="2016-04-22T07:00:00-0500">Fri, Apr 22nd, 2016</span></div>
    <div style="color: #585858"></div>
    <div style="color: #585858"><i class="uk-icon-clock-o"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1461326400" data-event-format="g:i A" itemprop="startDate" data-content="2016-04-22T07:00:00-0500">7:00 AM</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1461358800" data-event-format="g:i A" itemprop="endDate" data-content="2016-04-22T16:00:00-0500">4:00 PM</span></div>
    <div style="color: #585858"></div>
    <div style="color: #585858"><i class="uk-icon-info-circle"></i><div class="simcal-event-description" itemprop="description"><p>Professional Development Day for Teachers</p></div></div></div>

    If you look at the description tag above, there are paragraph tags added, <p>Professional Development Day for Teachers</p> Please advise

    https://wordpress.org/plugins/google-calendar-events/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Try messing around with this setting a bit:

    http://screencast.com/t/JADy6Hsp0FI9

    Thread Starter craigcallen

    (@craigcallen)

    Nick – Tried your suggestion but the tag keeps appearing, cleared cache, etc. Any other ideas?

    Thread Starter craigcallen

    (@craigcallen)

    Just want to keep this issue in queue – affecting my calendars on multiple themes.

    Thread Starter craigcallen

    (@craigcallen)

    If anyone has any ideas on this I would greatly appreciate it. CSS to remove margin?

    Thread Starter craigcallen

    (@craigcallen)

    Went through the event builder code and it looks like it has something to do with wpautop.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Are you using the event template editor in Visual mode or text mode? Try text mode if you think it is an issue with wpautop (which it likely is).

    The option “No line breaks, no auto paragraphs” didn’t work out either?

    Plugin Contributor Nick Young

    (@nickyoung87)

    Hello,

    I am going to assume this has been resolved since there has not been a reply here. If you continue to have issues please let us know and we will be glad to continue with helping.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Paragraph Tag Added to Description’ is closed to new replies.