Pages (5):    1 2 3 4 5   
Member
Member
AlexWilson   26-03-2008, 04:53
#21

Current version:
http://alexwilson.dyndns.org/filez/galleria05.zip
Live:
http://alexwilsonphoto.com/

As for the IE6/PNG problem, I figured out why pngfix.js wasn't working -- it just runs once on page load, so it doesn't help with dynamically loaded images like jCarousel. Right now, IE6 makes about 30% of the browsers -- sizeable, but I'm probably going to ignore that problem for a bit. The easy solution at this point is to just make non-transparent arrows the match my background.

I've also seen intermittent problems where the thumbs load up in the jCarousel scroller either stretched or at a funny offset. Not sure what the cause of that is, I've only had it happen in IE on my machine, but I've seen in in both IE and FF on others. Odd. Any insight from anyone on how to solve that would be most appreciated.

Other than that, things seem to be working well. A few other notes/warnings:
-I haven't yet really cleaned up the code at all, so CSS is spread all over the place, hardcoded links, hardcoded image sizes, etc.
-Don't expect image.php, archive.php, or search.php to look nice or maybe even work -- I'm not using them on my site at the moment, so I haven't touched them.
-I've got my gallery set to use 600px images, and 85x85 thumbs.
-I also have the images and subalbums per page limit set to 999.
-Comments, ratings, and search are off. You'll also have to keep it set on the dark theme colour setting.

Member
Member
titou   07-04-2008, 14:31
#22

Wow, beautiful theme !
I try it and everything is ok with ie, but with firefox i've got errors when i try to change photo (when i click "next" i've got an error in the url (i've got in the url "#undefined" instead of "#img002.jpg").

And you missing to join "jquery.hotkeys.js" on your package
Sorry for my bad english !!)

Thanks again, and I hope you will be update your theme !

Member
Member
AlexWilson   07-04-2008, 14:46
#23

Hmm... not sure about the Firefox issue -- I do all of my development testing with FF, so I'm not sure why it isn't working for you and IE is. Is your installation on a live server I can see?

You can grab the hotkeys script from here until I do my next update:
http://code.google.com/p/js-hotkeys/

Member
Member
titou   07-04-2008, 16:49
#24

With more test, I think that there are some problem with file name.
You can see the bug on this adress:
http://www.titou.biz/testzen/Tour_du_Viso/Viso5/#/testzen/albums/Tour_du_Viso/Viso5/viso_%202007-08-02_14.39.38.jpg
when you click on "next" or previous, you have the error.
With IE it's look ok

But again, it's a beautiful theme ! Congratulation!!!

Member
Member
AlexWilson   07-04-2008, 16:56
#25

Yeah, I think it's the spaces in the file names (I never have any)... It might be a problem in the original Galleria script, I'll have a look at it for the next version.

Member
Member
olihar   07-04-2008, 23:15
#26

I just tried the theme to see what it was all about. I havent looked that much into the code however I have a question.

Is google maps compatible with this theme, or is it completely off or does it have to be changed alot. And yes, Comments are they off as well.

Great work with this one, keep up the good work.

Member
Member
AlexWilson   07-04-2008, 23:37
#27

Since I've been primarily tweaking it for my own use, stuff like comments are pretty much ripped out.

Not sure how much work would be required to get comments or maps or other image-specific stuff working -- the theme is really driving off of album.php, and image.php isn't even used. That means I'd expect I'll have to jump through some hoops to get any image-specific stuff working. I'm thinking it'll meaning storing all that sort of info in JavaScript -- possibly making a custom callback function that the image switch event can call and then re-populate areas of the page as needed.

Member
Member
sbillard   07-04-2008, 23:51
#28

The way I dealt with image related stuff in the simpleviewer personality of Effervescence+ was to provide a link on the flash display to take the viewer to the imaage page for "more information". Don't know if you can do that, but it makes it much simpler to allow image comments, etc.

Administrator
Administrator
acrylian   08-04-2008, 09:01
#29

AlexWilson: Please let us know when you think that the theme is ready to be added to our themes page.

Member
Member
macalter   08-04-2008, 16:28
#30

Okay, I'm going to be kept up all night trying to make my site look 1/3 as good as AlexWilson's :) Just loading the "other/urban" pics while I type this.

Boo hoo, I'm not seeing any images, just black "thumb squares".

Member
Member
raraleung   09-04-2008, 05:12
#31

Hi, I have just installed this theme and I would like to know if this theme can include the photo descriptions, rating, users' comments and exif data or not.

Thanks.

Member
Member
raraleung   09-04-2008, 10:54
#32

And also having slideshow function?

Member
Member
AlexWilson   09-04-2008, 13:51
#33

My current version just supports titles and tags (I use the tags for the image alt attribute, and both the title and tags together for the title attribute, hopefully to help with SEO).

Adding descriptions/rating/comments gets a little tricker if you want them to show up on the album view page. If you want to change the image link to go to image.php, then you can have all that stuff there no problem. Getting it to work on the album page will require some fancier JavaScript/AJAX work -- but since I'm not planning on using comments/ratings/etc. myself, it's low priority.

Slideshow is something I am interested in adding. I don't think it's going to be too hard, I just need to figure out what sort of controls it needs and where to stick them. I'm going to try to have that for an upcoming version.

Administrator
Administrator
acrylian   09-04-2008, 14:32
#34

Slideshow is not very hard to add. It's designed generic as a dark to black grey page with basically just the image to fit for all. Since slideshow is a plugin, you'll have to use the nightly for this. Just install the plugin and copy slideshow.php from any of the default themes to your theme. All you have to do then is to add thte slideshow link to your page (works from album and image pages).
See our already updated functions guide or the plugin file itself for more info about options.

Member
Member
raraleung   09-04-2008, 14:40
#35

Actually I like your album view page, so don't want to use the image.php. So any clues that I can modify by myself? Is it easy as I don't know much about php.

I have added in the album page but no description can be retrieved. Don't know why.

Administrator
Administrator
acrylian   09-04-2008, 15:58
#36

On the album page there is no imagedesc available, that only works on image.php (in single image context).
That is indeed not that easy if you don't know much about php...

Member
Member
AlexWilson   09-04-2008, 18:38
#37

I've updated my live site with a slideshow now -- it's based on timer code that plugs into jQuery.

Administrator
Administrator
acrylian   09-04-2008, 19:05
#38

Nicely done.

Member
Member
jayray999   10-04-2008, 04:46
#39

Great job. I was thinking do you want to do a bit of a dissolve effect between slides.

Member
Member
AlexWilson   10-04-2008, 05:08
#40

in album.php look for this line:
image.css('display','none').fadeIn(200);
and change number (it's the milliseconds to take to fade in) to a higher value for for a slower fade -- I set mine fast to keep things snappy :)

At least, that's the way it works in FireFox. IE seems more abrupt, not sure if a longer values gives you a better fade with it.

Pages (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.