1. PierBea
  2. Bug Report
  3. Tuesday, February 24 2015, 06:03 PM
Hi.
Not sure whether this is a bug or my not having followed your instructions properly.
Be that as it may, I'm trying to implement social login in your "pro" version.
I created three social networks' apps and entered the keys.
On the front end, I get only one button (corresponding to the first social network enabled in the back end) which, when clicked does nothing.
Looking at the console, the click triggers "Empty string passed to getElementById()."
Looked around in your forum but could not find this topic.
Any thoughts or suggestions?
Thanks. Ciao.
admin Accepted Answer
Admin
Hi,
can you please post me your site link? if you want to keep private this info you can fill the form below the reply in "Site Details" tab.
  1. more than a month ago
  2. Bug Report
  3. # 1
PierBea Accepted Answer
Pro
Done
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
you have javascript error that broke any other code, this error is in file /templates/gtk/GTKScripts.js at line 50.

I think, this happen because you call function getElementsByClassName before the body has been created, so try to call the function makeUsersFun() from an event that fires after the body has been created (such as the window load event)

Try to replace at the end of template this
<script language="JavaScript">
makeTitlesFun ();
makeUsersFun ();
</script>

with this
<script language="JavaScript">
jQuery(document).ready(function(){
makeTitlesFun ();
makeUsersFun ();
});
</script>


this is just a guess :)
References
  1. http://stackoverflow.com/questions/23264313/uncaught-typeerror-cannot-read-property-getelementsbytagname-of-null
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
Another problem
I don't know because but missing our javascript in header section, maybe some plugin that rewrite Joomla header.

Missing call to file /components/com_jsn/assets/js/socialconnect.js
  1. more than a month ago
  2. Bug Report
  3. # 4
PierBea Accepted Answer
Pro
Hi.
Great guess, but unfortunately it did not hit the spot.
I replaced my call with yours. Now the functions are no longer performing and the button is as before.
Any other thoughts?
Thanks. Appreciate.
  1. more than a month ago
  2. Bug Report
  3. # 5
admin Accepted Answer
Admin
Another problem
I don't know because but missing our javascript in header section, maybe some plugin that rewrite Joomla header.

Missing call to file /components/com_jsn/assets/js/socialconnect.js

Also missing file /components/com_jsn/assets/css/connect.css

Post me backend access to check your plugins
  1. more than a month ago
  2. Bug Report
  3. # 6
PierBea Accepted Answer
Pro
Done
  1. more than a month ago
  2. Bug Report
  3. # 7
PierBea Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 8
admin Accepted Answer
Admin
Now works,
I have disabled/enabled "Optimize JS" paramter from Administration->Extensions->Template Manager->GlobeTrottingKids->Generals

This happen because Purity template compress all JS files and put into cache, so when you have enabled Social Connect plugin the template have not clean the cache, so in minified file missing our code
  1. more than a month ago
  2. Bug Report
  3. # 9
admin Accepted Answer
Admin
The FB login shows:
"You are using a display type of 'popup' in a large browser window or tab. For a better user experience, show this dialog with our JavaScript SDK without specifying an explicit display type. The SDK will choose the best display type for each environment. Alternatively, set height and width on your window.open() call to properly size this dialog if you have special requirements precluding you from using the SDK. This message is only visible to developers of your application."
This is only info message for "user experience", in our javascript we have added a code to resize popup. Only FB app Admin can see this message.

The google button returns a 401 error, but that's probably my having made a mistake in the app: I'll check.
This is something missing in the configuration of Google APP
  1. more than a month ago
  2. Bug Report
  3. # 10
PierBea Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 11
admin Accepted Answer
Admin
Hi,

Avatar Problem
In your site there are 2 instance of Jquery, this cause conflict and slows the site (screenshot 1)......more details via PM



Email Duplicated form
only mentions the "user name" option and I think linking/merging by email/pass is more practical
Yes, this is a small Issue, this form is managed by Easy Profile so title of field should be according to login type setting.
The explanation of the form is in the error message (screenshot 2)



Public Groups
Easy Profile not have this features, but we have develop a plugin to choose which user groups are public, this plugin is not on Download Section and not supported (attached to this post)



Articles
No sorry, but we plan to develop a plugin to get a list of articles/kunena posts/Easy discuss posts/CJ Blog/Easy Blog in future;)



Logout Button
To do this there is a workaround, you can create a login module with this settings:
Show Greeting: Off
Access: Registered
Position: logoutbuttononprofile

Now you can create an HTML delimeter field with these settings:
Title: Logout
Description: {loadposition logoutbuttononprofile}
Visible for: Special

NOTE:
- With visible for parameter set to Special, only administrators and owner can see this field, so normal user can see this only or his profile
- {loadposition logoutbuttononprofile} this sintax become from "Load Module" plugin, this plugin is in all Joomla installation, this will be replace with previous login module



PS. We have disabled "Optimize JS" in your template config to see all scripts
Attachments (3)
  1. more than a month ago
  2. Bug Report
  3. # 12
PierBea Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 13
admin Accepted Answer
Admin
Hi,
Do you have any more info published on setup, settings, preferences and so on?
we're working on, this plugin is a gift for all Pro subscriptions and is not yet stable. When ready will put a complete record, considering that we are going to include also new features
  1. more than a month ago
  2. Bug Report
  3. # 14
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.