Concrete5 edit bar disappeared after javascript implementation
Permalink
I added some java code from emailmeform and now the edit bar has disappeared. This is just the contact page of my site. Every other page is fine. Also, if you look at the main navigation (http://www.thebrazilianlanguage.com/contact-us/), at the top, you can see that the text is all pushed together.
Got the a element stray end tags, but how am I going to take care of the jquery problem when I don't have access to the edit bar for that page?
I have never used their forms but it might be possible to simply remove the offending line of code from the HTML block or there might be options on the EmailMe form builder where you can request that the embed code NOT include jquery.
To get back into the page, you can go to the sitemap and approve an older version of the page. Hopefully there is a version from before you added the form.
To get back into the page, you can go to the sitemap and approve an older version of the page. Hopefully there is a version from before you added the form.
You can load the 3rd party stuff into one of the iframe blocks, there are at least 2 free ones to choose from. That way, it can do what it likes without affecting the rest of the page.
I went back to emailmeform and found some straight up html code to use instead of the java with jquery request. They do also hava an iframe version.
On the contact page you're calling jquery, you must not do that, Concrete5 does it for you.
You have several issues elsewhere as well, namely 'links' and stray 'div' end tags:
No closing tag on link
Check your code with W3C.org and Firefox.