• Resolved agreselin

    (@agreselin)


    Hello, wp-content/plugins/template-events-calendar/includes/events-shortcode.php contains these lines,

                                    $output .= '<!=========Events Timeline Template ' . ECT_VERSION . '=========>';
    $output .= '<div id="event-timeline-wrapper" class="' . esc_attr( $catCls ) . ' ' . esc_attr( $style ) . '">';
    $output .= '<div class="cool-event-timeline">';
    $output .= $events_html;
    $output .= '</div></div>';
    } elseif ( $template == 'minimal-list' ) {
    $output .= '<!=========Events Static list Template ' . ECT_VERSION . '=========>';
    $output .= '<div id="ect-events-minimal-list-content">';
    $output .= '<div id="ect-minimal-list-wrp" class="ect-minimal-list-wrapper ' . esc_attr( $catCls ) . '">';
    $output .= $events_html;
    $output .= '</div></div>';
    } else {
    $output .= '<!=========Events list Template ' . ECT_VERSION . '=========>';
    $output .= '<div id="ect-events-list-content">';
    $output .= '<div id="list-wrp" class="ect-list-wrapper ' . esc_attr( $catCls ) . '">';
    $output .= $events_html;
    $output .= '</div></div>';

    where the <!=========...=========> look like wrong HTML comments, which make the code visible in the page:

    This only happens when the Iubenda plugin is active, I don’t know why.

    I have replaced the equal signs with hyphens in the file, so the code is no longer visible in my page, online.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @agreselin,

    Sorry for the inconvenience caused.
    We have released this fix in version 2.6.2.1, so you should no longer experience this issue. Please update the plugin to version 2.6.2.1 and confirm whether the issue has been resolved on your end.
    If you still face any problems after updating, please let us know and we will be happy to assist you further.I hope this helps you.

    Thanks & Regards

    Thread Starter agreselin

    (@agreselin)

    I’ve just installed v. 2.6.2.2 and the bug is gone. Thanks!

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @agreselin ,

    If you’re enjoying our plugin, we’d really appreciate your review!
    Your feedback motivates us and helps us improve our plugin even further. If our plugin has been helpful for you, could you please take a moment to share your experience by leaving us a review
    https://wordpress.org/support/plugin/template-events-calendar/reviews/#new-post
    Thank you for your support!

    Best Regards

    Thread Starter agreselin

    (@agreselin)

    Hi @jyoti197, I’m just the server’s sysadmin. I don’t write the website’s contents and I’ve never actually used the plugin, so I can’t leave an informed review

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

You must be logged in to reply to this topic.