Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 06:52:34 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149621 Posts in 21098 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 ... 9 10 [11] 12   Go Down
Print
Author Topic: ImageFlow including Highslide and Lightbox module  (Read 51040 times)
FrankH

Offline Offline

Posts: 735


WWW
« Reply #250 on: April 20, 2010, 01:42:27 PM »

I was a very happy user of ImageFlow.
Now I created another page of type ImageFlow, and here I get no preview pictures.
Others had the same problem, but for me it neither works with shadow pixel nor with shadow %.
And the image names do not have a whitespace.

What could be the reason for the first page working and the next one not with this module?
Logged

Ochs und Esel in ihrem Lauf
halt ich leider auch nicht auf
aldus

Offline Offline

Posts: 1238


« Reply #251 on: April 20, 2010, 02:06:38 PM »

Hello Frank

Quote
And the image names do not have a whitespace.

Other critical chars (like "+","\", "¿","..", "-") or spaces in the foldernames?
Permissions inside the media-folder? Images are jpg2000? Are the preview-files are generated?
GD-Lib version? PHP 5.3? German umlauts? Files are upload via WB-Backend or FTP (owner) ?
Example link to see something?

Regards
Aldus
Logged
FrankH

Offline Offline

Posts: 735


WWW
« Reply #252 on: April 20, 2010, 02:28:15 PM »

Hello Aldus,

Other critical chars (like "+","\", "¿","..", "-") or spaces in the foldernames?
No

Permissions inside the media-folder?
Full

Images are jpg2000?
IrvanView just says they are JPEG

Are the preview-files are generated?
No

GD-Lib version?
? Where do I find it?

PHP 5.3?
PHP 5.2.6

German umlauts?
No

Files are upload via WB-Backend or FTP (owner) ?
via Windows Explorer onto the W2K8 server wink

Example link to see something?
Sorry, this is an Intranet, no way through the Firewall.
Logged

Ochs und Esel in ihrem Lauf
halt ich leider auch nicht auf
aldus

Offline Offline

Posts: 1238


« Reply #253 on: April 20, 2010, 02:43:01 PM »

GD-Lib version?
? Where do I find it?

Code:
<?php
phpinfo
();
?>


But i think it's still 2.x or newer ... hm ... next round:
ImageFlow Module Version? Where from?

Regards
Aldus
Logged
FrankH

Offline Offline

Posts: 735


WWW
« Reply #254 on: April 20, 2010, 02:56:01 PM »

OK, it says
GD Version    bundled (2.0.34 compatible)


ImageFlow Module Version?
0.75

Where from?
AMASP

I just copied an image from the directory which works to the other one, and now I do also have an preview for this single picture. So there seems to be a problem with the new jpg files. They are from another camera, all larger than 1 MB in size.
What exact requirements do the images need to meet?
Logged

Ochs und Esel in ihrem Lauf
halt ich leider auch nicht auf
aldus

Offline Offline

Posts: 1238


« Reply #255 on: April 20, 2010, 03:03:10 PM »

Hello Frank

Ups - Jpeg > 1 MB? Pretty mutch, i guess ... i've always got problems within less compressed
images within more then 1024 px width ... so i would downsample them before (e.g. via photoshop action)
to e.g. 800x600 on 72dpi ... wink

Regards
Aldus
Logged
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1680



« Reply #256 on: April 20, 2010, 03:08:44 PM »

Hi,

I had simular issue with portfolio module. So I was digging on google a little..

It seems that pictures with larger quality and resolution can not be processed with GD. They pass php upload file size (eg. 2 mb), but when you upload picture for example from camera, they may exceed server's memory limit per request (ussually 8 or 16 mb). You can roughly calculate how much memory picture requests = W x H x Quality..

I hope this helped..

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
FrankH

Offline Offline

Posts: 735


WWW
« Reply #257 on: April 21, 2010, 06:41:04 AM »

Thank you for those answers.
Shrinking the pictures did the trick smiley

BTW, there is a large amount of unused space wasted below the slider.
How do I move the slider more downwards?
Logged

Ochs und Esel in ihrem Lauf
halt ich leider auch nicht auf
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #258 on: June 02, 2010, 11:06:43 AM »

I'm trying to implement the Imageflow in this website: http://www.frankperkins.co.uk/cms/home.php

A few issues though:

  • How do I increase the quality of the thumbs? I set it to 100 but still they're really grainy...
  • I can't seem to get the height set correctly of the div that I placed the imageflow in, it keeps overlapping the text below.
  • The lightbox doesn't seem to work - images are not cliackable. I have this enabled in the admin panel and have installed the lighb ox mod seperately.

Any ideas of what I'm doing wrong?

Thanks!

Konrad
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #259 on: June 02, 2010, 11:25:49 AM »

You have set the images to 100px, but the div height to a higer value (350?)
They should be the same for optimal resizing.
Doing a resize to 350 gives a good clear picture.

The lightbox is working too, but for some reason (CSS) only if you click on the very top (5px or so) of the image.

So.. you are halfway there smiley
Logged

Professional WebsiteBaker Developer
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #260 on: June 02, 2010, 11:42:36 AM »

Thanks so much for your help Ruud, setting both to 350 really worked well. The lightbox also does work in IE but not in FF?!?!? Any ideas?

So now really the only thing it to get my CSS sorted - the imageflow doesn't like my div that I placed it in:

Code:
#images {
position: relative;
float: left;
height: 400px;
width: 920px;
}

.clearall {
clear: left;
}

#copy1 {
position: relative;
float: left;
width: 450px;
padding-right: 20px;
text-align: justify;
}

