Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Christopher Finke

    (@cfinke)

    That list of plugins is not an all-encompassing list of plugins that conflict with Jetpack; it’s a list of plugins that, if activate, will cause Jetpack to not include any OpenGraph tags. From the Fast Secure Contact Form author:

    If they did so, it could actually cause their own ‘Publicize and ‘Sharing’ modules to not have any open graph tags since my plugin does not add any.

    We’re working on a fix for the redirection problem with Fast Secure Contact Form.

    Thread Starter passegua

    (@passegua)

    Great! I understand you’re deeply committed in resolving this issue.
    Many thanks and bet wishes.

    insert this line PLEASE

    
’si-contact-form/si-contact-form.php’, // Fast Secure Contact Form

    Plugin Contributor Christopher Finke

    (@cfinke)

    The problem is caused by my plugin. It is something I can try to fix.
    The form POST action in my plugin is being processed at the same time the page content prints from the shortcode. I designed that part wrong.

    Shortcode is not supposed to handle form processing logic. The form needs to process earlier on during WP init, separate from the time the page content prints from the shortcode.

    This plugin has so many features it will take me quite some time to rearrange all the code properly. I started working on it, but do not know for sure when it will be fixed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘conflicting plugin’ is closed to new replies.