Topic-icon mod_jfbcsend and mod_jfbcfan display no links

1. Installed component on J2.5.11.
2. Created app on FB
3. ran autotune
4. basic checks ok
5. Facebook Application Configuration all green
6. Site Configuration all green
7. JFBConnect Remote Error Checker: Test: Facebook Javascript library inclusion - Warn: Another Facebook extension is installed, including the Facebook Javascript library, and may conflict.
I have uninstalled another FB share plugin, see no others, don't see multiple js files loading in html source. Error remains.

I am not trying to run facebook login. I was able to display the website as a FB tab. www.facebook.com/pages/Utah-Domestic-Vio...ncil/273521266006746

I do see the Send link on the Fan module and Like on the Like module when I am logged into the facebook page. If I am not logged into FB or logged in as another user, I see nothing except intro text. See it here: udvc.org top 2 modules in right sidebar.

Would appreciate some suggestions... thanks.

app screencap atached.

File Attachment:
The topic has been locked.
Support Specialist
13 years 1 day ago #33717 by alzander
When I go to your page, I see the Send button and the Fan box module in the right sidebar. I haven't even tried logging in and I see that. Can you try clearing your browser cache and/or trying a different browser altogether as it may be a cookie issue from before you installed JFBConnect.

For the duplicate Javascript libraries, there is another inclusion. If you open the HTML of the page and search for "all.js", you'll see it. My guess is that it's from your template. However, the extra inclusion isn't really one that should conflict. It's good to get rid of as it will cause a slight delay on page load to load the library twice, but it's not the cause of this.

Finally, one thing I do notice is that when I click the "Send" button, the popup is hidden under your home page rotating banner. If you make the following change in your template file, it should fix that. To do so, edit /templates/yoo_nano/styles/page/css/layout.css At line 70, change:
#sidebar-a, #sidebar-b {
position: relative;
z-index: 0;
}
to the below Updating the z-index to 4:
#sidebar-a, #sidebar-b {
position: relative;
z-index: 4;
}
Hope that helps,
Alex
The topic has been locked.
Thanks, I had a browser plugin causing the issue.
The topic has been locked.
Support Specialist
13 years 23 hours ago #33745 by alzander
Glad to hear you got it going. Should you run into anything else or need more help, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks, and good luck,
Alex
The topic has been locked.