Topic-icon JFBConnect at menu

Active Subscriptions:

None
3 years 6 days ago #67189 by powar
JFBConnect at menu was created by powar
JFBConnect be connected to the menu but I get some shit out of it. Can you help me fix mistakes?     partyservice-lux.de/index.php/de/
thanks
Attachments:
The topic has been locked.
Support Specialist
3 years 6 days ago - 3 years 6 days ago #67190 by mel
Replied by mel on topic JFBConnect at menu
So it looks like there's a couple of styles being taken from your template (like line-height and margin) that's causing most of this funkiness.

Here's a quick stab at some CSS to help:
.sourcecoast,
.sourcecoast .input-append .btn {
line-height: initial; 

}

.sourcecoast .row-fluid {
margin-left: 0px;
}

input.sclogin-username.input-small, input.sclogin-passwd.input-small {

height: 28px;
}

I would suggest creating your own template for SourceCoast and putting these changes in there as well. For instructions on how to do this, see here .

This should get you closer, but let us know if you have any questions.

-Melissa
Last edit: 3 years 6 days ago by mel.
The topic has been locked.
Active Subscriptions:

None
3 years 5 days ago #67192 by powar
Replied by powar on topic JFBConnect at menu
My concern is not, can I get a refund?
The topic has been locked.
Support Specialist
3 years 5 days ago #67193 by alzander
Replied by alzander on topic JFBConnect at menu
We can gladly provide a refund. However, we'd prefer to help get things working for you. Were you able to implement the CSS changes above? If you're still having issues, just let us know.

If you'd like a refund, please fully uninstall JFBConnect from your site. Then, fill out a refund request form below:
www.sourcecoast.com/refund-request/

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

None
3 years 3 days ago #67200 by powar
Replied by powar on topic JFBConnect at menu
wo genau ich ändern muss?
The topic has been locked.
Active Subscriptions:

None
3 years 3 days ago #67201 by powar
Replied by powar on topic JFBConnect at menu
where exactly do I have to change?
The topic has been locked.
Support Specialist
3 years 3 days ago #67202 by mel
Replied by mel on topic JFBConnect at menu
I'm sorry if I wasn't clear in my original response on where to put the change. The above link on how to make your theme detailed it, but here you go:

It looks like you're using the default theme for CSS, so
1: Copy /media/sourcecoast/themes/sclogin/default.css to /templates/<YOUR_JOOMLA_TEMPLATE>/html/mod_sclogin/themes/yourthemename.css
2. Open SCLogin in the backend and set the theme to yourthemename.
3. Edit the new file at /templates/<YOUR_JOOMLA_TEMPLATE>/html/mod_sclogin/themes/yourthemename.css and put your changes there.
4. Do a hard-refresh on the front-end to pick up the CSS.

-Melissa
The topic has been locked.
Active Subscriptions:

None
3 years 2 days ago #67203 by powar
Replied by powar on topic JFBConnect at menu
There is no mod_sclogin under / templates / <YOUR_JOOMLA_TEMPLATE> / html /
The topic has been locked.
Support Specialist
3 years 2 days ago #67204 by mel
Replied by mel on topic JFBConnect at menu
Correct. You need to create that directory (and its themes subdirectory) and put the new file in there in order to create the override.

-Melissa
The topic has been locked.
Active Subscriptions:

None
3 years 1 day ago #67205 by powar
Replied by powar on topic JFBConnect at menu
I made the first point and stopped at the second, where and what should be done next?
The topic has been locked.