Viewing 4 replies - 1 through 4 (of 4 total)
  • cefiar

    (@cefiar)

    Something is reformatting the output from the calendar.

    It’s adding </p> and
    ` tags after every line, even when it’s in the middle of another HTML tag.

    eg:

    <div data-term="278"<br />
    ><br />
    <a class="ai1ec-load-view ai1ec-category"<br />
    data-type="jsonp"<br />
    href="https://new.onc.org/calendar/action~stream/cat_ids~278/"><br />
    <span class="ai1ec-color-swatch-empty"></span><br />
    1-Ski<br />
    </a>
    </div>

    This should be:

    <div data-term="278"
    >
    <a class="ai1ec-load-view ai1ec-category"
    data-type="jsonp"
    href="https://new.onc.org/calendar/action~stream/cat_ids~278/">
    <span class="ai1ec-color-swatch-empty"></span>
    1-Ski
    </a>
    </div>

    This is either a plugin that reformats your pages for you that is not doing it’s job, or a theme conflict of some kind.

    I’d work my way through the troubleshooting steps and see if you have a them or plugin conflict: https://time.ly/document/troubleshooting/first-troubleshooting-step/

    Thread Starter ldekay

    (@ldekay)

    I followed all your troubleshooting directions

    • Deactivated ALL the plugins (except the Extended Views)…still bad
      Reactivated all plugins
      Changed the theme to 2014…still bad
      Changed back to my Weaver II Pro and reset all the plugin and theme parameters
      Deactivated your Extended Views… the default calendar now works as it is supposed to without Extended View
      However the cat_name= filter still has the problem see the CGC calendar and PDX calendar
    cefiar

    (@cefiar)

    Which version of Extended Views do you have installed?

    Core V2.1.5 needs Extended Views V1.1.0, as there was a change to the API that the add-ons used during V2.1 of Core.

    Thread Starter ldekay

    (@ldekay)

    I currently have ai1ec 2.1.5 and had Extended Views 1.0.6, so I downloaded and installed Extended Views 1.1.0. Same problem persists.
    -The main calendar page displays a month calendar when it is run by shortcode [ai1ec view="stream"] AND Extended Views is disabled.
    -If I remove the view=”stream” portion of the shortcode it displays HTML.
    -If I enable the Extended Views 1.0.6 or 1.1.0 plugin it displays HTML.
    -The pages with cat_name=”category” in the shortcode display HTML regardless of the activation of the Extended Views plugin
    -The widgets work fine with or without the category filter option

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar showing up as html’ is closed to new replies.