CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviReport (Moderator: Dave Greenberg) »
  • <solved>Report shows blank filter
Pages: [1]

Author Topic: <solved>Report shows blank filter  (Read 1013 times)

marchelo2212

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: 4.4.3
  • CMS version: Joomla 3.2
  • MySQL version: MySQL 5.5.32
  • PHP version: 5.3.26
<solved>Report shows blank filter
October 16, 2014, 01:32:27 pm
hi!
Some person know why civi show the filters in white letter...?? (image 1)
I don't see this in other page only in the reports.
If underlines the sentences you can see it.

Thanks

Marcelo
« Last Edit: October 17, 2014, 09:09:20 am by marchelo2212 »

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Report shows blank filter
October 16, 2014, 01:36:04 pm
Probably something to do with Joomla css - which version of Joomla are you using?
Try asking your question on the new CiviCRM help site.

marchelo2212

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: 4.4.3
  • CMS version: Joomla 3.2
  • MySQL version: MySQL 5.5.32
  • PHP version: 5.3.26
Re: Report shows blank filter
October 16, 2014, 02:00:04 pm
I 'm using joomla 3.3.6 with civi 4.5.2. ( i thought this version would solve this problem)
I have other installation with joomla 3.3.3 and civi 4.4.6 and has the same problem.

I have not edited any file of joomla or civi (yet) ;) so me too think is the css.
Can you help me..?
which files I need to check...?

Best regards

Marcelo

Dan C

  • I post frequently
  • ***
  • Posts: 179
  • Karma: 17
  • CiviCRM version: All
  • CMS version: Joomla 2.5 and 3.X, Drupal 7, Wordpress 3.7 and up
  • MySQL version: 5.1.7 and up
  • PHP version: 5.3.5 and up
Re: Report shows blank filter
October 16, 2014, 06:26:19 pm
It's a problem with the CSS that comes with Civi, been around pretty much since Civi became Joomla 3 compatible.  I have been meaning to look into it and submit a patch but I haven't had time.

The best way to fix it is to add an override in the CSS file used by your Joomla admin template (Isis is the default).  Something like:

Quote
.crm-container .label {
color: #3e3e3e;
}

Which will change the text color to something darker.
CrusonWeb - Web Development, Implementation, and Support.  Specializing in CiviCRM and Joomla (although also knowledgable in Wordpress and Drupal as well).

marchelo2212

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: 4.4.3
  • CMS version: Joomla 3.2
  • MySQL version: MySQL 5.5.32
  • PHP version: 5.3.26
Re: Report shows blank filter
October 17, 2014, 07:24:48 am
Thank.!!  danc
I have done you say and the problem is solved (words and color), but the filters do not has a long label  only is small (image 1).
you know the solution for this..??
thank you very much

best regards
Marcelo

Dan C

  • I post frequently
  • ***
  • Posts: 179
  • Karma: 17
  • CiviCRM version: All
  • CMS version: Joomla 2.5 and 3.X, Drupal 7, Wordpress 3.7 and up
  • MySQL version: 5.1.7 and up
  • PHP version: 5.3.5 and up
Re: Report shows blank filter
October 17, 2014, 08:44:07 am
Try adding display:table-cell; to the CSS I gave you earlier.  That should allow it to extend up to the full length of that box.  So the new CSS would be:

Quote
.crm-container .label {
color: #3e3e3e;
display: table-cell;
}
CrusonWeb - Web Development, Implementation, and Support.  Specializing in CiviCRM and Joomla (although also knowledgable in Wordpress and Drupal as well).

marchelo2212

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: 4.4.3
  • CMS version: Joomla 3.2
  • MySQL version: MySQL 5.5.32
  • PHP version: 5.3.26
Re: <solved>Report shows blank filter
October 17, 2014, 09:10:25 am
Thanks.!!

all is right now..!!

Best regards
Marcelo

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: <solved>Report shows blank filter
October 17, 2014, 03:19:28 pm
danc - can you make a PR to update Civi's joomla.css file?
Try asking your question on the new CiviCRM help site.

Dan C

  • I post frequently
  • ***
  • Posts: 179
  • Karma: 17
  • CiviCRM version: All
  • CMS version: Joomla 2.5 and 3.X, Drupal 7, Wordpress 3.7 and up
  • MySQL version: 5.1.7 and up
  • PHP version: 5.3.5 and up
Re: <solved>Report shows blank filter
October 17, 2014, 03:45:00 pm
Coleman, I will try to put something together this weekend.  I have to make sure my change will work in Joomla 2.5 and 3.3 since 2.5 is still viable for another couple months.
CrusonWeb - Web Development, Implementation, and Support.  Specializing in CiviCRM and Joomla (although also knowledgable in Wordpress and Drupal as well).

Dan C

  • I post frequently
  • ***
  • Posts: 179
  • Karma: 17
  • CiviCRM version: All
  • CMS version: Joomla 2.5 and 3.X, Drupal 7, Wordpress 3.7 and up
  • MySQL version: 5.1.7 and up
  • PHP version: 5.3.5 and up
Re: <solved>Report shows blank filter
October 19, 2014, 05:04:06 pm
As requested, I have created both an issue (https://issues.civicrm.org/jira/browse/CRM-15494) and a pull request (https://github.com/civicrm/civicrm-core/pull/4397).  Hopefully we can get this into 4.5.3 because I have sites to upgrade to Joomla 3.3 this week :).
CrusonWeb - Web Development, Implementation, and Support.  Specializing in CiviCRM and Joomla (although also knowledgable in Wordpress and Drupal as well).

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviReport (Moderator: Dave Greenberg) »
  • <solved>Report shows blank filter

This forum was archived on 2017-11-26.