Search found 6 matches

Go to advanced search

by Cpt.Nemo
Sat Dec 10, 2011 10:44 am
Forum: Highslide JS Usage
Topic: Dealing with missing images
Replies: 11
Views: 15751
 
Jump to post

Re: Dealing with missing images

RoadRash wrote:IÔÇÖm sorry, but changes inside the js file is outside our customer support.
But please feel free to try at your own.
:) I mean .. For next version of ur product :) I think, I'm not alone who need solution of this problem ... So, why use hook when u can update ur product for all ...
by Cpt.Nemo
Fri Dec 09, 2011 8:14 am
Forum: Highslide JS Usage
Topic: Galleries don't appear after adding more of them
Replies: 4
Views: 2343
 
Jump to post

Re: Galleries don't appear after adding more of them

[09:02:13.519] GET http://iamliane.com/graphics/loader.white.gif [HTTP/1.1 404 Not Found 188ms] [09:02:13.519] GET http://iamliane.com/graphics/loader.white.gif [HTTP/1.1 404 Not Found 188ms] [09:02:13.552] GET http://iamliane.com/highslide/graphics/outlines/drop-shadow.png [HTTP/1.1 304 Not Modifi...
by Cpt.Nemo
Wed Dec 07, 2011 9:38 pm
Forum: News
Topic: Showcase
Replies: 74
Views: 778497
 
Jump to post

Re: Showcase

It is my implementation with our image slider. Czech language. Warning: erotic shop :D http://www.sexshopik.cz/fun-factory-classic-naramky-s-knoflicky-6947/ (No sex toy link, gallery) http://www.sexshopik.cz/baterie-cr1220-3v-alkalicka-7603/ (No sex toy link, single image) See difference between IE ...
by Cpt.Nemo
Tue Dec 06, 2011 10:42 am
Forum: Highslide JS Usage
Topic: Dealing with missing images
Replies: 11
Views: 15751
 
Jump to post

Re: Dealing with missing images

Is it possible to add onnerror handler to

Code: Select all

imageCreate : function() {...
And Error message to hs.lang? Because in this hook is server asked for 1 image twice ...
by Cpt.Nemo
Tue Dec 06, 2011 10:33 am
Forum: Highslide JS Usage
Topic: Dealing with missing images
Replies: 11
Views: 15751
 
Jump to post

Re: Dealing with missing images

Ahh, little mod for IE 7+ hs.Expander.prototype.onInit = function() { var exp = this; setTimeout(function() { tmpImage=new Image(); tmpImage.onerror = function(source){//must be before .src, ask M$ :( alert ('Omlouv├íme se, do┼ílo chyb─ø, obr├ízek nenalezen'); exp.cancelLoading(); tmpImage.onerror =...
by Cpt.Nemo
Tue Dec 06, 2011 9:41 am
Forum: Highslide JS Usage
Topic: Dealing with missing images
Replies: 11
Views: 15751
 
Jump to post

Re: Dealing with missing images

What about this one? hs.Expander.prototype.onInit = function() { var exp = this; setTimeout(function() { tmpImage=new Image(); tmpImage.src = exp.src; tmpImage.onerror = function(source){ alert ('Omlouv├íme se, do┼ílo chyb─ø, obr├ízek nenalezen');//Sorry, image not found. exp.cancelLoading(); tmpIma...

Go to advanced search