Skip to Content Skip to Menu

[SOLVED] Some text not showing up?

12 years 3 months ago - 12 years 3 months ago #203672 by maniak2221
[SOLVED] Some text not showing up? was created by maniak2221
I'm not sure if it's the template that is messing the text up but sometimes some of the text does not show up when it is posted. It's most noticeable when something is posted on the profile wall.
And it's not that the text is the wrong color on the backround it's almost like it is squished up so it can't be seen. Any way to fix this? or is anyone else having a problem like this?
Attachments:
Last edit: 12 years 3 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
12 years 3 months ago #203687 by krileon
Replied by krileon on topic Re: Some text not showing up?
It looks like it's showing up, but it's just really tiny or moved out of display. Please provide a URL to a profile where this issue is present and will inspect the CSS. Issue will most likely go away by switching to default Joomla template.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

12 years 3 months ago #203693 by maniak2221

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
12 years 3 months ago #203711 by krileon
Replied by krileon on topic Re: Some text not showing up?
Just sends to login, please PM backend super administrator login credentials and will take a look.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
12 years 3 months ago #203774 by krileon
Replied by krileon on topic Re: Some text not showing up?
You've a couple of issues coming from your Joomla template. Please see the below CSS.

IN: templates/theme136/css/template.css
ON: Line 104
Code:
.sectiontableentry1 div, .sectiontableentry0 div { font-size: 1px; }

The above should be removed as it's making all the font 1 pixel.

IN: templates/theme136/css/template.css
ON: Line 88
Code:
.sectiontableentry1 a { color: black; }

The above is making all the links black, which you've now changed the orange to black so it's black on black making it impossible to see the links and also should be removed.

IN: templates/theme136/css/template.css
ON: Line 89
Code:
.sectiontableentry1 a:hover { color: #000; }

The above is causing the links on hover to turn black so when you mouseover you can't see them anymore and this also should be removed.

Once the 3 changes above are made it'll look perfectly fine.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

12 years 3 months ago #203792 by maniak2221
Replied by maniak2221 on topic Re: Some text not showing up?
thank you it's working now!

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum