Support

  1. John_Neal
  2. Support
  3. Saturday, June 13 2015, 06:12 AM
When I place the social login {socialconnect } in the login module pre-text, and place that module in the off-canvas position of my helix III template it does not invoke the pop up for social logins. There is no console error related to this or jquery errors.
John_Neal Accepted Answer
Pro
Well I cannot edit the post to fix it, can you please do that when you reply?
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
Hi John,
Can you please post me your site link? if you want to keep private you can use the form below the reply in "Site Details" tab :)
  1. more than a month ago
  2. Support
  3. # 2
John_Neal Accepted Answer
Pro
I understand the keys will not work, but I am not getting a popup from the SSO of the authenticating faction. Just to add to what I said earlier. Off canvas is reached by clicking the three horizontal lines beside the main menu. Site details provided.
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
Hi,
offcanvas javascript override "click" function of our buttons , try this workaround:
- open file /components/com_jsn/assets/js/socialconnect.js
- at line 15 replace "click" with "tap"
- if necessary clean cache of your browser
- try it

This is a workaround, in the next release we will add some fix.
  1. more than a month ago
  2. Support
  3. # 4
John_Neal Accepted Answer
Pro
Thanks for the reply, but this actually killed the functionality of the buttons even not located off canvas I used to test. Can you please have another look?
  1. more than a month ago
  2. Support
  3. # 5
admin Accepted Answer
Admin
Hi,

try to put at line 15 this:
$( this ).live( 'click tap', function() {
  1. more than a month ago
  2. Support
  3. # 6
John_Neal Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 7
admin Accepted Answer
Admin
ok,
I found 2 problems:
1. Offcanvas conflict
offcanvas replace javascript events on all buttons, to solve this we have put at line 15 in file /components/com_jsn/assets/js/socialconnect.js this code
$( this ).bind( 'click tap', function() {

2. JQuery conflict
you have 2 instances of Jquery Javascript library. From Joomla 3.0 to load jquery library there are a common Joomla API, many old components/modules/plugins that require jquery load it independently to keep compatibility with J2.5. Many of these components have a parameter to load or not a copy of own JQuery library, unfortunately this is not your case. You have a module "Responsive Contact Form" that load second Jquery library and not leave possibility to user to disable this.
Now we have disable this module, you need to contact your module provider to fix this or you can comment line that load second library (comment line 17 at file /modules/mod_responsive_contact_form/mod_responsive_contact_form.php)
  1. more than a month ago
  2. Support
  3. # 8
admin Accepted Answer
Admin
I'm sorry we missed something

Kunena integration
there 2 way to integrate Easy Profile profiles (avatar & profile link) into Kunena forum:
1. Use our Jomsocial bridge
- You can download from our download area, here a docs: https://www.easy-profile.com/docs/43-jomsocial-bridge.html
2. Kunena Plugin developed by third party (this is the best way because it is a native plugin for Kunena)
- It's free, see at https://github.com/ruud68/plg_kunena_easyprofile
  1. more than a month ago
  2. Support
  3. # 9
John_Neal Accepted Answer
Pro
Thanks for all the help! I also want to ask if there is a way to sync more data to kunena with either of the plugins such as website, social, demographics, etc. Natively kunena offers such, and the icon for each is shown under the avatar of the user for quick reference. For example, I migrated my kunena database and my users table as well. I thin can look at the forum and under my avatar I can see my gender my location and my website icons. If any of the icons are clicked it will allow me to do different things. Can I make this happen when using easy profile and kunena plus the bridge?
  1. more than a month ago
  2. Support
  3. # 10
admin Accepted Answer
Admin
Hi,
Easy Profile is a young component and for now this is not possible, we will work to a fully integration with Kunena Forum in future.
  1. more than a month ago
  2. Support
  3. # 11
  • 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.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.