• Resolved jgj252

    (@jgj252)


    I have a Member List page [pdb_list], using the “responsiv” template.

    I’m trying to use a “lightbox” plugin to replace the default image display when someone clicks on a photo in a member’s record.

    The problem I’ve encountered is that while the lightbox plugins I’ve tried work great on the first page of the Member List, they do not work on page 2, 3, 4… and so on.

    I’m wondering if there’s anything in the template that I might change. For example, one lightbox plugin I’ve tried (Simple Lightbox) says that it needs the “wp_head(), wp_footer(), & the_content()” tags in order to function.

    Thanks for any assistance!
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The problem is due to using AJAX for the pagination. When the new page loads, the lightbox code doesn’t get applied to the new page. The easiest way to fix this is to uncheck “Use AJAX Searches” in the plugin settings under the advanced tab. That will cause a page load for each page instead of using AJAX, and you’ll get your lightbox on new pages.

    Thread Starter jgj252

    (@jgj252)

    That fixed it! (I don’t see any difference in page load times.)

    Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Member List and Lightbox plugins’ is closed to new replies.