Board index PBase HTML and Style Sheets New look for root galleries

HTML and Style Sheets

New look for root galleries

Customize your galleries.
aj
 
Posts: 16


Post Thu Jun 15, 2006 7:21 pm


I know i don't have many images up yet. But I've been spending a lot of time working on the gallery apperance.

Thanks Luis Borruel & Matias Asun Hamel

This is what I have so far.
http://www.pbase.com/aj

AJ

matiasasun
 
Posts: 1493


Post Thu Jun 15, 2006 9:34 pm


You´re welcome. :D
Matias
Matias, Chile - http://www.pbase.com/matiasasun
Resources, HOWTOs, Samples and more! - http://pbasewiki.srijith.net/

andrys
 
Posts: 2701


Post Thu Jun 29, 2006 8:39 am


cjburianek wrote:variation on Luis' design - it seems to be working.
http://www.pbase.com/cjburianek
Note - you don't have to use all the same size photos :)

Thanks again Luis on the Javascript!


Luis: that's terrific
and CJ : a wonderful implementation ! Not to mention you have
a great side menu.

Inspiring (and freeing too)

flemmingbo
 
Posts: 435
Location: Denmark, Copenhagen


Post Thu Jun 29, 2006 9:17 am


I agree CJs implementation is incredibly nice looking. Great design.

I want to include a small slideshow on my root page, but haven't found the time yet. Also I can't quite figure out how I want to design it, I like how my root gallery looks now - http://www.pbase.com/flemmingbo - and have been trying to come up with a design that would incorporate the slideshow and a small menu as well.
Ideas are welcome, I seem to have run out :lol:

regards,

Flemming
Flemming Bo Jensen Photography
Gallery: http://www.pbase.com/flemmingbo
My photography blog: http://flemmingbo.wordpress.com

lord_of_the_badgers
 
Posts: 440


Post Sat Aug 05, 2006 8:22 am


jeffreyk wrote:My new look. Contains flash so it may be slower for dialup users.

http://www.pbase.com/jeffreyk/root



for me, that's the nicest so far.. yeah like you say, it's a little slow, but that's ok, worth the wait as there's some fantastic images in there.

whilst i very much admire the technical proficiency of the other guys' work, i personally don't like the busy look of some of them. Sorry to be the lone voice in that, but i would rather the images were the main thing, not a bio or latest news.
We seem to be lauding people for a good design, actually we're lauding them for their ability to code/use code well.

Don't let coding get in the way of your pics please people...

Just a provoking thought, hope i don't get flamed too much! :)

chris_garden
 
Posts: 6


Post Sat Aug 12, 2006 3:28 am


Does anyone know how to randomise the order of the images in an html slideshow?

Thanks

jeffreyk
 
Posts: 92

Thanks

Post Mon Aug 14, 2006 2:15 pm


Thanks lord_of_the_badgers, I have always perferred simple designs to make the content take center stage. I think i did okay this time around, but my next revision should smooth out some of the rough spots, lol whenever I get around to that :) I must say I really like yours, and your photos are amazing. I have visited your gallery many times before and I am always impressed. So I am happy you like my site. Thanks again.
-----------------------------------------------------------
Jeffrey Klassen
http://www.JeffreyKlassen.com // http://www.enslavedlight.com/ <- My new gallery

kerrym
 
Posts: 311

Wow

Post Wed Aug 16, 2006 8:29 am


This is fantastic! And thank you for making it available to us.

Not sure if it's been explained before, but a slight hiccup for me...

Here's my board here: http://www.pbase.com/kerrym/kc
My last image is kind of sticky, and doesn't load properly. Have I got something out of kilta would anybody know? I'll post here the coding which is around the images - I hope that's enough. The last one has "rovinj" in it, is that correct?

Code: Select all
var slideCache = new Array();

//the files to be shown

var imageFiles= "http://www.pbase.com/kerrym/image/65139143.jpg;"+

"http://www.pbase.com/kerrym/image/65139142.jpg;"+

"http://www.pbase.com/kerrym/image/65139145.jpg;"+

