Topic-icon Uncaught ReferenceError: jfbcJQuery is not defined

Active Subscriptions:

None
I read a previous post in 2014 on this issue. I am using Joomla 3.5.1; Gantry 5 template from RocketTheme.

I disabled load Jquery and Bootstrap via configuration. I am loading JQuery and Bootstrap via Gantry 5 template. This did not work.

I enabled JQuery and Bootstrap in configuration, and disabled in Gantry. This also did not work.

Here is the form page - staging1.dragonflight.org/contact-us

Here is the source linked in the error;

jfbcJQuery(document).ready(function() {
jfbcJQuery("#login-modal").appendTo("body");
});
jfbcJQuery("#login-modal").on("show", function() {
jfbcJQuery("#login-modal").css({"margin-left": function() {return -(jfbcJQuery("#login-modal").width() / 2)}})
});

Any thoughts on what is causing this conflict?
The topic has been locked.
Support Specialist
10 years 1 month ago #57864 by alzander
Please re-enable the "Include jQuery / Bootstrap" setting in your site so we can see what happens when our file is loading. That's the most compatible way to include jQuery for JFBConnect, though it does require one more file to be loaded on the site. Once we see the behavior there, we can help determine if you can disable that setting.

Thanks,
Alex
The topic has been locked.