-
AuthorPosts
-
February 2, 2016 at 1:11 pm #776524
This is hosted on a private installation for the time being till we have our development environment completely savvy. Upon completion we will be deploying it to the production environment.
Upon installing the essentials grid I am getting the following in the console:
jquery.themepunch.essential.min.js?ver=2.0.9.1:11
Uncaught ReferenceError: punchgs is not defined(anonymous function) @ jquery.themepunch.essential.min.js?ver=2.0.9.1:11(anonymous function) @ jquery.themepunch.essential.min.js?ver=2.0.9.1:12(index):945 Uncaught SyntaxError: Unexpected token ILLEGAL
This only shows up when the plugin is enabled. I do not show any updates pending for any of our plugins, and it only shows up when essentials grid is enabled. When trying to place the grid using cornerstone, I am able to see the html in dev tools showing the grid and items, however the javascript is erroring out before it can do its magic.
Any ideas on ways I can fix this?
February 2, 2016 at 10:53 pm #777267Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL where the error exist.. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
February 4, 2016 at 1:36 pm #780321Therein lies my problem, as mentioned above this is not a public facing URL yet since I cannot develop locally and push to production with the same license. I am working to see if we can push it to a development / production server but that does not resolve the license only allowing local or production which would halt our devs progress. Any suggestions on a workaround?
February 4, 2016 at 10:17 pm #780954Hello There,
Thanks for the updates. You can always revoke and regenerate the api key so that you can validate your develop and production site with X in it.
We would really like to check the error ourselves. There could be a JS error on the page or maybe a 3rd party plugin could be throwing a JS error also which would affect essential grid. If it’s possible we would love to check your site and take a closer look. For the meantime, you can try to reinstall essential grid plugin. There might be some files that were corrupted during installation.
Please let us know how it goes.
February 8, 2016 at 12:55 pm #785879Sounds great. We plan to stand up an environment in the next few days, and I will update the post here once I have a publically available link.
February 8, 2016 at 10:00 pm #786485Sure thing. Let us know how it goes with reinstalling the essential grid as well.
Thanks!
February 10, 2016 at 1:55 am #788663This reply has been marked as private.February 10, 2016 at 1:56 am #788664This is using a fresh install on the prod server
February 10, 2016 at 2:19 pm #789643Hi there,
I checked and I can see different JS error. This could be the reason for other issues.
<script type="text/javascript"> <!-- (function() { var IE = /@cc_on!@/false; if (!IE) { return; } if (document.compatMode && document.compatMode == 'BackCompat') { if (document.getElementById("af-form-2087255449")) { document.getElementById("af-form-2087255449").className = 'af-form af-quirksMode'; } if (document.getElementById("af-body-2087255449")) { document.getElementById("af-body-2087255449").className = "af-body inline af-quirksMode"; } if (document.getElementById("af-header-2087255449")) { document.getElementById("af-header-2087255449").className = "af-header af-quirksMode"; } if (document.getElementById("af-footer-2087255449")) { document.getElementById("af-footer-2087255449").className = "af-footer af-quirksMode"; } } })(); --> </script> <!-- /AWeber Web Form Generator 3.0.1 -->
This
<!-- -->
is HTML comment block and shouldn’t be use within<script></script>
. You should use javascript comment block eg./* */
.Please fix then we’ll check again.
Thanks!
February 11, 2016 at 11:17 pm #792348Sounds good. I will give it a go.
Good find!
February 12, 2016 at 3:47 am #792617Please let us know how it goes. Thanks
-
AuthorPosts