Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have managed to find a solution for this problem, the problem being that the alpine plugin is trying to use a deprecated feature of jquery that was removed before 2.0.

    There are two solutions, either:

    A. You can use an older version of jquery e.e v1.10.2 with browser detection still available.

    B. You can use the browser support plugin found here. You need to include this in your theme’s header or footer with a script tag.

    Edit: Apparently things still break with the browser support plugin so the first solution has to be used.

    Thread Starter cazman

    (@cazman)

    Managed to solve this in the end, for others looking for a solution this was my problem:

    I’d made a custom template for a post type, and where my gallery rendered I had this code:

    do_shortcode('[gallery link="file" size="thumbnail" exclude="'. get_post_thumbnail_id(get_the_ID()) .'"]')

    All I had to do was wrap this in the jqlb_apply_lightbox() function and it worked!

Viewing 2 replies - 1 through 2 (of 2 total)