Hello,
I have gallery with Lighbox2, in FF work all great (only is not border on right side :( ) but when I open site in IE8 (windows7) photos open only in new windows...

I dont know what to do. Im try upgrade jquery and CSS inject but nothing. Im used this tutorial http://www.lullabot.com/articles/photo-galleries-views-attach
Please cant you write my what to do?

http://animatori.prostejov.cz/content/ly%C5%BEova%C4%8Dka-v-alp%C3%A1ch
Thanks

Comments

rschwab’s picture

Lightbox needs javascript enabled to work... my first guess is that you don't have javascript enabled in IE?

- Ryan

Nnet’s picture

Testing site (link is in description of lightbox) with lightbox2 working well...

Im meen, I dont have javascript turn off because other sites with lighbox work fine..

Nnet’s picture

Nobody can help me? I need know how Is done this site http://www.stellapower.net/lightbox2 its official site of lightbox... On this site is allright everything but on my site is bad border on right side of open fotos.



And do not work in IE :( Plese anybody help me...



Somebody who have our sites with lightbox2 and working it well please can you write me how?

jaypan’s picture

IE8 doesn't play nice with javascript and relative URLs. Make sure your URLs are absolute. No guarantees this will fix your problem, but it has fixed problems for me in the past.

Contact me to contract me for D7 -> D10/11 migrations.

Nnet’s picture

This is code from my page:

<div class="views-field-field-image-fid">

                <span class="field-content"><a href="http://animatori.prostejov.cz/system/files/photos/DSC07223.JPG" rel="lightbox[field_image][]"><img src="http://animatori.prostejov.cz/system/files/imagecache/thumb/photos/DSC07223.JPG" alt="" title=""  width="200" height="150" /></a></span>
  </div>



It is absolute adress?



And this is loaded java:

  <script type="text/javascript" src="/sites/all/modules/jquery_update/replace/jquery.min.js?1"></script>
<script type="text/javascript" src="/misc/drupal.js?1"></script>
<script type="text/javascript" src="/sites/default/files/languages/cs_b76fe6f95a0eb516c06cf46bbbf9393d.js?1"></script>
<script type="text/javascript" src="/sites/all/modules/lightbox2/js/auto_image_handling.js?1"></script>
<script type="text/javascript" src="/sites/all/modules/lightbox2/js/lightbox.js?1"></script>
<script type="text/javascript" src="/sites/all/modules/panels/js/panels.js?1"></script>

<script type="text/javascript" src="/sites/all/modules/views/js/base.js?1"></script>
<script type="text/javascript" src="/sites/all/modules/views/js/ajax_view.js?1"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/", "lightbox2": { "rtl": "0", "file_path": "/(\\w\\w/)sites/default/files", "default_image": "/sites/all/modules/lightbox2/images/brokenimage.jpg", "border_size": "", "font_color": "", "box_color": "", "top_position": "", "overlay_opacity": "0.8", "overlay_color": "000", "disable_close_click": 1, "resize_sequence": "0", "resize_speed": 0, "fade_in_speed": 0, "slide_down_speed": 0, "use_alt_layout": 1, "disable_resize": 0, "disable_zoom": 0, "force_show_nav": 0, "loop_items": 1, "node_link_text": "", "node_link_target": 0, "image_count": "", "video_count": "", "page_count": "", "lite_press_x_close": "press \x3ca href=\"#\" onclick=\"hideLightbox(); return FALSE;\"\x3e\x3ckbd\x3ex\x3c/kbd\x3e\x3c/a\x3e to close", "download_link_text": "", "enable_login": false, "enable_contact": false, "keys_close": "c x 27", "keys_previous": "p 37", "keys_next": "n 39", "keys_zoom": "z", "keys_play_pause": "32", "display_image_size": "", "image_node_sizes": "(\\.thumbnail)", "trigger_lightbox_classes": "img.inline,img.flickr-photo-img,img.flickr-photoset-img,img.ImageFrame_image,img.ImageFrame_none,img.image-img_assist_custom,img.thumbnail, img.image-thumbnail", "trigger_lightbox_group_classes": "", "trigger_slideshow_classes": "", "trigger_lightframe_classes": "", "trigger_lightframe_group_classes": "", "custom_class_handler": 0, "custom_trigger_classes": "", "disable_for_gallery_lists": 0, "disable_for_acidfree_gallery_lists": true, "enable_acidfree_videos": true, "slideshow_interval": 5000, "slideshow_automatic_start": 1, "slideshow_automatic_exit": 1, "show_play_pause": 1, "pause_on_next_click": 1, "pause_on_previous_click": true, "loop_slides": 0, "iframe_width": 600, "iframe_height": 400, "iframe_border": 1, "enable_video": 0 }, "views": { "ajax_path": "/views/ajax", "ajaxViews": [ { "view_name": "Galerie", "view_display_id": "node_content_1", "view_args": "112", "view_path": "node/112", "view_base_path": "node/112", "view_dom_id": 1, "pager_element": 0 } ] } });
//--><!]]>
</script>


I dont know if it help... please what is wrong?

Nnet’s picture

ok I know why it isnt working...

IE cant read JS :( But why?

Details of the error on the website

User agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322)
Timestamp: Fri, 11 Dec 2009 12:52:00 UTC


Messege: Wrong property value.
row: 183
character: 5
code: 0
Identifikátor URI: http://animatori.prostejov.cz/sites/all/modules/lightbox2/js/lightbox.js?h
Nnet’s picture

Forget on it im use another modul... shadowbox. And it is work fine :)