Messageboard

634 comments into the game, a new forum is up for discussing modifications, features, troubleshooting, etc. related to the Lightbox scripts. You can find it here: Huddletogether.com Forum

Better late then never? The forum is run with Vanilla, a web forum created by the team over at Lussumo.

May 22, 2006
Mel Enriquez De Real

please help me sir in using lightbox….

i want to make the floating div be loaded right away once i visit the page….
do i have to call some method in the script?…

thank you sir for asap reply

May 22, 2006
Christopher Schmidt

Lokesh! One of these days I’ll find out where you live and drag you out for drinks. We can reminisce about old wedü times.

Saw your name on BarCampBoston wiki and decided to wander this direction.

May 24, 2006
Stuart Lees

Hello Lokesh, I am a student in England wanting to delve into php and blogging. I was wondering is there any advice or sources of information you could guide me toward in order to create a message-board like this one?

May 24, 2006
lokesh.b

Hello lokesh.

hello my name also lokesh from india in bangalore. lokesh
i will ask to you your good direction for one good job.or your any type of help i will window. pls you infor me lokesh one job in any type of wark i will do very confidence and very hard wark.pls youmail meiam waiting for your
answer. my qualification is 10+2( iti electronics tecnical industrial training ).

May 24, 2006
Helping Hand

Christopher Schmidt: For a moment there I thought you were Christian Schmidt! http://www.christianschmidt.com/ One of my idols…

Stuart Lees: Ah, a fellow Brit. This blog is built on Wordpress - a fantastic blog CMS that you should definately look into. Easy to set up and and a joy to customize: http://www.wordpress.org.

Hope that helps.

May 24, 2006
Stuart Lees

Legendary. Cheers

May 26, 2006
70judge

UGGG! There is no link back to the main site form the message board! How could you!

May 27, 2006
mary

lokesh! cubs lost today! total bummer. visiting is a must! im moving to city.

May 31, 2006
Wookiee2cu

Just came across this the other day on DynamicDrive.com, this is killer!
The look, feel, and interaction is just what I’ve been looking for. I have one question though. Is there a way to have the nextlabel.gif and prevlabel.gif constantly viewed? By this I mean as soon as the image loads, so do these buttons instead of having to move the mouse over the image to get them to appear. Thanks for any advice that you might have! Again, great job!

Jun 4, 2006
Donnerschlag

Little something I saw:

http://www.minitokyo.com/

Jun 7, 2006
Bill R

Any word on the progress Lightshow’s development?

Jun 8, 2006
Anonymous

df

Jun 12, 2006
Christopher

am trying to get the lightbox permanately embedded in a webpage as opposed to having it as a sometimes image gallery. Anyone know how to do this ?

Example : detrus.nivr.net

Thank you.

Jul 27, 2006
Krux

Lightbox is great! I’m using it on my personal website. Thanks for such a great product!

Aug 24, 2006
Mark

Vanilla just released Vanilla 1.0.1 - you may want to consider upgrading. There are a ton of new addons for the new version that are pretty neato.

Aug 25, 2006
sebastian

just wanted to know that qwilm’s almost the neatest theme i’ve seen. Thanks!

Aug 28, 2006
rene

HELP PLS. Is there a way to change the top offset of Lightbox 2 to a lower position on a page? Changing lightbox.css does not work.

Aug 30, 2006
Kris Bowen

Has anyone figured out how to keep the prev and next images on the photos all the time? My visitors are confused!! Please email me!

Thanks,
Kris

Sep 4, 2006
Denis

shall lightbox opens an html file???

Sep 4, 2006
fgsdfg

sfgfsdf

Sep 4, 2006
sdfasf

adffasfsdf

Sep 8, 2006
eros

test

Sep 11, 2006
Zeb

Hi!

