Topic-icon Popup Module not working properly

Active Subscriptions:

None
10 years 10 months ago #33440 by Rockmyclothes
Hi,

Module is not working at all on home page and it works in inner pages but not properly at all... can you please suggest why this happen... and how to solve this...

I have attached the snap shot as well so that you got to know what is going on in the inner page and on main page its not working at all...

Site url is www.rockmyclothes.com/ you can find the module at the bottom of the page...

File Attachment:


Thanks
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33445 by vivacomputers
I have the same issue. It pops up but I have a very dark screen.
The topic has been locked.
Support Specialist
10 years 10 months ago #33450 by alzander
On both of your sites, the SCLogin modal view isn't enabled, so I can't really provide much help right now. Could you enable the module in Modal view (on some interior page so it's not necessarily seen by many users) and then we can investigate what's causing the problem. Usually, it's a z-index issue in your template, but we'd need to see to understand more and provide a fix.

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

None
10 years 10 months ago #33453 by Rockmyclothes
Hi,

Please check it now... and also please check why the Facebook Connect is giving the error...

Thanks
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33455 by vivacomputers
The topic has been locked.
Support Specialist
10 years 10 months ago #33459 by alzander
Vivacomputers,
The following line in your CSS is the problem:
/plugins/system/jat3/jat3/base-themes/default/css/template.css , line 1002:
#ja-container {
position: relative;
z-index: 5;
}
If you remove that z-index: 5; it works. That's putting your main content 'under' the grey mask that pops up. It doesn't look like removing that z-index causes any other problems, but you'll have to test on 'real' content pages of your site.

Rockmyclothes,
There's a few issues going on on your site. First, there's lots of warnings/errors that your SSL certificate isn't valid. I don't know if that's causing problems with authentication right now, but it may be. Please either install a valid SSL certificate or remove the automatic redirection to https.

Modal under grey area
This style in your template is causing a similar issue to viva above:
#gkPageContent {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 50px;
position: relative;
z-index: 100;
}
I don't know what file that's in because your CSS is combined and compressed. Hopefully that helps you narrow things down though.

Not displaying on home page
My guess is that you are not displaying any component output on your home page-- you have it disabled some how. Our current Modal popup requires the component area to be displayed on a page. We append the modal popup to the component area for display. If the component is not shown, the modal will not work.

Facebook not working
What error are you getting? I just tried to login and was properly brought to the "Login / Register" page to create my account.

All,
Styles
Not asked, but when the popup does work, the styles for the inputs don't look right. We're releasing a new SCLogin module (the 3.0 stable version) either today or tomorrow. That will hopefully fix some of the styles, but there may always be some template conflicts to work through. We'll help how we can.

I hope that helps explain, but if you have other questions, let me know.

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

None
10 years 10 months ago #33465 by vivacomputers
Yep now it works. You make it very easy hehehehe. Thank you!
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33466 by Rockmyclothes
Hi,

Thanks for your information... I disabled the Force SSL from the admin panel... but still the Facebook login is not working... Same credentials when I use in Jomsocial its working but the Facebook is having issue... I read that Facebook API has to be defined only once... so I keep that setting only in the JFB and removed setting from all the places...

I corrected the popup functionality and its working fine but still its not displaying on Home page... and its OK on rest of the pages...

Thanks and waiting for your reply....:)

.
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago - 10 years 10 months ago #33468 by petwal
Hi Alex,

I am going to jump aboard this thread as I have the similar issue of Home page modal not functioning. However, you are correct if I enable front-end component output the login modal works, but when I disable it (a function of the template) it halts the login from working. Is there a workaround for this? I have disabled the front-end output for good reason.

Secondly, just a thought, is there a way to make the register function 'pop' out modal like the login does?

thanks for a great component.
(don know if I am sailing off the end of the earth here with this idea, ....but referring to our discussion about group add ins - maybe this is the component to call profiles/groups?) Ill mention it in the thread :) - edit: stupid me - its a login module and not a register module - forget this last statement !!!!
Last edit: 10 years 10 months ago by petwal.
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33470 by Rockmyclothes
Hi,

somehow we manage to show the module on home page but the Facebook login is still not working... can you please suggest on this.. what to do... with same API and secret key its working for Jomsocial but I don't know why its not working for JFB...

and also if we login by UID and PWD its not redirected to the specified location...

Please support us on this...

thanks
The topic has been locked.