Link to home
Start Free TrialLog in
Avatar of DanSmir
DanSmirFlag for Israel

asked on

JavaScript problem in Firefox (Pics not loading)

Hello Experts,

I have a strange problem with JS in Firefox.
I installed inside Joomla 1.7 Jquery image rotator, all browsers shows it perfect except firefox.

Example: http://zufglobus.pickup.org.il/
you can find it under top main menu

Please assist

Dan
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Other than the usual javascript errors for jquery and mootools, lines 64 thru 81 (link and script lines) belong in the head section, not in the body.  You may be overwriting the scripts and CSS that are trying to create your slider.
¿¿ ¿¿ ¿¿ ¿¿¿¿ ¿¿¿¿¿¿¿¿¿ 8

¿¿ ¿¿¿ ¿¿¿¿  ¿¿¿¿¿
¿¿¿¿ ¿¿¿¿ ¿¿ ¿¿¿¿ ¿¿¿¿ ¿¿¿
Avatar of DanSmir

ASKER

Hey DaveBaldwin:,

Can you please say what and Where should i copy or move?

Thank you
The lines below should be in the <head> section before the end tag </head>.  I editted them to add the  type="text/javascript" that should be there.
<link href="http://zufglobus.pickup.org.il/modules/mod_jqueryimagescroller/assets/css/imagescroll1.css" rel="stylesheet" type="text/css"/>

<script type="text/javascript" src="http://zufglobus.pickup.org.il/modules/mod_jqueryimagescroller/assets/js/jquery.min.js"></script>

<script type="text/javascript" src='http://zufglobus.pickup.org.il/modules/mod_jqueryimagescroller/assets/js/scroll.js'></script>

<script type="text/javascript">$('.infiniteCarousel').infiniteCarousel(85)</script>

Open in new window

Avatar of DanSmir

ASKER

DaveBaldwin:
I have added, but still no luck. Ideas?
You can find those lines in code view inside head
Avatar of DanSmir

ASKER

Dave? Any ideas?
10x
In the link above, nothing has changed.  Those lines are still showing inside <div id="main-slider">.  They should be moved to the <head> section.
Avatar of DanSmir

ASKER

Dave, i tryed to move them from module to header of index.php still same problem
It's not showing online where I can look at it.  It's not going to break other browsers by posting it because putting those tags in that div is 'against the rules' though browsers often make it work anyway.  But they don't have to...

Also, in the link you have posted, I can't tell whether 'mootools-core.js' is loading.  The response header says 'HTTP/0.9 200 OK' but no response header info follows.  HTTP/0.9 is an old version of the protocol.  Every other file shows 'HTTP/1.1 200 OK' followed by a normal response header.
Avatar of DanSmir

ASKER

Dave,
Is there some way i can help you to help me? Sorry for inconvenience.
I'm trying to get you to post the changed code online where I can see it and check it.
Avatar of DanSmir

ASKER

Dear Dave.

I added those lines (as you provides)
To beta site, link i provided

Please check.

Many thanks,
Dan
it's also not working in ie8

can we offer other components?

0546544028
Eyal
Avatar of DanSmir

ASKER

Hello Eyal,
Well if it will be a for a payment "no"
I did tested  several modules from joomla extentions library but this One doing exact what do we need.  
BTW this module runns in ie just fine if you enable compatible mode
He's right, it doesn't work in IE8 either.  It does 'work' in Chrome and Safari.

You commented out two of the original lines but you need the other two gone also or they just duplicate what you have in the <head> and that can cause conflicts.
Avatar of DanSmir

ASKER

Dave , i removed  them also. Still No luck
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DanSmir

ASKER

Jentelemens,

Thank you all for your help and assistance, i found solution it is ugly)
Problem was DIV direction that holds module position. After changing it to LTR form RTL problem gone.

Thank you all.
Avatar of DanSmir

ASKER

David, thank you for the help.

I don't care that you wasn't able to solve the issue, but i very appreciate your help and assistance.

You've got your points!!!

Thanks again
Avatar of DanSmir

ASKER

OOOPS

Last message was for DaveBaldwin
Glad you found it and fixed it.