• Hi,
    thanks for this super easy plugin!
    It seems there are incompatibility issues with several useful plugins. The main issue is that event details box does not appear within post content, i.e. in the situations:

    1) obfuscation plugins
    If post contains an email address, then event details are not displayed.
    This happens with plugins “Email Address Encoder” and “WP-SpamShield Anti-Spam”, for example, which protects email addresses from harvesters.

    2) plugin Display Posts Shortcode
    If post contains a [display_posts] shortcode

    How can we help to resolve this issues?

    https://ww.wp.xz.cn/plugins/event-post/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bastien Ho

    (@bastho)

    I have an idea about the cause.

    A the very beginning, shortcodes where directly executed but in some case (when many posts are displayed on a same single page) event datas where retrieved from the main post for all displayed posts.

    The work around is the execute the shortcode lately and compare the content filtered with ‘the_content’.

    But if something alters the content after the shortcode execution, the two strings do not match and the plugin considers that the event datas are not appropriate.

    Do you confirm this hypothese?

    Thread Starter sysgroove

    (@sysgroove)

    Hi Bastien,
    yes, this hypothese does make sense.
    Is there any workaround in this case?

    thanks

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

The topic ‘Incompatibility with various plugin’ is closed to new replies.