Topic-icon Dropdown box is overlapped by content

Active Subscriptions:

None
10 years 3 weeks ago #46727 by LeGiangAnh
Hi,

In my site jreplay.com the SCLogin module is overlapped by the content of page: goo.gl/rx2MNV
Please help me to solve this.

Thanks,
Giang Anh
The topic has been locked.
Support Specialist
10 years 3 weeks ago #46738 by alzander
First off, the Facebook authentication isn't working on that page. There's a conflict with the Gavick social integration on the page. Please disable the social integration in your template for Facebook to start working.

To test the user menu, can you create us a test account (test / test) or something like that? We'll gladly take a look. The issue is definitely a z-index problem of some sort, but we'll need to see it in action.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 3 weeks ago #46742 by LeGiangAnh
Hi,

I turned off Gavick Facebook login and created test/test account. Please check.

Thanks,
Giang Anh
The topic has been locked.
Support Specialist
10 years 3 weeks ago #46751 by alzander
Can you let me know what browser you're using or what specific page you're running into issues on? I just logged in with the test account, and the image below is what I see, which seems correct:
File Attachment:


Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 3 weeks ago #46753 by LeGiangAnh
Not that module. I re-enable the old one: jreplay.com/replays
The topic has been locked.
Support Specialist
10 years 3 weeks ago #46755 by alzander
The following CSS in your template is hiding the content that's overflowing:
#gkTop1, #gkTop2 {
 overflow: hidden; 
}
I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 3 weeks ago #46764 by LeGiangAnh
Thank you Alex. Btw, could you please help me to solve the Facebook login issue (also with G+)? I disabled Gavick plugin but it doesn't help.

Thanks.
The topic has been locked.
Support Specialist
10 years 3 weeks ago #46770 by alzander
There's still a huge block of code from your Gavick template being inserted into the page that's calling Facebook's Javascript. Please find the section at the bottom that starts with
<div id="gkfb-root"></div>
<script type="text/javascript">

//<![CDATA[
   	window.fbAsyncInit = function() {
		FB.init({ appId: '115789751943215', 
			status: true, 
			cookie: true,
			xfbml: true,
			oauth: true
		});
You'll need to disable the functionality that is inserting that entire block.

For Google, it looks like you have an SEF extension installed that's trying to rewrite our URLs. Please configure it to skip all JFBConnect URLs to prevent changing their structure.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 3 weeks ago #46777 by LeGiangAnh
I disable SEF for JFBConnect in MijoSEF and it seems work. Thank you
The topic has been locked.
Support Specialist
10 years 3 weeks ago #46778 by alzander
Glad to hear that got you going. If you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.