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.

 
Steevb replied on at Permalink Best Answer Reply
Steevb
You need to look at your code.

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:

<p><a style="color:#ffffff;line-height:2px" href="http://thebrazilianlanguage.com/contact-us/">Contact Us</p>


No closing tag on link
</a>
.

Check your code with W3C.org and Firefox.
tbldaniel2012 replied on at Permalink Reply
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?
mhawke replied on at Permalink Reply
mhawke
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.
JohntheFish replied on at Permalink Reply
JohntheFish
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.
tbldaniel2012 replied on at Permalink Reply
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.