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 »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • 3.1.4, pixture_reloaded and Javascript problem
Pages: 1 [2]

Author Topic: 3.1.4, pixture_reloaded and Javascript problem  (Read 8278 times)

midloman

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 1
Re: 3.1.4, pixture_reloaded and Javascript problem
May 21, 2010, 09:49:43 am
Quote from: Ed van Leeuwen on May 08, 2010, 01:29:24 pm
Still having problems:
- I have disabled all modules, no luck.
- I have reinstalled Pixture Reloaded, no luck.
- I have seen that two jQuery versions were loaded (one from /misc: 1.2.6, one from CiviCRM: 1.3.2): deleted 1.2.6, no luck.

Are there any other ideas in debugging this?


Hi Ed,

I was having problems similar to this, and was able to make them go away for the most part. 
I've installed Pixture Reloaded as a secondary theme, and it seems to work mostly.
First question:  What browser are you using?

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: 3.1.4, pixture_reloaded and Javascript problem
May 22, 2010, 02:43:05 am
I am sorry you are having trouble.  jQuery is a son-of-a sometimes.  Hey I don't know anything about that theme or module, but I fixed a jQuery problem today and it took me 3 hours.  I have a list of techniques and general theories here:
http://forum.civicrm.org/index.php/topic,12510.msg59322.html#msg59322

Good luck, hope it is of some help.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Ed van Leeuwen

  • I post occasionally
  • **
  • Posts: 68
  • Karma: 1
  • CiviCRM version: 4.7
  • CMS version: Drupal 7.x
  • MySQL version: MariaDB 10
Re: 3.1.4, pixture_reloaded and Javascript problem
May 24, 2010, 02:01:57 pm
Thanks, the second step solved my issue (http://www.danetsoft.com/resolve-conflict-civicrm-jquery-plugins).

Upperholme

  • Administrator
  • Ask me questions
  • *****
  • Posts: 568
  • Karma: 8
    • MC3
  • CiviCRM version: 4.x
  • CMS version: Drupal 6.x/7.x, Wordpress, Joomla
Re: 3.1.4, pixture_reloaded and Javascript problem
June 29, 2010, 06:23:19 pm
I'm seeing the same issue using a modified version of the Marinelli theme. I have image preload turned off, and even if I set the menus to static rather than drop down there still appears to be a Javascript problem. any input on this would be very welcome.
Graham Mitchell
http://mc3.coop

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: 3.1.4, pixture_reloaded and Javascript problem
June 29, 2010, 10:23:14 pm
Have you installed lightbox module for your site? If yes please use dev version.

Kurund
Found this reply helpful? Support CiviCRM

Upperholme

  • Administrator
  • Ask me questions
  • *****
  • Posts: 568
  • Karma: 8
    • MC3
  • CiviCRM version: 4.x
  • CMS version: Drupal 6.x/7.x, Wordpress, Joomla
Re: 3.1.4, pixture_reloaded and Javascript problem
June 30, 2010, 01:36:58 am
Hi Kururn.

No, Lightbox not installed, but I do have other Javascript/jQuery heavy modules installed. I'm guessing this sort of problem is not uncommon. Are there any guidelines as to how to address these type of conflicts?

I've attempted to apply the solution set out at http://www.danetsoft.com/resolve-conflict-civicrm-jquery-plugins but no joy as yet.
Graham Mitchell
http://mc3.coop

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: 3.1.4, pixture_reloaded and Javascript problem
June 30, 2010, 01:43:00 am
I would suggest disabling one module at a time and figuring out which module is causing this problem.

Kurund
Found this reply helpful? Support CiviCRM

Rahul Bile

  • I post occasionally
  • **
  • Posts: 112
  • Karma: 16
  • impossible says, I M Possible
    • I AM POSSIBLE
Re: 3.1.4, pixture_reloaded and Javascript problem
June 30, 2010, 07:36:16 am
Upperholme ,

I installed Marinelli theme (Alagan - subtheme) and got the same message  , " Javascript must be enabled in your browser in order to use the dashboard features. " on dashboard.
 But as per http://www.danetsoft.com/resolve-conflict-civicrm-jquery-plugins doing the below change in marinellidropdown.js  , got my dashboard elements back with data. :)

file : /themes/marinelli/js/marinellidropdown.js
line no : 4
--   $(document).ready(function(){
++ jquery(document).ready(function($){


Hope this helps.

Rahul.
Consider donating to CiviCRM if you use it. http://civicrm.org/donate

Upperholme

  • Administrator
  • Ask me questions
  • *****
  • Posts: 568
  • Karma: 8
    • MC3
  • CiviCRM version: 4.x
  • CMS version: Drupal 6.x/7.x, Wordpress, Joomla
Re: 3.1.4, pixture_reloaded and Javascript problem
June 30, 2010, 08:01:49 am
Rahul

Many thanks for this. I'll double check , but I think I did this fix already and it didn't solve my problem, so I'm working through the troubleshooting procedure that Kurund suggests to isolate the offending module.

Thanks
Graham
Graham Mitchell
http://mc3.coop

Ed van Leeuwen

  • I post occasionally
  • **
  • Posts: 68
  • Karma: 1
  • CiviCRM version: 4.7
  • CMS version: Drupal 7.x
  • MySQL version: MariaDB 10
Re: 3.2.2, pixture_reloaded and Javascript problem
August 27, 2010, 12:47:02 pm
This problem which was reported for 3.1.4 and was solved by patching the theme with the jquery option, now arises after upgrading from 3.2.1 tot 3.2.2.

I will try to follow the solution described here: http://forum.civicrm.org/index.php/topic,15207.msg65582.html#msg65582
« Last Edit: August 27, 2010, 12:50:50 pm by Ed van Leeuwen »

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • 3.1.4, pixture_reloaded and Javascript problem

This forum was archived on 2017-11-26.