Topic-icon Modal Popup

Active Subscriptions:

None
9 years 11 months ago - 9 years 11 months ago #58617 by wittydan
Modal Popup was created by wittydan
My modal popup is not working properly. Please help. www.entertainmentxp.com
Last edit: 9 years 11 months ago by wittydan.
The topic has been locked.
Active Subscriptions:

None
9 years 11 months ago #58624 by wittydan
Replied by wittydan on topic Modal Popup
No help?
The topic has been locked.
Support Specialist
9 years 11 months ago #58625 by mel
Replied by mel on topic Modal Popup
Sorry for the delay. How are you inserting SCLogin onto the page? Looking at the source, the div for our modal appears to be inside of a div called "mbox-mainbox" which is adding styles for margin, etc, that are shifting the modal to the side and setting the opacity of the page.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 11 months ago #58633 by wittydan
Replied by wittydan on topic Modal Popup
I do not have it inside any div that i'm aware of is there anything else I can do to fix this?
The topic has been locked.
Support Specialist
9 years 11 months ago #58638 by alzander
Replied by alzander on topic Modal Popup
The modal popup is controlled through the Bootstrap Javascript library. You are likely not putting the popup in another div, but another extension that uses Bootstrap seems to be overriding our styles and features. The div that is surrounding our popup has the tag of 'mbox-mainbox'. We don't know what that is, but we mentioned it to hopefully help you narrow down the possible conflict.

If you know what extension would use the tag of 'mbox', please try disabling it, temporarily, to see if that fixes our popup. That will help narrow down what to do next.

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

None
9 years 11 months ago - 9 years 11 months ago #58643 by scomar
Replied by scomar on topic Modal Popup
I may be having a similar problem but can't tell on my own (not a programmer) - see screencast.com/t/q4erHxkk

The site is keymarwesleyan.org/new - login text is at bottom

Can you check it out for me? Modal login does not work correctly.
Last edit: 9 years 11 months ago by scomar.
The topic has been locked.
Support Specialist
9 years 11 months ago #58649 by alzander
Replied by alzander on topic Modal Popup
Scott,
Your issue is simpler. Your template is specifying the following style:
#jsn-master .modal {
    position: static; 
}
That tag is causing all the problems and can be found in /templates/jsn_dona_pro/css/template.css at line 1236. I'd recommend removing that style.

I hope that helps.

wittydan,
I just double-checked your site and I see your not using the modal anymore. If you make any headway or want me to test further, just let us know and we'll see if we can help.

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

None
9 years 11 months ago #58656 by scomar
Replied by scomar on topic Modal Popup
Yep - that worked - thanks,
The topic has been locked.