Topic-icon SCLogin CSS styles [BUG]

Active Subscriptions:

None
10 years 8 months ago #40217 by alechu

i'm have problem with styles for button!!!

i'm use art-nostyle for this module, but i'm see 2 different color schemes in this module!

please fix this bug! this is problem on my site Artesteer template(latest version) and on site with RocketTheme template!
The topic has been locked.
Support Specialist
10 years 8 months ago #40256 by alzander
Replied by alzander on topic SCLogin CSS styles [BUG]
Alexandr,
Sorry for the delayed response. Can you let me know what page we can see this happening on? We'll gladly investigate the CSS change that would need to be done to overcome the conflict in your template.

Can you also let us know what behavior you're looking for? Mainly, what background color and text color are you expecting for each of the above pictures?

The SCLogin module has some very hard-coded styles right now. For the next major release (due in February), we're planning an updated version which will have much easier customizations as well as different layout available to choose from.

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

None
10 years 8 months ago #40273 by alechu
Replied by alechu on topic SCLogin CSS styles [BUG]
i'm send message on e-mail. please check it!
The topic has been locked.
Support Specialist
10 years 8 months ago #40329 by alzander
Replied by alzander on topic SCLogin CSS styles [BUG]
The issues with colors when you buttons when you hover is due to the following style that's been added to the buttons: 'art-button'. I'm assuming you added that style to the buttons. If so, you should remove it. If not, you should look into the template to see how to disable the adding of that style. That will also fix the sizing of the buttons.

Otherwise, you can add the following CSS to your template and hard-code the colors or size however you want:
.sourcecoast button.btn-primary, .sourcecoast button.btn-primary:hover {
background: green !important;
color: blue !important;
}
I hope that helps get you going. If not, please let us know if you can disable the art-button class and/or why you added it.

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

None
10 years 8 months ago #40409 by alechu
Replied by alechu on topic SCLogin CSS styles [BUG]

alzander wrote: The issues with colors when you buttons when you hover is due to the following style that's been added to the buttons: 'art-button'. I'm assuming you added that style to the buttons. If so, you should remove it. If not, you should look into the template to see how to disable the adding of that style. That will also fix the sizing of the buttons.


i'm use 'art-nostyle' for button in Joomla settings.

look on standart button on my site, and your button:

File Attachment:

your button use own style???
The topic has been locked.
Support Specialist
10 years 8 months ago #40433 by alzander
Replied by alzander on topic SCLogin CSS styles [BUG]
Yes, the SCLogin module uses it's own styles for our buttons. We do this as our module is meant to look a standard way on all sites. It's how we present the module and that's what most users expect.

On your site, since you're adding the extra classes to the SCLogin buttons, the styles are getting mixed up and that's why you're seeing the incorrect buttons.

The next release of SCLogin is planned to have extra templates for different styles. It's not planned that we'll be able to 'inherit' all styles from your template as that causes way too many conflicts. We've tried it before, and there's no way to not hard-code some styles. There are too many things a template won't do, and we can't prepare for that with the amount of templates that are out there.

I hope that helps explain,
Alex
The topic has been locked.