I’ve installed a 3rd party javascript from healcode.com on my site using the avia text editor text module and although the script works correctly on my live site, I cannot gain access to edit the page. It appears as though once I go to edit the page, I quickly get redirected out of the editor within seconds to a white page where it looks like the script is trying to load endlessly – yet never does. Hitting the back button just jumps back to the redirect – an endless loop.
the text editor (debug mode) changes the start of the code from:
<script type="text/javascript">
to
<script type="text/javascript">// <![CDATA[
and at the end from:
</script>
to
// ]]></script>
I’m pretty sure it’s a jquery conflict that is causing the 3rd party js to be commented out. Is there a way to modify the code in the enfold theme or in the avia directory to prevent this blank redirect in admin so that I can edit the page?
Hey codemode!
Personally I recommend to delete this page and then use a plugin like: http://wordpress.org/plugins/insert-html-snippet/ to insert the javascript code. If you can’t access the editor page your only change would be to manipulate the page content directly in the database and it’s easier to re-create the page.
Regards,
Peter
Thank you dude! Great plugin!