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 (Moderator: Dave Greenberg) »
  • Coda-Slider and calendar for Birth Date
Pages: [1]

Author Topic: Coda-Slider and calendar for Birth Date  (Read 1308 times)

Smith

  • Guest
Coda-Slider and calendar for Birth Date
September 22, 2010, 02:56:02 am
Hi all,

Version and environment : Civi 3.1.2 + Drupal 6.15

I'm experiencing a strange problem with Civirm and membership signup.  I changed my theme on the DRUPAL with a slider effect in Jquery, coda-slider.

But now when I go to the registration page, I can't use the calendar (for birthdate in my profile), I got an error with the Javascript Console in firebug, and clicking on calendar do nothing or throw anything.

Code: [Select]
$("#coda-slider-1").codaSlider is not a function
[Break on this error] $().ready(function() { $('#coda-slider...EaseFunction: "easeInOutBack" }); });

conflicting here :

Code: [Select]
$().ready(function() { $('#coda-slider-1').show(); $('#coda-slider-1').codaSlider({autoSlide: true, autoSlideInterval: 8000, autoSlideStopWhenClicked: true, autoHeightEaseDuration: 1000, autoHeightEaseFunction: "easeInOutBack", slideEaseDuration: 1000, slideEaseFunction: "easeInOutBack" }); });
97//--><!]]>

when calling the page /civicrm/contribute/transact?reset=1&id=1

If I de-activate the module, no problem, but I want to use it.

Can someone give me a trick to use coda-slider on drupal with civicrm ?

Many thanks.

Regards

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Coda-Slider and calendar for Birth Date

This forum was archived on 2017-11-26.