Topic-icon Issues with ScLogin Modal Pop up

Active Subscriptions:

None
10 years 8 months ago #35032 by boluareola
Hello,

Please kindly assist to help resolve issues with Sclogin Modal pop up. After installation and trying to login, it responded with a faded pop up but inactive. when i click on it, the window disappears.

my URL is www.mimozz.com/review-page.

Thank you in anticipation of your quick response.

Regards
The topic has been locked.
Support Specialist
10 years 8 months ago #35039 by alzander
The problem is the following 2 lines in your CSS files. If you remove the z-index line from both, the popup will work properly:
www.mimozz.com/templates/ireview2/css/custom.css, line 346
.content-wrapper {
background: none repeat scroll 0 0 #FFFFFF;
overflow: hidden;
padding-bottom: 10px;
padding-top: 10px;
min-height: 480px;
z-index: 2;
}

www.mimozz.com/templates/ireview2/css/template.css, line 609:
.content-wrapper {
background: #fff;
z-index: 2;
min-height: 600px;
padding-top: 30px;
padding-bottom: 30px;
overflow: hidden;
}
I hope that helps, but if you have any questions, just let me know.

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

None
10 years 8 months ago #35046 by boluareola
Thanks Alex for your response.

It actually worked but still have issues.
1. REmoving the Z-index distorted the jomsocial toolbar and it caused it to overlap the fixed headertop when scrolling up
2. I also tried to configure the user menu drop, it worked in the first instance and afterward the button becomes in active.

www.mimozz.com

I have created a user log in for you. i Will send it to your private mail.

Thanks in anticipation of your quick response.

Regards
The topic has been locked.
Support Specialist
10 years 8 months ago #35073 by alzander
I just tried to look at your site again, but I'm seeing a PHP fatal error regarding PayPlans. When the site is available again, let me know and we'll try to look into your questions.

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

None
10 years 8 months ago #35112 by boluareola
Hello Alex,

Thanks for your usual assistance. The issue has been resolved on our site. You can check now and thanking you for your anticipated responses.

Regards
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35159 by boluareola
Hi Alex,

The Payplan issue has been resolved. Please kindly assist in looking at the issue reported.

Counting on your quick response.

Regards
The topic has been locked.
Support Specialist
10 years 8 months ago #35162 by alzander
Thanks for the credentials. I just logged into the site and can see the issues. Can you try disabling the "Include Bootstrap" setting in the SCLogin module? The bootstrap CSS and Javascript is being re-included on your site by com_cjlib and having that duplicated is likely causing some of your problems (especially with the user drop-down).

Let me know if that helps or you run into any other issues.

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

None
10 years 8 months ago #35164 by boluareola
Hello Alex,

That has not solved the problem. The log out button has become inactive after disabling both Jquery and bootstrap CSS.

It actually worked but still have issues.
1. REmoving the Z-index distorted the jomsocial toolbar and it caused it to overlap the fixed headertop when scrolling up
2. I also tried to configure the user menu drop, it worked in the first instance and afterward the button becomes in active.

www.mimozz.com


Please advise on way forward.

Regards
The topic has been locked.
Support Specialist
10 years 8 months ago #35199 by alzander
For the z-index, it looks like if you edit components/com_community/templates/default/css/style.css and edit the #community-wrap block to add the z-index: 2 there, it should work. The block should look like:
#community-wrap {
display: inline-block;
width: 100%;
text-align: left;
position: relative;
word-wrap: break-word;
z-index: 2;
}
That CSS file is compressed, so it may be a little difficult to read, but I hope that helps.

Please let me know if you have any other issues after the toolbar is fixed.

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

None
10 years 8 months ago #35235 by boluareola
Hi Alex,

Thanks for your response and the issue of overlapping toolbar has been resolved.

However, we observed that the modules interferes with Jreview and CJLib. We noticed since we installed SCLogin module both component has been malfunctioning and we contacted the developer and this is what they have to say.

The issue might be related to the SCLogin module which loads jQuery 1.9 which is not compatible with JReviews at this time. Disable the module to check and then find out with the devs of that module how to load a previous version, jQuery 1.8. Or even better how to disable it because your template is already loading jQuery 1.8 and you have two instances with two different versions loading now.

Having disabled the SCLogin module, all works well... Please how can we resolve this as this module is very important to us most especially with the JFBconnect which promises to give us the desire solution we want.

Thanks in anticipation of your quick and response and solution.

Regards
The topic has been locked.