problem between royalSlider, ie9 and google web fonts
hello,
i have a problem with royalSlider. i don't understand why the
spider don't work when i use google web fonts in ie9. with chrome,
firefox and safari, no problem.
2 exemples to illustrate my problem :
with the link to google web fonts :
http://www.monreseau.fr.cr/exemple/index.html
without the link to google web fonts :
http://www.monreseau.fr.cr/exemple/index2.html
thanks for your help !
- exemple.zip 110 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmytro Semenov on 08 Oct, 2012 07:38 AM
Hello,
For some reason I don't see any issues in ie9, what "spider" doesn't work?
Dmitry
2 Posted by matcorbeille on 08 Oct, 2012 09:38 AM
hello Dmitry, thanks for your answer.
ok, i'm sorry i would like to say slider not spider (damned automatic spell checker on mac os 10.8)
when i load my web site in ie9, the carrousel is completely compresser in the width when i use google wab font. in attach file, i put a screenshot to be clear.
thanks for your help
Support Staff 3 Posted by Dmytro Semenov on 08 Oct, 2012 10:36 AM
Oh, I'm sorry too, I should have guessed that :)
This is your issue - http://help.dimsemenov.com/kb/royalslider-jquery-plugin-issues/slid...
Dmitry
4 Posted by matcorbeille on 08 Oct, 2012 12:46 PM
thank you very much for your answer.
it's excatly my problem. but i don't understand where i put this "call" ... :
$('.royalSlider').royalSlider('updateSliderSize');
i try to put it everywhere in the javascript, but it don't work :
jQuery(document).ready(function($) {
});
is it correct ?
i'm sorry, i'm a bigginer :)
Support Staff 5 Posted by Dmytro Semenov on 09 Oct, 2012 07:55 AM
You need to put this method after slider is displayed. E.g., after user clicked on "click me" and panel is displayed.
6 Posted by matcorbeille on 09 Oct, 2012 09:50 AM
it work !
so, thank you very much for your help.I hope I've not wasted too much of your time !
mat