Title: Loading WEBGL 3D
Last modified: February 15, 2022

---

# Loading WEBGL 3D

 *  Resolved [umni](https://wordpress.org/support/users/umni/)
 * (@umni)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/)
 * Suddenly the plugin stopped working and started saying Loading WEBGL 3D.
    Looking
   in the console I can see this error Failed to load resource: the server responded
   with a status of 404 () but if I look at the plugin folder I can see the missing
   files (turn2.mp3 and three.min.js) in the folders in wp-content/plugins/3d-flipbook-
   dflip-lite/assets/
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Floading-webgl-3d%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [DearHive](https://wordpress.org/support/users/dearhive/)
 * (@dearhive)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15366531)
 * Hi,
 * The location variable is not registered in the page, because, the JavaScript 
   that does that is missing.
 * May be due to autooptimize plugin. Can you try by disabling the cache plugin.
   
   If it works let us know, we will look for a solution.
 * Best Regards,
    DearHive
 *  Thread Starter [umni](https://wordpress.org/support/users/umni/)
 * (@umni)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15366862)
 * Yes, that was it.
    Disabling Autoptimize plugin, fixed the issue. Thanks a lot!
 *  [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15367038)
 * Would be interesting to know what the exact problem is, if you are too (interested),
   then first and foremost try to identify what is breaking things by just disabling
   CSS or JS or HTML or Image optimization (incl. lazyload). Based on that we can
   see what the next steps need to be 🙂
 * frank
 *  Plugin Author [DearHive](https://wordpress.org/support/users/dearhive/)
 * (@dearhive)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15370019)
 * Hi [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/),
 * Thanks for your interest.
 * If you have a look at an example page: [https://dearflip.com/realistic-3d-flipbook-wordpress-plugin/](https://dearflip.com/realistic-3d-flipbook-wordpress-plugin/)
 * DearFlip adds the following script to the page to register Location variable 
   and other default settings.
 *     ```
       <script data-cfasync="false"> 
       var dFlipLocation = "https://dearflip.com/wp-content/plugins/dflip/assets/"; 
       .....
       </script>
       ```
   
 * But the script is missing when the user added your plugin. You can test using
   the lite plugin.
 * Best regards,
    DearHive
    -  This reply was modified 4 years, 3 months ago by [DearHive](https://wordpress.org/support/users/dearhive/).
 *  [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15370081)
 * Did a quick test and couldn’t get the combination to break, which makes sense
   as [as per the hardcoded exclusions](https://github.com/futtta/autoptimize/blob/beta/classes/autoptimizeScripts.php#L61)
   AO _should_ never aggregate JavaScript that has `data-cfasync` set.
 * [@umni](https://wordpress.org/support/users/umni/) were you using an older version
   of Autoptimize maybe?
 *  Thread Starter [umni](https://wordpress.org/support/users/umni/)
 * (@umni)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15370112)
 * [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/),
   the version I am using is Version 2.9.5.1
    -  This reply was modified 4 years, 3 months ago by [umni](https://wordpress.org/support/users/umni/).
 *  [minhchanh6](https://wordpress.org/support/users/minhchanh6/)
 * (@minhchanh6)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15427742)
 * Hello, I have the same issue, GET [http://127.0.0.1:5500/Branding/js/libs/three.min.js?ver=1.7.3.5](http://127.0.0.1:5500/Branding/js/libs/three.min.js?ver=1.7.3.5)
   net::ERR_ABORTED 404 (Not Found). I’m working on HTML & CSS & Javascript. How
   to fix that? I don’t know how to register the location variable.
 * I’m try `var dFlipLocation = "http://127.0.0.1:5500/Branding/js/libs/three.min.
   js?ver=1.7.3.5" but don't work.`
 * Thank your help
 *  Plugin Author [DearHive](https://wordpress.org/support/users/dearhive/)
 * (@dearhive)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15428517)
 * Hi [@minhchanh6](https://wordpress.org/support/users/minhchanh6/) ,
 * dFlipLocation is added by the WordPress plugin, you won’t need to add it again.
 * Also, it is autodetected if it’s not set.
 * Please contact on
    [https://github.com/dearhive/dearflip-jquery-flipbook/issues](https://github.com/dearhive/dearflip-jquery-flipbook/issues)
 * for jQuery related issues.
 *  [minhchanh6](https://wordpress.org/support/users/minhchanh6/)
 * (@minhchanh6)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15428750)
 * Oh sorry, i’m not working on WordPress, I’m working on Vanilla Js project. When
   I’m added the script and got an issue. I don’t know how to fix that. You know
   what I’m saying. Sorry for my english
 * Thanks
 *  Plugin Author [DearHive](https://wordpress.org/support/users/dearhive/)
 * (@dearhive)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15428832)
 * [@minhchanh6](https://wordpress.org/support/users/minhchanh6/) it’s fine, no 
   problem. We will get it sorted.
 * Please send us an issue and a a repo (fork) for us to view.
    [https://github.com/dearhive/dearflip-jquery-flipbook/issues](https://github.com/dearhive/dearflip-jquery-flipbook/issues)
 * So far we can just deduce that the `dFlipLocation` should be `http://127.0.0.1:
   5500/Branding`
 * Best regards,
    Deepak

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

The topic ‘Loading WEBGL 3D’ is closed to new replies.

 * ![](https://ps.w.org/3d-flipbook-dflip-lite/assets/icon-128x128.gif?rev=3175518)
 * [DearFlip - PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer](https://wordpress.org/plugins/3d-flipbook-dflip-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/3d-flipbook-dflip-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/3d-flipbook-dflip-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/3d-flipbook-dflip-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/3d-flipbook-dflip-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/3d-flipbook-dflip-lite/reviews/)

 * 10 replies
 * 4 participants
 * Last reply from: [DearHive](https://wordpress.org/support/users/dearhive/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/loading-webgl-3d/#post-15428832)
 * Status: resolved