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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Datepicker slides into the background
Pages: [1]

Author Topic: Datepicker slides into the background  (Read 1141 times)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Datepicker slides into the background
March 12, 2010, 01:59:06 pm
Hello,

We hit a problem on a customer's site whereby the datepicker widget was sitting partially behind other text on the demographics section of the contact edit page after upgrading to 3.1.3

I was pretty stumped on this but Kylejaster helped me out and here is what fixed it in this case

add to the bottom of customer's style.css file
Code: [Select]
#bounding {position:relative;z-index:1;}
.ui-datepicker {z-index:100;}

Clear caches & refresh properly (just a reminder)
Go to admin/build/themes & save
shift-refresh the page
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Datepicker slides into the background
March 12, 2010, 02:01:16 pm
(11:00:12 AM) kylejaster: hey eileen - only thing you might add is that #bounding is the uppermost div in the page template
(11:00:23 AM) kylejaster: otherwise it doesn't mean much to other themers
(11:01:21 AM) kylejaster: oops - by uppermost i really mean outermost
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

jhood

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
    • My business website
Re: Datepicker slides into the background
July 19, 2011, 01:25:13 pm
Thanks for this! ;D I've been experiencing this bug for a while with a custom Drupal theme and this did the trick. To get it to work with my theme I replaced #bounding with #wrapper (the outermost div in my theme) and it worked!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Datepicker slides into the background

This forum was archived on 2017-11-26.