I am using the Lightbox plugin for a gallery page. On the live site two of the images I added after I built the original gallery WILL NOT LOAD/SHOW on the lightbox! I cannot find any errors/discrepancies in my coding, and the previews (using Dreamweaver) in several browsers work FINE.
I have deleted and re-put the entire site from scratch, but still no success.
What am I missing?
Here is the page -- the uncooperative images are towards the end of the gallery (images 35 and 38): Cadogan Gardens - Creative Landscapes garden design landscaping in Melbourne Victoria
Im having an issue with images loaded dynamically, in the page I have a "read more" button at the bottom of the page that loads more post on the page and the images that are in those dynamically loaded post lightbox doesnt work if I refresh the page then lightbox works. know it can be done, like in facebook when I click on "Older post" the images loaded dynamically works.
i have i am using a jquery.lightbox-0.5.css does anyone knows how can i specify so that when the lightbox pops up keeps the all the images or at least the lightbox of the image on the same size because when it pops ups dpending on the image some of them are huge they just ocupied the whole screen??
I have a slideshow that gathers images from a database. I've been trying to set it up to where it extracts the IMG SRC accordingly so when I click on the image, the lightbox shows the corresponding image. But no luck thus far.
Here's what I mean:
How can I extract the current "s.src" parameter and use it on the "img src" tag to display the image accordingly?
I have added xfade2 (JS image rotator) to my website.
I have Lightbox also on the main page as it needs to serve as a gallery. Now that I have added xfade, the lightbox images do not load; the opening transition just stays blank.
It seems that there is a small piece of css code causing all the problems.
I have problem with loading lightbox image effects. I want to wait page to be loaded to apply lightbox effects on content images. My header code looks like this
I want the website to show a lighbox with video started as soon as it is loaded. I should also have an option to close the video. <input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML"> </div>
I'm new to jQuery and I recently encounter this problem: ePC.html = contain an image with lightbox effect (work with IE, Chrome, Firefox). reviews.html = Our home page. connect to scripts/script.js.(Contain the .load() function, loading ePhone.html or ePC.html by clicking on one of those 3 links). Ignore "ePhone.html". Below is the scripts/script.js file:
I'm having difficulty loading images via Ajax on a site that I've been working on.I'm performing the ajax by using the Request.HTML object of the MooTools framework. Basically, I'm just passing some parameters to a php script which outputs some image tags and then I insert that HTML into a pre-defined content div. For some reason though, it seems that big images don't seem to load consistently when using this technique. Usually, they will just show up as broken images, but when I navigate to the url of the image that is 'broken', it displays just fine. Also, occasionally after navigating to the actual url of the image, my browser will cache the image and then it will display just fine when loading it through Ajax.
I have been following a tutorial for an image gallery, i can upload images and use gd to create thumbnails that when clicked display the full sized image, but the full sized image is to big to fit in my design, i have managed to get the rel="lightbox" attached to the thumbnails as they are displayed but it wont load the full image, the loading ring just keeps going round, does anybody know how to fix this? is it even possible.
I need to have a page wait till the entire thing is loaded before the user interacts with it. I would like for it to do a lightbox styled grey box over it or even something like plesk does where it fades out the background (same effect really) until the page has loaded
$("#printme").queue("printQueue", function (next) { $(this).load("print.html", function () { $(this).ready(function () { passPrint(next);
[Code].....
I want the images on #printme to finish loading before the passPrint function runs, but everything I've tried does not work. The ready() in there does not work.
I got this working in chrome and was happy until I got to check out IE8! Enough said about that.The code I have now will work (in both chrome and IE8) if I manually set the height and width of the image but I cannot get them dynamically, for instance if images have different sizes, I've been trying for a while now but cannot get anywhere with it.The code I am currently using (of my own creation) is;
I tried creating a small widget that when a user clicks on one of the 4 buttons (links), instead of it taking the user to a new page it will load a specific div from another page is the div container above it.
The problem I'm having is that the content of the other page's div container loads, but that actual image that I set as the background does not.
I attempted to use .load() to serve up an image instead, $('#imagePane').load('path/to/graphic.jpg');but that didn't seem to work at all. Is there another function for this type of thing?
I currently have a slideshow working on my client's site, but I can't get lightbox to work properly on it. [URL]...
Is there a way to fix the existing slideshow to work with lightbox? Or is there another way of doing this (keeping the same look that is currently in place)?
This is my first post. I know some html and css, but not much about javascript, and I have an existential problem with a portfolio i'm helping to design: The portfolio itself is for a night photographer that covers different events. For each event there is a page where the photos from that event are displayed.The thing is i don't want to write html code for each and every event, so i've been investigating how to automate this process and i've been answered: javascript.
I want a horizontal layout page for each event, where all the images from its folder are displayed, with a horizontal scrollbar and no vertical scrollbar. I've managed to cover this with a combination between css and javascript code.
I am at a loss for what to do next to get these slideshows functioning. You can see the current iteration here[url]...
I am using hte plug in galleria, and I have got it working in a stand alone version with the same images and and folder structure. The difference may be that I have the content nested in these div tags? to create tabs. i really don't know.
Here is the structure within the portfolio tab, under the Identity heading: ( there will be more images once I get this working [code]...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head>
<body bgcolor="#ffffff" text="#000066"> I'm working with some large images that are in markup but being processed into queued animations. If image is already loaded but I call $load will it pull image from browser cache? I want to use the success to do some size processing
I have an image gallery here on the top left. It works by the user clicking a thumbnail and displaying the larger thumbnail above it. Currently, all of the images are preloaded, including the large image above the thumbnails which takes up unnecessary loading time.
How can I make it so for example, AFTER the user clicks on a thumbnail, THEN the bigger thumbnail loads. NOT BEFORE the whole page loads.