Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author annastaa

    (@annastaa)

    Hello b1026q9,

    Thank you for reporting your issue!

    Can you please check if reloading the page (pushing the browser reload button or opening the page in a different tab/window) resolves the error?

    Thread Starter b1026q9

    (@b1026q9)

    No, that doesn’t resolve the issue.

    Plugin Author annastaa

    (@annastaa)

    b1026q9,

    I can’t reproduce this error neither on Firefox, nor on other browsers that we use for testing. Please, share the link to your page for us to take a better look into your particular case. You can also use our contact form if you don’t wish to share on an open forum.

    Thread Starter b1026q9

    (@b1026q9)

    It seems it was to do with delay javascript or css function. Once scrolled, they appeared.
    But I am not sure which script or stylesheet to exclude.

    I tried excluding one by one

    /annasta-woocommerce-product-filters/styles/awf-font-awesome.css
    /annasta-woocommerce-product-filters/styles/awf.css
    /annasta-filters/css/style-options-1678960740.css

    but seem to be not working.

    Plugin Author annastaa

    (@annastaa)

    Hello b1026q9,

    From what I understand the error that you face is usually connected with the resource unavailability, so I suppose the HTML defer attribute could cause this too.

    Problem is, when you change the filters’ options (especially the Customizer-related), the file located in the ..\wp-content\uploads\annasta-filters\css folder changes to reflect the new state of settings. Its name also changes, so you need to exclude the whole folder from the optimization/delayed load.

    Any files that are located in the folders below only change on plugin updates:

    \wp-content\plugins\annasta-woocommerce-product-filters\styles
    \wp-content\plugins\annasta-woocommerce-product-filters\code\js

    They can be minified/cached in between updates if you like, just don’t forget to refresh the minified files when installing new releases. And please remember that the load of these files contents also cannot be deferred!

    Plugin Author annastaa

    (@annastaa)

    Hello b1026q9,

    I hope that your issue has been resolved, so I will go ahead and close this inactive thread. Please don’t hesitate to open a new one if you ever have further questions about the work of your annasta filters!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The resource was blocked’ is closed to new replies.