Topic-icon sclogin not working as expected z2 responsive template

Active Subscriptions:

None
running joomla 2.5.14 and zootemplate zt-genius z2 responsive
no modal popup and fix for this?
The topic has been locked.
Support Specialist
Please make sure the "Include jQuery" setting is enabled in the Advanced Parameters, if not already.

If that still doesn't work, we'd need to see a page where it isn't working to understand what's wrong first. Can you provide a URL where it's setup how you want and we'll gladly investigate further.

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

None
10 years 6 months ago - 10 years 6 months ago #37625 by scuser64
Thaks for your reply

tried load jquery yes and no to no avail

test site: ultimatepluginmanager.com/jtest/index.php/features

availible until 8am est.

screenshot
File Attachment:
Last edit: 10 years 6 months ago by scuser64.
The topic has been locked.
Support Specialist
The problem is this block of code in your template CSS file, templates/zt_genius/css/template.css
.modal {
background-clip: padding-box;
background-color: 0 !important;
border: 0 !important;
border-radius: 0px !important;
box-shadow: none !important;
left: auto !important;
margin: 0 !important;
overflow: auto;
position: static !important;
top: auto !important;
width: auto !important;
z-index: 1050;
}
That's hard-coding how and where every modal popup should appear and preventing our CSS from functioning properly. You'll need to remove/fix that code.

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

None
thanks that solved it.
but modal popup needs better integration for my site.
Looking to change Log in button color and button text color
as well as adjust input box size to match warning box size to match my templates buttons and boxes
I think adjustments can be made to the sc_bootstrap.css) but its not commented
can you point me in the right direction or comment your css code.
or even better how do i allow sclogin to use my templates button sc
File Attachment:


File Attachment:

heme.
The topic has been locked.