• Clicking a gallery thumbnail does not launch the lightbox. From the console, activating the lightbox results in the error:

    Uncaught TypeError: $(…).size is not a function
    jquery.prettyPhoto.js:193:32

    The line in prettyPhoto.js which seems to be the issue is the following:
    _checkPosition($(pp_images).size()); // Hide the next/previous links if on first or last images.

The topic ‘Uncaught TypeError: $(…).size is not a function’ is closed to new replies.