• Resolved paulwylie2

    (@paulwylie2)


    Hi

    When JavaScript files are combined using the SiteGround Optimizer plugin, the form does not load. I excluded all the Quill Forms Javascript files from being combined when Combine JavaScript Files’ is activated in the plugin, using a filter provided by SiteGround. The filter was inserted into the functions.php file, but it still did not work. This is not urgent. Maybe you could add it to your to-do list and take a look at the issue when you get the chance. I’ve disabled ‘Combine JavaScript Files’ in the plugin. You can close this when you have read it.

    Many thanks

    Paul

    • This topic was modified 1 year, 8 months ago by paulwylie2.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor QuillForms

    (@quillforms)

    Hello @paulwylie2 ,

    Thanks for reaching out!
    We already use in our plugin to prevent combining our scripts but it seems that it doesn’t work well:
    quillforms/includes/compatibility/cache/sg-optimize/class-sg-optimize-compatibility.php

    Since we don’t have any siteground server, we will try our best but also any help would be appreciated!

    Thanks a lot!
    Quill Forms Team

    • This reply was modified 1 year, 8 months ago by QuillForms.
    Thread Starter paulwylie2

    (@paulwylie2)

    Thanks for the response. I will close the topic as it was just to let you know.

    Thread Starter paulwylie2

    (@paulwylie2)

    Hi

    I’ve got it working now. You have some exclusions missing from your SiteGround filter exclusions list. If you add the following, I’m sure the plugin will work fine:

    $exclude_list[] = ‘quillforms-iframe-resizer’;
    $exclude_list[] = ‘quillforms-iframe-resizer-implementer’;
    $exclude_list[] = ‘quillforms-iframe-resizer-content-window-script’;
    $exclude_list[] = ‘quillforms-react-renderer-script’;
    $exclude_list[] = ‘quillforms-blocklib-group-block-renderer-script’;
    $exclude_list[] = ‘quillforms-payment-gateways’;
    $exclude_list[] = ‘wp-dom-ready’;
    $exclude_list[] = ‘wp-polyfill-inert’;

    Many thanks

    Paul

    Plugin Contributor QuillForms

    (@quillforms)

    Hi @paulwylie2,

    Thanks a lot for your co-operation.
    We will add this to our new version that should be released this week.
    Thanks again and please free to reach out if you have any questions.

    Best,
    Quill Forms Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form not loading when JavaScript files combined with SiteGround Optimizer plugin’ is closed to new replies.