Topic-icon Possible css errors

Active Subscriptions:

None
12 years 9 months ago #11980 by geti
Possible css errors was created by geti
Hello,

I've recently installed JFCConnect and having lots of fun so far :-) A couple of things I have noticed are that the 'Send' button does not display any details when pressed, everything seems obscured. I fiddled around with the CSS and the line height in particular in Firebug and got it to display but that also meant that the send button was really long as well.

Also, in the Invite module, the preview box displays to the right of the template which means that the send button in the preview box is cut off and not displaying.

Any ideas greatly appreciated.

You can view this at www.geti.co and I am on Joomla 1.7.0

Thank you
The topic has been locked.
Active Subscriptions:

None
12 years 9 months ago #11981 by geti
Replied by geti on topic Possible css errors
PS.
Occasionally the Livestream module doesn't kick in as well - just remembered that bit :-)

Live Stream Box configuration error

Live Stream Box couldn't be loaded at this time. Please try again later. For more detailed information on the Live Stream Box please visit the Developer Wiki.
The topic has been locked.
Support Specialist
12 years 9 months ago #11992 by alzander
Replied by alzander on topic Possible css errors
So glad to hear you're enjoying yourself :) Hopefully, I can help get you all fixed up in this post, but if you have other questions (or I don't help), just let me know...

For the send button, it looks like you're template's container for each article has the "Overflow: hidden" value set, which means anything going outside the content bounds will get chopped off. Normally, this is fine, but for the Like/Send buttons, which use a pop-up which happens to go out of bounds, that's bad. Can modify your template's css file (www.geti.co/templates/j51_digitalempire/css/template.css) to remove this setting. At line 51 (in the .content section) remove the overflow tag altogether, or change the value from hidden to 'visible'. That should fix that issue right up.

For the Invite module, make sure the "Enable Automatic Resizing" parameter is enabled. That fixes the issue on many sites, but not all. If not, there's a similar overflow:hidden tag at line 213 which may help.

The Live Stream issue is likely (hopefully) an artifact of having a new FB Application. The issue should hopefully resolve itself in 2-3 days as your application is registered throughtout Facebook.

Hope this helps, but if you continue to have issues, just let us know.

Good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 9 months ago #12015 by geti
Replied by geti on topic Possible css errors
Hi Alex,
Thank you for your help. The 'send' button is now fixed and the invite module is 'sort of fixed' by moving it to a wider position - I can live with that. The 'Enable Automatic Resizing' and changing the tag to 'visible' didn't work. I'll keep my eye on the livestream over the next few days.

Keep up the good work :-)

Regards,

Alan
The topic has been locked.