#copy2 {
position: relative;
float: left;
width: 450px;
text-align: justify;
}

Any thoughts anyone?

Thanks,

Konrad
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #261 on: June 02, 2010, 12:22:49 PM »

Imageflow uses an internal div with the id "images".
Rename your outer <div id="images"> (in html and css) to something else, and it will work.
Logged

Professional WebsiteBaker Developer
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #262 on: June 02, 2010, 12:27:29 PM »

Perfect, thanks, that's done it!  grin

Logged
oletimadhu

Offline Offline

Posts: 1


« Reply #263 on: June 29, 2010, 02:26:33 PM »

Hi,

This is an excellent component. I need one help from the developers,can i place any timer to scroll the images.
I mean that i want both scroll view and timer. Can any one knows how to do?


Please help me
Logged
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #264 on: July 06, 2010, 09:27:38 AM »

Hello again - the client is delighted with the use of imageflow on his website http://www.frankperkins.co.uk but was wondering if it is possible to start with the center image so that there is an equal amount of images to the right as well as the left of the center image when you open the page.

He feels it would look better if there wasn't the empty space to the left of the image flow.

Any idea of this is possible?

Many thanks,

Konrad
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #265 on: July 06, 2010, 09:58:53 AM »

This thread is a bit long Smiley

Here is your solution:
http://www.websitebaker2.org/forum/index.php/topic,10460.msg67063/topicseen.html#msg67063
Logged

Professional WebsiteBaker Developer
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #266 on: July 06, 2010, 12:42:48 PM »

Thanks Ruud, works a treat!
Logged
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #267 on: July 09, 2010, 04:01:10 PM »

Hello all, not sure if this mentioned somewhere else in this thread - indeed it is getting a bit long to trawl through - but I've tried to have square images for the imageflow (thumbs) and other formats (landscape / portrait) for the actual main full size images themselves. I di this by creating a square full size image and uploading this. The mod then creates the thumbnail automatically from that including the reflection. I then uploaded an image with the exact same name but different size (portrait) hoping this would overwrite the main image but leave the thumbnail image intact.

Unfortunately the thumbnail image is generated again when reloading the page. Is there any way that I can change this? Or is there any other way to come to the same solution?

Many thanks!

Konrad
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #268 on: July 09, 2010, 10:32:14 PM »

Using the cache option, you should be able to replace the thumbs that are generated.

The thumbs are looking something like: refl_0606d7716b0bd2 663b3d1f383c8e7927_ image.jpg

As long as the thumbnail file timestamps are newer than the image those images should be used.
Logged

Professional WebsiteBaker Developer
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #269 on: August 05, 2010, 01:21:21 PM »

Thanks Ruud, finally got round to doing this and all images are now online how the client want's them: http://www.frankperkins.co.uk/

Thanks again for your time & advice!

Konrad
Logged
Abenaa

Offline Offline

Posts: 226


« Reply #270 on: August 28, 2010, 01:22:45 PM »

Hi, the module looks great. But unfortunately, it is not valide and the validator shows hundred of errors. Or is there any newer version than this one?

http://www.websitebakers.com/pages/modules/image-galleries/imageflow-hi-and-lb.php
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #271 on: August 28, 2010, 09:53:11 PM »

The way these kind of modules work (i.e. including script/style in the body) they will never be fully valid.

There could be some simple improvements, and it might even generate less errors than the most requested pages on the internet (like www.google.com).
If you really want, just modify your module view.php until you are happy with the amount of errors left.
Logged

Professional WebsiteBaker Developer
FrankH

Offline Offline

Posts: 735


WWW
« Reply #272 on: August 29, 2010, 07:59:08 AM »

The way these kind of modules work (i.e. including script/style in the body) they will never be fully valid.

This is nonsense. There are rules, and if you learn and know them, you can always write valid code.
Logged

Ochs und Esel in ihrem Lauf
halt ich leider auch nicht auf
Abenaa

Offline Offline

Posts: 226


« Reply #273 on: August 29, 2010, 04:21:12 PM »

Well, meanwhile I´ve got it valide now. The main problem for me was that the imageflow.css und the lightbox.css were written into the <body> instead of the <head>. I removed this code from inc_imageflow_lb.ph p and put it manually into the <head> of my template. Besides there were a few changes to do in the view.php. But now it works fine.
Logged
Paul - Westhouse IT

Offline Offline

Posts: 63


WWW
« Reply #274 on: August 01, 2011, 04:02:42 PM »

To glide to centre image:

In imageflow-lb.js around line 300 replace the line:

//      glideTo( -xxx, x);

with:

      var middle = Math.floor((array_images.length)/2);
      var middlex = -150 * middle;
      glideTo( middlex, middle);
Logged

Westhouse IT - Professional WebsiteBaker developers for hire.
Pages: 1 ... 9 10 [11] 12   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!