Skip to Content Skip to Menu

fb connect does not work in off-canvas position

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
10 years 4 months ago #246205 by carin
Hi, I use the joomlart T3 blank template. The CB login module is placed in the off-canvas position. The login works but the fb link is dead. The fb link works when the CB login module is placed in the main content area. What could cause that problem?

off-canvas position on the left:
www.dev.kiteboarding-windsurfing-spotguide.com/

content position:
www.dev.kiteboarding-windsurfing-spotguide.com/add-your-service.html

Thanks

CB 2.0

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 4 months ago #246230 by krileon
The button seams clickable and shows the Facebook login, but looks like the HTML on your site is broken. You've the below in your templates header.

Code:
<link href="/"templates/t3_bs3_blank/css/jquery-ui-1.10.4.custom.min.css" rel="stylesheet" type="text/css">

The below is invalid HTML.

Code:
href="/"templates/t3_bs3_blank/css/jquery-ui-1.10.4.custom.min.css"

You'll need to edit your Joomla template and fix the "/" to "/ as there's an extra quote in there.

Please be sure to test with default Joomla template if your issue persists. If it works fine in default Joomla template then the issue is with your template and you should contact the developer of your template for further support.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • carin
  • carin
  • OFFLINE
  • Posts: 417
  • Thanks: 18
  • Karma: 0
10 years 4 months ago - 10 years 4 months ago #246235 by carin
Thanks for the hint. But the problem is not caused by a missing css file. I guess the CB javascript cannot reach that fb button, hence it must be a CB problem.

I cannot test with a standard Joomla template because those do not have the "off-canvas" module position. Appart from that it does not make any snse to test it with a different template because it works with the current one as I pointed out in the first post. It does not work in that "off-canvas" position only.

How do I debug the CB javasript that does not detect the button in the "off-canvas" position?

CB 2.0
Last edit: 10 years 4 months ago by carin.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 4 months ago #246257 by krileon
My guess is your template is moving the module around or using Ajax to output the module. In both cases the jQuery binding on the button will be lost. Best I can suggest is contact the developer of your template to see if that can be turned off. The template should render the modules in the location it needs initially and not move them. It should also let Joomla load them normally instead of Ajax as Ajax breaks jQuery bindings.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum