Show Elements not working in Firefox?

User 2876358 Photo


Registered User
10 posts

Hello I have a contact form at the following URL ( http://23.235.201.244/~ttfiresafety/ ). Once you are on the site simply click on "Contact" to get to the form.

The problem is that the "Show Elements" I have set up are not working in the firefox browser but are working in Chrome?

Any thoughts as to how to fix this?
User 187934 Photo


Senior Advisor
20,190 posts

Hi Brandon,
Can you be a little more specific?
Looks like there might be a jQuery conflict.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2876358 Photo


Registered User
10 posts

Hello, thank you for your reply, I am sorry if I did not provide the proper information and I am not sure what more I need to be specific on but I will try.

The form is set up with show elements so that when you select them for other form elements to appear. Those show elements are under the "Services Requested" section of the form. If you view the form in Chrome and click on one of the options under this section it will reveal additional form elements. Those additional elements do not reveal when you are in Firefox.

And yes I do think you are correct that there seems to be a scripting conflict because the site is basically a one page site using scripts to show and hide the other pages. That is why I can not give you a direct URL to the form and you must go to the url http://23.235.201.244/~ttfiresafety/ and then click on the "contact" button to see the form.

I set up a separate page with just the form on it here ( http://23.235.201.244/~ttfiresafety/form-test.html ) and the show elements DO work in Firefox. So that is why I think you are correct that there is a conflict. What I don't know and understand is why the conflict is specific to Firefox and more importantly what can be done to fix this browser specific conflict?

Thank you so much for your time!

If you need any other information to help me resolve this just let me know.
User 187934 Photo


Senior Advisor
20,190 posts

Try setting up your form iframe code like this.
<iframe height="2056" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="twin-tier-fire-final-form/twin-tier-fire-final-form.html">
</iframe>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2876358 Photo


Registered User
10 posts

Hi Eric,

Thanks for your help, I tried your code change but the show elements still are not working in Firefox. :(

Do you have any other suggestions?
User 187934 Photo


Senior Advisor
20,190 posts

Try adding this to your page right after your JQuery script link. so between jquery and skel

<script type="text/javascript">
$.noConflict();
</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2876358 Photo


Registered User
10 posts

Hi Eric,

Thanks again, but that did not help either? :(
User 187934 Photo


Senior Advisor
20,190 posts

Try it like this. I think this will do it.
<script type="text/javascript">
jQuery.noConflict();
</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2876358 Photo


Registered User
10 posts

Hi Eric,

No that did not work either. :(

Any other ideas?
User 187934 Photo


Senior Advisor
20,190 posts

The last one worked for me on a page I replicated from yours. Did you try ctrl+f5
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.