You might think I’m out of my mind, but is it possible to set the time for the loading.gif to show?
I have kind of small images, and the loading bar is shown for just a few ms., so I miss out the whole cool loading feature :(

Thanx for your help!!!
AND FOR LIGHTBOX!!!

Sep 14, 2006
ease

lightbox is very good . 3Q.

Oct 26, 2006
Antonio

I have just downloaded lightbox, and I inserted it into my site, but it is not working properly. I have a flash masthead, and the masthead cuts off the top of the picture. I was wondering if there was any way that I could make the masthead stay in the background, or if I could make the picture appear lower on the page.

Can someone please tell me how to do it

Thank you

Oct 27, 2006
Vishal Charan

Hi Mate, i want to thank you for sharing lightbox v.2. Its a wonderfull script.

Keep up the good work which help juniors like us.

thanks again

Nov 2, 2006
ghj

vbn

Nov 6, 2006
Safder Ghauri

Changing It in slide show is so simple
just add these lines
if(imageNum!=imageArray.length-1)
{
window.setTimeout(”document.getElementById(’nextLink’).click();”,5000);
}
in changeImage: function(imageNum)
enjoy
Safder Ghauri

Dec 27, 2006
luce

first off let me start by saying thank you for the awsome scrip

second can you please help me figure out why i cant get it to work properly
it keeps loading in the bottom of my page when i upload my files online to my host. On my pc it works fine it loads up right in the middle making everything fade away.

i can post up my code if needed. has anyone else had this problem?

Dec 27, 2006
luce

never mind i found the solution it turns out that dream weaver messed with the css and it had two different css things i fixed it =)

now if i could only figure out how to make the image that pop’s up into a link that someone could follow that would be awsome

Dec 28, 2006
Willem

Hi,

It seems that I have a tiny problem with lightbox (can’t get it work properly). Take a look at: http://www.gerritsgendt.nl/pivot/entry.php?id=9&t=entrypage_foto.html

When I click the image, the black overlay appears but the image opens below the black area instead of on it.

How can I solve this? I hope someone can help me, because I really need this to work. The css (for lightbox: see at the end of document): http://www.gerritsgendt.nl/pivot/templates/mojito_structure.css

Thanks in advance!

Willem

Jan 1, 2007
htnxoyqi udvmi

nxvktzs kxuqsd cqlyepnr okuwqi onlhug sancmkh buldcf

Feb 22, 2007
Wannette

Hey guy! I have a problem…maybe you could help me out??? I am trying to use a font that I’ve downloaded using FTP client for windows…I haven’t a clue how to use it throughout my website. Can anyone help??? Do I need a script in the section or should it just automatically work? I’m new to this stuff so bare with me…

Mar 9, 2007
Mark

Hi,
I need to open lightbox with javascript, I have a string named strPage that contains the php page I would like to open in the lightbox. This is being called from within a wysiwyg editor. My attempt has been:

//open in lightbox
var lb = document.createElement(”a”);
lb.href = strPage;
pop.activate();

Any feedback? Thanks…

Mar 9, 2007
Mark

-woot-
that code was:

//open in lightbox
var lb = document.createElement(”a”);
lb.href = strPage;
pop = new lightbox(lb);
pop.activate();

I have had some trouble with the HTMLArea.prototype of the wysiwyg editor which I think I have overcome…

Mar 22, 2007
Alejo Padilla

Hi, I don’t write english very well but I try.

I’m from Costa Rica, Central America. I’m just beginning in graphic design and change the Web Page of my family, I use your lightbox2, is I magnify and i don’t have any problem!!!.

Thanks to offer us the tools to improve.

BR

May 22, 2007
Stephan Happ

I have a strange problem with lightbox in firefox. The image loads well, but than disappears immediately after having loaded. Maybe someone can help me. The site I’m working on is www.kleinehaie.net. It’s a small customers project.
Regards from Germany

Steph

Jun 11, 2007
Brian

Is there a way to launch your script from within a flash file?

Jun 23, 2007
Andy

There’s a slight delay for the Prev and Next button to show. Majority of my members complaint to me that they have to close the window and select the next image. But I told them there’s a Prev and Next button.

Is it because the image is loading or is it because of the code?

Aug 28, 2007

i installed lightbox and it worked great for a few days on all browsers. for some reason after i made some minor image changes, lightbox no longer worked. the site is www.brandonlee.us >click on the portfolio section. it works fine in IE… but not firefox or any MAC browsers. http://www.brandonlee.us/portfolio_gd1_goodLife.html is a direct link to an example.

help, please

bl

Add Comment