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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.3 Release Testing (Moderator: pdelbar) »
  • Joomla 3.0.3 / css
Pages: [1]

Author Topic: Joomla 3.0.3 / css  (Read 4384 times)

nicol

  • I post occasionally
  • **
  • Posts: 95
  • Karma: 5
  • CiviCRM version: 4.2, 4.3, 4.4
  • CMS version: Joomla 2.5.x, Joomla 3.x Wordpress 3.x, Drupal 7.x
  • MySQL version: 5.x
  • PHP version: 5.3 / 5.4
Joomla 3.0.3 / css
April 10, 2013, 08:05:16 am
I installed this on Joomla 3.0.3 absolutely fine, and tho I've not tested very deeply yet, couldn't find any bugs other than layout ones.

The main one is the Civi toolbar seems to have vanished and the default Joomla .header has been pushed to the top, and tho I fiddled with Joomla.css couldn't bring it back. I'm not sure if it's linked to the new Joomla admin floating toolbar at the bottom - switching to the bare bones accessibility template didn't fix it (tho it seems to be there in the source). screengrab attached.

There were some other CSS issues in the form pages on Firefox & Chrome. One of these involve Bootstrap's use of .label, the others seem to have been fixed with the following in css/Joomla.css.

Code: [Select]
/* changed heights below from specified to auto to avoid clipping */

#crm-container textarea,
#crm-container input,
#crm-container select {
  font-size: 12px;
  height: auto;
  margin-bottom: auto;
  margin-right: 4px;
  width: auto;
  padding: 2px 4px;
}
#crm-container select {
  height: auto;
}
« Last Edit: April 10, 2013, 10:37:22 am by nicol »

kamesg

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Drupal 7.0 & Joomla 3.0
  • MySQL version: 5.5.30
  • PHP version: 5.4
Re: Joomla 3.0.3 / css
April 13, 2013, 02:54:59 pm
Hi Nicol

The solution for the missing nav-bar can be found at...

http://forum.civicrm.org/index.php/topic,28190.0.html

I just patched my Joomla 3.0 website and have no issues so far. Attached is a screenshot.

nicol

  • I post occasionally
  • **
  • Posts: 95
  • Karma: 5
  • CiviCRM version: 4.2, 4.3, 4.4
  • CMS version: Joomla 2.5.x, Joomla 3.x Wordpress 3.x, Drupal 7.x
  • MySQL version: 5.x
  • PHP version: 5.3 / 5.4
Re: Joomla 3.0.3 / css
April 15, 2013, 03:47:01 am
Hi Kamesg - thanks.. I clearly didn't search enough.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.3 Release Testing (Moderator: pdelbar) »
  • Joomla 3.0.3 / css

This forum was archived on 2017-11-26.