• Hi

    I was running Speed Demon 1.1.0 and noticed some functions (plugins) not working properly.
    Super-form. my form isn’t loading. As soon as I disable the SD forms load.

    I have tried the elimination process by adding this to my wp-config file
    define(‘DISABLE_NAG_NOTICES’, ‘false’);
    define(‘REMOVE_QUERY_STRINGS’, ‘false’);
    define(‘DISABLE_EMBEDS’, ‘false’);
    define(‘DISABLE_EMOJIS’, ‘false’);
    define(‘DISABLE_XML_RPC’, ‘false’);
    define(‘INDEX_AUTOLOAD’, ‘false’);
    define(‘INDEX_AUTOLOAD_REGENERATE’, ‘false’);
    define(‘DELETE_EXPIRED_TRANSIENTS’, ‘false’);
    define(‘DISABLE_POST_VIA_EMAIL’, ‘false’);
    define(‘INLINE_STYLES’, ‘false’);
    define(‘DISABLE_ADMIN_AJAX’, ‘false’);
    define(‘DISABLE_CART_FRAGMENTS’, ‘false’);
    define(‘DISABLE_JQUERY_MIGRATE’, ‘false’);
    define(‘HEADER_CLEANUP’, ‘false’);

    but even with everything set as false the problem persist

    Am I forgetting something or doing it wrong.

    Other than using each individual plugin is there a way to solve the problem?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter prospirity

    (@prospirity)

    I actually found which one was creating the problem by installing each individual plugin and activating one by one. It is

    Inline Styles.

    So then my next question is why then this line in wp-config
    define(‘INLINE_STYLES’, ‘false’);

    not really disable the function?

Viewing 1 replies (of 1 total)
  • The topic ‘Some conflict’ is closed to new replies.