Title: LeadStar's Replies | WordPress.org

---

# LeadStar

  [  ](https://wordpress.org/support/users/leadstar116/)

 *   [Profile](https://wordpress.org/support/users/leadstar116/)
 *   [Topics Started](https://wordpress.org/support/users/leadstar116/topics/)
 *   [Replies Created](https://wordpress.org/support/users/leadstar116/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/leadstar116/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/leadstar116/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/leadstar116/engagements/)
 *   [Favorites](https://wordpress.org/support/users/leadstar116/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Class ‘getid3_handler’ not found](https://wordpress.org/support/topic/class-getid3_handler-not-found/)
 *  [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/class-getid3_handler-not-found/#post-13476838)
 * Hi!
 * I am getting the same error.
    Is it resolved? What’s the solution? Looking forward
   to hearing it!
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/page/2/#post-13229430)
 * Oh, when it can be?
    This is really prioritized ticket on our project. Can’t 
   you just release this change for minor updates?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/page/2/#post-13229416)
 * Great! It works…
    Can you publish the changes? Third-party plugins are not in
   our project repo so I am not able to update your plugin code directly!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/page/2/#post-13226304)
 * [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/)
 *     ```
       wp_enqueue_script(
       	'gutenberg-block/sign-up-wizard-block-front',
       	plugins_url( 'dist/SignUpWizardFront.js', __FILE__ ),
       	array( 'wp-element' ),
       	filemtime( plugin_dir_path( __FILE__ ) . "/dist/SignUpWizardFront.js" )
       );
       ```
   
 * Please put this code in your current theme’s function.php.
    Don’t mind even there’s
   no signupwizardfront.js file. Just calling wp_enqueue_script(), it will load 
   default js files.
 * Let me know if this works for you.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/page/2/#post-13223759)
 * [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/)
   
   I am also trying to reproduce it with Gutenberg but no luck. Instead, I found
   this. wp-polyfill scrips can be loaded by default of WordPress. You can find ‘
   wp_get_script_polyfill’ function in wp-includes/script-loader.php at line 179.
   If you go down, you can see it echos ‘document.write(…)’! I think if you can 
   manually call this action in function.php, you would be able to see the issue.
   Let me know your thoughts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/page/2/#post-13223556)
 * Can you check here?
 * > [The new Gutenberg editing experience](https://wordpress.org/gutenberg/)
 * Screenshot: [https://www.screencast.com/t/cqBsf9Xg](https://www.screencast.com/t/cqBsf9Xg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/#post-13223518)
 * Hi [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/),
 * I think you should look for document.write(‘ … wp-polyfill-fetch.min.js’).
    I
   didn’t mean js/dist. If I put wp-polyfill related js files to the exclusion, 
   then there’s no issue in Chrome. But getting an error on Safari. So I had to 
   add ‘js/dist’ to make it work for Safari.
 * Can you please have a check and let me know?
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/#post-13205750)
 * How’s it going? Can you reproduce the issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/#post-13205498)
 * default Gutenberg loads above js file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/#post-13205454)
 * Not sure what you mean exactly but I think so!
    If it loads wp-polyfill-fetch
   js file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/#post-13205316)
 * It’s using customized Gutenberg blocks.
 * [https://share.getcloudapp.com/YEuomg2p](https://share.getcloudapp.com/YEuomg2p)
   
   The issue is coming out from wp-polyfill-fetch.min.js
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/#post-13205138)
 * I already tried but no luck..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async JavaScript] Exclude is not working properly on Safari](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years ago](https://wordpress.org/support/topic/exclude-is-not-working-properly-on-safari/#post-13205093)
 * No, it’s not working!
    Exclude only accepts javascript file and URL.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] Issue with Prerequisites and Require Passing Grade on Quiz feature](https://wordpress.org/support/topic/issue-with-prerequisites-and-require-passing-grade-on-quiz-feature/)
 *  Thread Starter [LeadStar](https://wordpress.org/support/users/leadstar116/)
 * (@leadstar116)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/issue-with-prerequisites-and-require-passing-grade-on-quiz-feature/#post-12968186)
 * Sorry, I found it.
    There’s no issue in this plugin. I was logged in admin user
   and I was able to check any course without any restriction. Thanks.

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