Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

el is undefined error


Project:GalleryView
Version:2.0
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

Hi,

Firstly great Gallery, by far the best jQuery Gallery out there.

I have been using v1.1 for a long time and had no problems, I upgraded to 2.0 and it seems now there are endless amount of .js errors appearing (let it run and the longest i left it was 52,000 errors) within firebug and the gallery is now not working so reverted back to 1.1.

The section it is complaining about is the getPos function (2nd line in function)

function getPos(el) {
   var left = 0, top = 0;
   var el_id = el.id;
   if(el.offsetParent) {
   do {
   left += el.offsetLeft;
   top += el.offsetTop;
   } while(el = el.offsetParent);
}

Tom

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

I have the same issue, and so far with no resolve. If you find any information on your own Tom, please share, it would be a developing nightmare for me if I cannot get this plugin to function.

#2

I thought i was going mad. I've been trying to get this working with just the following

$('#folderwindow').galleryView({
panel_width: 400,
panel_height: 300,
frame_width: 80,
frame_height: 80});

The elements are there but the opacity is set to 0 for the film strip and the rest of it just doesn't work no matter what.

Demos looked fantastic, but after hours of trying i've got to give it up.

#3

Provide high quality silver Tiffany jewellery including necklaces,rings and other style jewelry at wholesale prices.Pick your dreaming
Tiffany jewellery
Tiffany co
Tiffany
Tiffany Stores is the best online United Kingdom jewelry stores where you can buy the cheapest Tiffany & Co silver jewelry.
Our huge selection of Tiffany
Tiffany & Co Rings
Tiffany & Co Earrings
Tiffany & Co Bracelets
Buy cartier ring, cartier love on abcartier.com. We also provide cartier bracelet, cartier jewelry and so on. Now come on and get what you want.
Cartier Jewelry
Cartier jewellery

#5

I figured it out after peaking at the code a little. The DOM structure from 1.1 won't work.
Try this:

<ul id="your_id" >
   <li>
      <img src="Image.jpg" alt="Title" title="Title">
      <div class="panel-overlay">
         <h2>Title</h2>
         <p>Description</p>
      </div>
   </li>
   <li>
         ...
   </li>
</ul>

#6

Thanks for fixing it.
pet supplies

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.