- Posts: 14
- Thank you received: 0
Safari + Chrome no transitions
-
skwtayler
Inactive member - New Member
Less
More
14 years 8 months ago #1084
by skwtayler
Replied by skwtayler on topic Re:Safari + Chrome no transitions
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
Less
More
- Posts: 6754
- Thank you received: 718
14 years 8 months ago #1085
by milos
Replied by milos on topic Re:Safari + Chrome no transitions
Please open file /modules/mod_hot_effects_rotator/default.php in plain text editor. Find this part:
and change it to
This should fix the problem.
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 } ?>
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 } ?>
Please Log in to join the conversation.
-
efrab
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
14 years 8 months ago #1086
by efrab
Replied by efrab on topic Re:Safari + Chrome no transitions SOLVED!
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
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.
-
swarmkristen
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
14 years 2 months ago #3460
by swarmkristen
Replied by swarmkristen on topic Re: Safari + Chrome no transitions
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?
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
Less
More
- Posts: 6754
- Thank you received: 718
14 years 2 months ago #3465
by milos
Replied by milos on topic Re: Safari + Chrome no transitions
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.
-
swarmkristen
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
14 years 2 months ago #3487
by swarmkristen
Replied by swarmkristen on topic Re: Safari + Chrome no transitions
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!
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