Hi, I am trying to make an image, also a link... But if I add a "a href" tag around the image, the code breaks... How can I fix this?
@Scott. Its quite easy to do. Just scroll down to the Mousewheel section in the body of imageflow.js and remove the relevant piece of code. If you can't find it I will have a look for you.
Hi, I am using image flow and I just downloaded the code (with the example). Even in the example, the images are broken. The code works but its spinning around broken images. I am using Google Chrome on a Mac running the latest version of 10.6. Why are images broken.
Installation and configuration 1. download 2. Install: unzip to server (see installation notes) 3. configure the path to the scripts, relative to the calling html. In /uzipfolder/imageflow.js, change the reflectPath. Can be relative (ImageFlow_1.3.0/), full URL (http://localhost/slideshow/ImageFlow_1.3.0/) or even absolute file system path (/slideshow/ImageFlow_1.3.0/) 4. configure the path to default image folder from the reflect_.php script: change the imagePath relative to the reflect_.php script. usage 1. call the scripts from the xhtml document's header. 2. display the images in the body: src can be relative to imagePath .
Hi there, Is there a way to disable the mousewheel scrolling of the imageflow? Thank you.
Is the most current version of ImageFlow not compatible with the most current version LightBox2, or is Lightbox2 not compatible with ImageFlow? Either way, what is different to not allow the compatibility?
czczcz
Hey, when creating a gallery, is there an option to add a "new" icon ontop of an existing image? Like when i add a new image to the rotation i would like to announce that it is a new image so people can click it to get more info. if this can be done with other tricks beside changing the whole code please let me know at : eivind (dot) teig (at) gmail (dot) com
Can you remove the image titles from the slideshow and still have a description in Highslide? I mean, remove the title below the thumbnails and keep the text under the full pic? Thank you for your great work!
i like this shoutbox, is free or personal?
Anyone else having problems loading more than 4 different images?
Hello, If there is no longdesc attribute, the click tries to open "null" url, which is not fine. The default implementation of the onClick handler should handle that case. Context: Using TinyMCE to edit the gallery content, it removes empty longdesc attributes. Thanks for the cool script.
First time using this imageflow.. This may sound dumb, but I reallydon't understand which files I need to change to get a white background and white reflections. There are so many css and js files I;m confuse which to change. Please help
a href. its not working. any ideas?
I am trying to make an image a link using
HI, I would like to know about how to add var into ImageFlow script. I want to create onclick window function. So, I have amended imageflow.JS and imageflow.packed.JS. to the following: domReady(function() { var instanceOne = new ImageFlow(); instanceOne.init({ ImageFlowID:'myImageFlow' }); var target_1 = new ImageFlow(); target_1.init({ ImageFlowID: 'target_1,' onClick: function() {window.open(this.url, '_blank');} }); }); However, it didn't load any pics after that, what would be the problem? Thanks for helping.
Hi there. Wanted to ask if it is possible to add a longdesc to the images and open it in an inlineframe? If yes: how?
There is a problem with IE. Buttom of images will cut in IE .For example if you add border to images,the buttom borders will not be shown .
Hi. Very nice script! I have one problem/question: I want to have a wide, rectangular slider in a bigger scrollbar (more height and width). I tried to change the css for the slider to: background-color: #fff; height:14px; width:24px; ... and the css for the scrollbar to: background-color: #b3b3b3; height:14px; ... But the slider goes over the start and end of the scrollbar. Is there another way to handle this problem? The sliderWidth-setting doesn't take me further... Thanks and regards!
is it possible to use hover to trigger the circular mode not onclick?
how can i alter the ImageFlow "Highslide_1" variation so that it also has transparent reflections? right now i'm able to do one, or the other, not both.
I'm evaluating for commercial use; one questions & one comment: Is there any event registration mechanisms & hooks - I need to display some data in another div based on the centered image. Second, I'm using Drupal Imageflow 1.3.0, and there are descrepancies between the packed and unpack js-versions, the unpacked version lists the images vertically...
since some hours image flow did not find the images it yesterday used. ;( - I changed nothing in the articles, in the plugin or anything elso. any suggestions about the mysterious behaviour? - thx. renee
It's impossible to change the onClick behaviour manually... nothing (!) I insert works, not even alert(); Somebody knows how to implement the shadowbox in the imageFlow?
a quick question as well... I cant find the 'reflection_.php' in the download bundle. any ideas where to look for it? thanks a lot.
LOVE ImageFlow! Has anyone resolved the question of transparent reflections in IE8? My reflections fade to black rather. I've set ReflectionPNG to "true" and also tried the local and full paths to the reflect_.php script. No good. Second question: Is it possible to stop the caching or keeping of the images created by the script on the server? I do apologize if my questions are no-brainers to you geniuses! Thanks very much!
Hi! I have a question about ImageFlow .... in case when i try to put it in div container and hide when document ready ...... then i use show method and it's appear with very min height .... but if i hide it manually and then show it's appear at normal size For Example: $(document).ready(function() { $('#open').click(function() { $("#hider").toggle(); return false; }); $("#hider").toggle(); }); /* IMAGES */ Can anybody help me with it? kamnnm@gmail.com P.S. so sorry about my english ^_^
Okay I fixed the broken images problem and now I was wondering if someone could tell me how to make it so my images remain their original sizes and don't get magnified so they are too big and pixely. Again you can see what I'm talking about at http://eternaldawn110.webs.com/testimageflow.htm. Any help is appreciated, thanks.
I am semi-new to javascript and I wanted to use ImageFlow to display affiliates for my site but I am having issues with my images appearing as broken. The link to my page is http://eternaldawn110.webs.com/testimageflow.htm if anyone can help me. Thanks.
how do I integrate it in my xt:commerce shop?
Is it possible to click on the "scrollbarDiv" and make it glide ? Thanks
Is it possible to show Animated .gif images with the animations in the Image Flow gallery live? Thanks
19:17 - It is not showing me the images, I don't know why
Is there any trick with the url??? What should I take as the root? The file I'm trying to invoke the images from, or one of the php used during the gallery construction? Tks and Regards!
how would i add an image to the flow after the page has loaded for example when the user click on a particular link an image is added
Hi. I found it very very hard to implement the ImageFlow the way I want it. It's hard to setup the Images to have an exact size, because it's all relative and procentual. My center image gets interpolated. Haven't figured it out yet.
I finally worked this out by using the excellent Inspect Element facility in Safari's Developer Tools - Internet Explorer and Chrome etc also have versions - to see the code generated on the page. Eg src="Imageflow/reflect2.php?img=../images/image.jpg". Set reflectPath (path from page to reflect_.php eg 'ImageFlow/') and imagePath (path from reflect_.php to images eg '../') in imageflow.js to make the paths right. Ie src="[reflectPath]reflect2.php?img=[imagePath]images/image.jpg".
Okay, so I downloaded all of the pics used in the demo version from the Intro page of this site and I still get the problem. So I can rule out that the pics I am using is the issue. At this point, it seems to be a server issue since the demos on this site don't have the problem. I have tried switching to ImageMagik over GD2 and no change, either. Anybody have any server config ideas for me? Finn are you still alive?
I have one page that stops loading images at the next to last image only in IE8. It works fine on similar pages and I can find no difference in the coding. The page had worked previously in IE8 but now fails. It works fine in every other browser. Can anyone help? The page is: http://naplesmotorsports.com/sales_2010.html
I am having a problem with IE8. Followed the steps in the documentation but the message "loading image 0/4" appears. It's working well in firefox and chrome.
First attempt at posting here failed. So I will try again. I am having a problem with IE8 displaying the images without a "slicing" distortion while scrolling. I am surprised to not see much about it on this list. I have tried 3 different servers. Wampserver on Win7 using PHP 5.2.x. I have a VMWare version of Ubuntu 9.10 using PHP 5.2.x and I uploaded the standard download to a GoDaddy server that is also using PHP 5.2.x. GoDaddy is using Apache 1.1. My other two servers are Apache 2. View the out-of-the-box version downloaded from this site today at: dymaxia.com/x In IE8 the images are slicing. The diagonal lines on the images make it very easy to see. No problems with any other browser including IE6 being run in a VMWare player. What is the fix?

