Safari + Chrome no transitions

More
14 years 8 months ago #1084 by skwtayler
I'm so sorry. I had a security plugin enabled. You may now access it.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 8 months ago #1085 by milos
Please open file /modules/mod_hot_effects_rotator/default.php in plain text editor. Find this part:
Code:
<?php if ($enablejQuery!=0) { ?> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_effects_rotator/js/jquery.min.js"></script> <?php } ?>
and change it to
Code:
<?php if ($enablejQuery!=0) { ?> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_effects_rotator/js/jquery.min.js"></script> <script type="text/javascript"> jQuery.noConflict(); </script> <?php } ?>
This should fix the problem.

Please Log in to join the conversation.

  • efrab
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 8 months ago #1086 by efrab
Hey Millos

I tried you last post and YES it finally works! Safari - Firefox - Chrome all work great now!

Great thanks for your support and effort this issue and I guess we can consider this issue SOLVED!

Kind regards

Efrab

Please Log in to join the conversation.

More
14 years 2 months ago #3460 by swarmkristen
Hi,

I have the same issue, but I already did the aforementioned solution, and it still didn't work.

Here is the problem: sliponstyle.com/portfolio.html

It works on IE7, IE8 and Firefox, but not Safari.

However, we do have a website here it does work: southfloridacardio.com/

I'm unsure why these sites would be any different.

Can I get some help? :)

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 2 months ago #3465 by milos
Try to disable loading of jQuery in module. If it doesn't work even then, there's probably conflict with /templates/deepblue/js/jquery.flow.1.2.js
The following user(s) said Thank You: swarmkristen

Please Log in to join the conversation.

More
14 years 2 months ago #3487 by swarmkristen
Fantastic!

It ended up being issues with the js in the template conflicting with the module js.

It works perfectly now! Thanks for responding so quickly!

Please Log in to join the conversation.

Time to create page: 0.092 seconds
Powered by Kunena Forum