[jQuery] Re: jQuery lightbox

2009-08-24 Thread Conrad Cheng
Did you declare the path correctly for jquery.js and lightbox.js? On Tue, Aug 25, 2009 at 1:32 PM, Ram... wrote: > > Hi, > > Lightbox is not showing on prod site, but its working on local box > and internet. > > Any idea what may be the problem? > > Thank you, > Ramanjaneyulu

[jQuery] Re: jquery lightbox - ie height problem

2009-04-23 Thread Zeeshan Khan
if u mean the gray background u get when u click the image...it working fine in all the four browsers i tried IE7,FF 3.0,Chrome & safari..if this is not ur problm then cud u give more detail.. Regards; Zeeshan Ahmed Khan On Thu, Apr 23, 2009 at 1:17 PM, Titti wrote: > > Hi, i'm using jquery l

[jQuery] Re: jquery lightbox - balupton question

2008-07-10 Thread C.Everson
On Thu, 10 Jul 2008 15:37:58 -0700 (PDT), balupton wrote: > Did you get this working? If not could you repost it here: > http://plugins.jquery.com/project/issues/jquerylightbox_bal > along with a sample url so I can look at it and see what is going > wrong. Just a note, your demo page: http://w

[jQuery] Re: jquery lightbox - balupton question

2008-07-10 Thread balupton
Did you get this working? If not could you repost it here: http://plugins.jquery.com/project/issues/jquerylightbox_bal along with a sample url so I can look at it and see what is going wrong. On Jun 12, 4:47 am, Matt <[EMAIL PROTECTED]> wrote: > Hi guys, > I'm trying to add lightbox to my page, a

[jQuery] Re: jquery Lightbox Problem

2008-05-12 Thread [EMAIL PROTECTED]
Hi All! I have found out why the lightbox doesnt work on the live site. The site is hosted on Micro$oft Office Small Business site and it reads each file thats uploaded and strips any "potentially malicious" JS code. It must ready the jquery file and lightbox file and think it's malicious for so

[jQuery] Re: jquery Lightbox Problem

2008-05-12 Thread Hilmar Kolbe
Seems like the file on the live-site is broken: http://treetment.co.uk/js/jquery.lightbox.js 2008/5/12 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi All, > > I've recently uploaded a website http://www.treetment.co.uk and I have > used the jQuery Lightbox plugin to scroll through the portfolio >

[jQuery] Re: jQuery Lightbox problem

2008-04-28 Thread Sam Sherlock
Whats it like without prototype perhaps there is a conflict I would try making a simple concept test (a static test page saved from source of you wordpress) put the lightbox demo in and also /test --/demo-lightbox.html <- once this is working --/wp-lightboxtest.html <- you only have to find the

[jQuery] Re: jQuery Lightbox problem

2008-04-28 Thread kirstyburgoine
Hi, I've fixed the file paths by making them absolute (doh! I can't believe I hadn't done that already) but my initial error is still the same. I've tried testing in IE7 as well but instead of getting the nice effect with image over the top of the page it loads the larger image in a new blank page

[jQuery] Re: jQuery Lightbox problem

2008-04-27 Thread Sam Sherlock
i think that for some reason selectors are not functioning always return null afais. try using others browsers after fixing the path. the html looks ok to me but ther is a comment before the open of html tag hth - S 2008/4/28 ripple <[EMAIL PROTECTED]>: > First thing I notice is that your ima

[jQuery] Re: jQuery Lightbox problem