"http://www.pbase.com/kerrym/image/65139140.jpg;"+

"http://www.pbase.com/kerrym/image/65139139.jpg;"+

"http://www.pbase.com/kerrym/image/65139144.rovinj.jpg";

function blendimage(divid, imageid)

[/url]
Kerry Mitchell NZ
http://www.pbase.com/kerrym

annayu
 
Posts: 488


Post Fri Aug 18, 2006 5:09 pm


Thank you everyone for the generous help and code. I spent a few hours today and redid my root gallery too.
:)
http://www.pbase.com/annayu

elmhurstsportsphotos
 
Posts: 9

New site

Post Fri Aug 25, 2006 1:11 am


Well I too would like to thank nostromo for the guidance in getting my site up and running. I took the instructions and with a little tweeking my site is up and running:

http://www.elmhurstsportsphotos.com

Thanks also to everyone that posted little tips and help. I have never done anything like this before, but your assistance made it "fairly" easy.

Thanks!!
Mike

kenji1
 
Posts: 10

just updated my gallery appearance

Post Mon Aug 28, 2006 8:29 am


specially thanks to luis. his generous help make everyone improving the accounts easily and looking nice.

http://www.pbase.com/kenji1

tim32225
 
Posts: 89

Need Help Hiding the Gallery Title

Post Wed Aug 30, 2006 7:30 pm


I know this should probably be easy, but I'm stumped. I read the instructions below that were posted earlier, but I cannot find any 'gallery header' info in the style sheet. I also checked the javascript and I don't see it there either. I'd like to remove the gallery title from the page since I've uploaded a jpg file to serve as the title at the top, but I need some help figuring out how it can be done.

I am still tweaking my test page and I have not actually changed my home page yet. If anyone wants to take a look at it and make a suggestion as to how I can remove the "Test Gallery 001" title, I would sure appreciate it.

Thanks..... Tim

http://pbase.com/tim32225/testgallery001


bobot wrote:try inserting this code on the top of your CSS. Remove the DIV.galleryheader portion in the middle of your CSS so that the inserted code will not be overridden.


table
{
margin-top :-35;
margin-bottom: 10px;
}


DIV.galleryheader {
width : 90%;
margin : auto;
border-style : solid;
border-width : 2pt;
border-color : #222222;
text-align : center;
font-size : 10pt;
display : block;
}

div.galleryheader Table
{
display : table;
}


DIV.thumbnails TABLE
{
display : table;
margin-top : 15px;
margin-bottom : 3em;
}



I hope this will help

tim32225
 
Posts: 89

One issue remaining in root gallery

Post Thu Aug 31, 2006 6:10 am


Well, just to follow up on my earlier post, I finally got enough of it figured out to make the changes in my root directory.

There are still a couple outstanding issues, with the main one being figuring out how to roll some of the blank grey space at the top of the directory off the top, so that my title image sits closer to the top of the page.

Thanks to all who have posted here, as I have picked up tid-bits of help from various posts. If anyone can help me with my last outstanding problem, I would appreciate it.

Thanks,

Tim

http://www.pbase.com/tim32225/root

johannes_tallroth
 
Posts: 9


Post Thu Aug 31, 2006 12:47 pm


Used Luis Borruel´s wonderful CSS and slideshow script, and customized it quite a bit.

Here´s how it came out: http://www.pbase.com/johannes_tallroth

Thanks Luis Borruel for your wonderful work, and thanks for sharing it!

//Johannes

adamstw
 
Posts: 104

thanks much Luis

Post Sun Sep 03, 2006 10:09 am


I also have used Luis Borruel 's script and applied it to my root page:
http://www.pbase.com/adamstw

Luis, very nice of you to share your work with us all.
Thanks again very much!
Randy A
Taiwan

edit: note to Tim...your site looks great...just for anyone wondering, to remove the title, just leave the "title" box blank on your editing page.

PreviousNext

Board index PBase HTML and Style Sheets New look for root galleries

Who is online

Users browsing this forum: ClaudeBot and 0 guests