Topic-icon Calendar Popup

Active Subscriptions:

None
13 years 8 months ago #26649 by christineward321
The Calendar Popup and other elements don't work in either RS Events or Jevents on the front end. RSJoomla said this is the problem, but I have no idea what that means or how to fix it.
The links are here (I made one for each Calendar, thinking it was the Calendar extension that was the issue)
awesomeadventuresnews.com/index.php/spec...t-event/47-new-event
awesomeadventuresnews.com/index.php/spec...ent/icalevent.edit/0

From what i can see, this is generated by a Javascript error that resides in Facebook integration plugin:

connect.facebook.net/en_GB/all.js

TypeError: $(element).store is not a function
[Break On This Error]

...FB._apiKey){if(a.authResponse){FB.Auth.setAuthResponse(a.authResponse,'connected...

You can either disable the plugin that provides this functionality or contact the developer for more details on this.
The topic has been locked.
Active Subscriptions:

None
13 years 8 months ago #26661 by christineward321
Replied by christineward321 on topic Calendar Popup
Not sure if I was clear in what I was asking. The error code, copied below, is what rsjoomla said is the problem with a calendar NOT being able to pop up. Searching these forums I found something about a CDN extension causing that issue, but I don't even know what a CDN Extension is. I disabled Jomsocial connect with facebook by removing the APIS and I just did a template override to have the jfbc login with facebook appear on the page. Any ideas about the http://conntect.facebook.net?en/all.js isue??
This is from rsjoomla:
From what i can see, this is generated by a Javascript error that resides in Facebook integration plugin:

connect.facebook.net/en_GB/all.js

TypeError: $(element).store is not a function
[Break On This Error]

...FB._apiKey){if(a.authResponse){FB.Auth.setAuthResponse(a.authResponse,'connected...

You can either disable the plugin that provides this functionality or contact the developer for more details on this.
The topic has been locked.
Support Specialist
13 years 8 months ago #26674 by alzander
Replied by alzander on topic Calendar Popup
Christine,
I'm seeing the error you mention, but the error is located in a different file that you seem to be mentioning. Testing in Chrome and Firefox, I get the error as shown below:
File Attachment:

As you can see the error is the same you mention, " $(element).store is not a function ". However, it's coming from /components/com_rseventspro/assets/js/GrowingInput.js?v=3 file. Where are you seeing that this is coming from the all.js file?

Regardless though, the all.js file is the Facebook Javascript library file. JFBConnect is the extension that is telling the browser to load that file on your page, but it's loaded from Facebook itself. We have absolutely no control over that file. So, if it is causing the conflict, there it would be either up to Facebook to fix (probably unlikely, but we can tell you how to submit a bug report to them) or it would be on RSEvents to be compatible with Facebook's Javascript library. I can't see anywhere that the all.js file is the problem as you mention, but if it is, that's not going to be easy to fix on our end at all.

Let me know if I'm seeing a different Javascript error than you or if there's anything else we can help test or look into.

Thanks,
Alex
The topic has been locked.