2008-04-27 Thread ripple
First thing I notice is that your image path is broken. Try fixing that 1st and maybe everything else will work out. kirstyburgoine <[EMAIL PROTECTED]> wrote: Hi, I've been using this great jQuery lightbox plugin for a variety of things and its always worked really well. Recently I

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-31 Thread bdee1
ok so actually i ended up tryign out the picasa web albums and it is really nice because it allows you to upload up to a gig or so of photos for free and it lets you change the order of them. so that solved the ordering problem. woo hoo. only reminign question is how to handle the captions. t

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-30 Thread Benjamin Sterling
o is the Object/Array r is for random If the randomized option is set to true, line 224 will "shuffle" the Object/Array. On 12/30/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > ok i think i woudl like to do that - have him append a number to the > beginnign of each file. but i am not sure i follow

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-30 Thread bdee1
ok i think i woudl like to do that - have him append a number to the beginnign of each file. but i am not sure i follow your code on line 223. what are o and r in your function? and what is goign on in this function? bmsterling wrote: > > Well, like I said, as of right now, can do sets, but

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-26 Thread Benjamin Sterling
Change line 193 to: var $a = $('').attr('href',photos[i]['full']['url']); On 12/26/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > ok so the other thing the client was requesting was to be able to get > captions into the lightbox effect. i know that i just need to add the > caption to the title at

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-26 Thread bdee1
ok so the other thing the client was requesting was to be able to get captions into the lightbox effect. i know that i just need to add the caption to the title attribute of the a tags. and it looks like the plugin pulls the flickr caption as the alt tag for the image but how could i have it se

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-26 Thread Benjamin Sterling
Well, like I said, as of right now, can do sets, but if he/she is willing to append a number infront of the file names you can probably do a sort and get it in order. The best place in the code to do that is at about line 223, just swap out the if statement there with your sort code. On 12/26/07,

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-26 Thread bdee1
really? man that could really be a problem for me then. he needs them to be in a specific order. wish i knew that before i started. bmsterling wrote: > > At best, you can set it to randomize the returned json, but with the > current > set up, you can't order it or grab a certain set. > >

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-26 Thread Benjamin Sterling
At best, you can set it to randomize the returned json, but with the current set up, you can't order it or grab a certain set. On 12/26/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > ok so it is working well but the client is asking how he can change the > order > of the pictures. it seems like wit

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-26 Thread bdee1
ok so it is working well but the client is asking how he can change the order of the pictures. it seems like with flickr you can add photos to "sets" and set a specific order, but there doesnt seem to be an rss feed for "sets", only for tagged photos. but there seems to be no way to set the ord

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-23 Thread bdee1
actually i think i just got it working - stupid me forgot to put the tag. bmsterling wrote: > > I looks fine to me, can you send me a screen shot of the issue? > > On 12/22/07, bdee1 <[EMAIL PROTECTED]> wrote: >> >> >> >> ok so i just dropped the code into a site template and it seems to

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-23 Thread Benjamin Sterling
I looks fine to me, can you send me a screen shot of the issue? On 12/22/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > ok so i just dropped the code into a site template and it seems to work > fine > in IE but in firefox, it displays the gallery over and over again with > weird > layout. can youpl

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-22 Thread bdee1
ok so i just dropped the code into a site template and it seems to work fine in IE but in firefox, it displays the gallery over and over again with weird layout. can youplease take a look? the url is http://beta.asset-guardians.com/portfolio.html http://beta.asset-guardians.com/portfolio.html

[jQuery] Re: jQuery LightBox issue in IE7

2007-12-21 Thread Rey Bango
I changed the doctype to match the demo pages and no dice. I thought for sure that would resolve it but it didn't. :P I'm going to remove it to see what effect it has. Thanks for the feedback. Rey Wizzud wrote: Have you tried either completing your doctype with a dtd, and/or removing the d

[jQuery] Re: jQuery LightBox issue in IE7

2007-12-21 Thread Wizzud
Have you tried either completing your doctype with a dtd, and/or removing the doctype altogether? On Dec 21, 2:51 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > Hey Su, thanks for the feedback. Replies below: > > > Following from that, the first thing I'd do is just put back the > > original styling

[jQuery] Re: jQuery LightBox issue in IE7

2007-12-21 Thread Rey Bango
Hey Su, thanks for the feedback. Replies below: Following from that, the first thing I'd do is just put back the original styling from his example page to see what happens. In case you hadn't tried already. I've not tried that but will do it. It's also worth noting that the slidedown div is

[jQuery] Re: jQuery LightBox issue in IE7

2007-12-21 Thread Su
On Dec 21, 2007 12:13 AM, Rey Bango <[EMAIL PROTECTED]> wrote: > So there must be something off with my code. Any help would be greatly > appreciated. Following from that, the first thing I'd do is just put back the original styling from his example page to see what happens. In case you hadn't t

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
You can set up mouseovers in the param I sent you earlier. $(".jqAlbumParser").jqAlbumParser({ pluginExec : function(){ //Assuming you want the MO on the A tag $('a', this) .mouseover(function(){ // mouse over stuff }) .lightBox();// this refers to the list just created } }); On

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
ok thats cool - i can fiddle with that. one other questions though how would i go about adding an onmouseover event handler to the images? by the way - if i didnt say so before - this is a really slick little plugin - i just have to work out the styling. bmsterling wrote: > > No I don't

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
No I don't how to center the image in the LI without doing a bunch of math, but what I normally do in my css is set the width and height of the LI and set the overflow:hidden. I am sure there is some other css hackery that can be done, but I am not an expert. On 12/19/07, bdee1 <[EMAIL PROTECTED]

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
You would do something like: $('a.jqAlbumParser').jqAlbumParser({ tnSize:1 }); On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > where do i find that? i don't see those lines in the js file. > > > bmsterling wrote: > > > > Set the tnSize param to 0, 1, 2 for a different size: > > > > * @par

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
oh ok i see what you mean now. seems to work. now of course if i use one of the other sizes, the pic are no longer uniform in width. so is there a way that i could style it so that the li's are always 200px in width with the image centered inside it? i tried adding: $('li', this).css("width",

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
where do i find that? i don't see those lines in the js file. bmsterling wrote: > > Set the tnSize param to 0, 1, 2 for a different size: > > * @param Integer tnSize > * This param takes in 0, 1,or 2 and will reference one of the > * thumbnail spots for picasa or f

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
Set the tnSize param to 0, 1, 2 for a different size: * @param Integer tnSize * This param takes in 0, 1,or 2 and will reference one of the * thumbnail spots for picasa or flickr * picasa: 0 == 72x48, 1 == 144x66, 2 == 288x192 * flickr:

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
any way i can make the thumbnails larger? or is that just the size they come in from flickr? bmsterling wrote: > > Cool; I have not tested it using the lightbox plugin, can you let me know > how it turns out? > > On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: >> >> >> >> nevermind my last po

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
this worked out pretty well - i had some trouble gettign the images to load correctly in the lightbox plugin but that was something in the lightbox plugin i had to tweak - not yours. i don't have it posted online yet - i am just playing around locally. but in the next few weeks you will see it

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
Cool; I have not tested it using the lightbox plugin, can you let me know how it turns out? On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > nevermind my last post about not understanding yoru code - that was just > me > being stupid. i just looked at the lightbox plugin in more detail and >

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
nevermind my last post about not understanding yoru code - that was just me being stupid. i just looked at the lightbox plugin in more detail and answered my own questions duh. bmsterling wrote: > > I guess a download link would have been useful: > http://benjaminsterling.com/articles/jqAlbu

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
ok i got the download link and now i am looking at this code: i am not sure i follow what you are saying here: $(".jqAlbumParser").jqAlbumParser({ pluginExec : function(){ $('a', this).lightBox();// this refers to the list just created } }); so is this saying that f

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
I guess a download link would have been useful: http://benjaminsterling.com/articles/jqAlbumParser/common/js/jqAlbumParser.js Thanks for catching that. On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > ok that should work - now one last question... i dont see the download > link > for the plu

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
ok that should work - now one last question... i dont see the download link for the plugin anywhere. bmsterling wrote: > > Check out my jqAlbumParser plugin, it will allow you to parse out a flickr > album and then execute any additional plugin: > http://benjaminsterling.com/jquery-jqalbumpars

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
By default, the output will look something like ... And you can style it how ever you want. If you want them to click to open to lightbox, you would do something like: $(".jqAlbumParser").jqAlbumParser({ pluginExec : function(){ $('a', this).lightBox();// this refers to the list just

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
that looks promising but i don't think i need to hook the results into a plugin - i just want to output the results as links for use with lightbox. so if i don't hook into another plugin, how do i access the results? bdee1 wrote: > > yea i came across that one too but i don't really care for

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
Check out my jqAlbumParser plugin, it will allow you to parse out a flickr album and then execute any additional plugin: http://benjaminsterling.com/jquery-jqalbumparser-plugin-parses-out-flickr-picasa-clientside/ On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > i want to set up a photo galle

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
yea i came across that one too but i don't really care for the style of their lightbox effect. i greatly prefer the type of the one i posted above. really if i were to use the jquery lightbox effect then i guess all i would need is a jquery plugin or script that would allow me to pull a set of

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: bdee1 [mailto:[EMAIL PROTECTED] > i want to set up a photo gallery for a clients site and would > like to use the > http://leandrovieira.com/projects/jquery/lightbox/ Jquery > LightBox plugin > or somethign similar. that par is easy but i would like to