Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1004
    Alessandro Mearini
    Participant

    Hi,

    first I’d like to thank you for the good job done with this plug in.
    Unfortunately I started having problem after the latest update.
    The plugin seems to don’t work anymore. The lightbox attribute is still present on my images but no effect is applied.
    Before the latest update was working flawlessly.
    I tried to update the jquery to v.10 as suggested in another post but it didn’t change anything.
    I tried different things but without success.

    Could you please have a look at it and see if I’m missing something or it is an actual problem with the latest update?

    I have a dev site at http://www.hollowbone.com/dev/accademiaitaliana-new/graphic-design-projects-gallery/

    Thanks in advance for your support.

    #1006
    Bartosz
    Keymaster

    Hi Alessandro,

    Your site is using a newest WP and the jQuery versions, which is definitely good. However some other scripts are outdated, There are two JS errors:

    Error: TypeError: $(…).live is not a function
    Source: http://www.hollowbone.com/dev/accademiaitaliana-new/wp-content/plugins/wp-cleanfix/wpdk/assets/js/wpdk.js?ver=1.1.0
    LIne: 1294

    Error: TypeError: e(…).accordion is not a function
    Source: http://www.hollowbone.com/dev/accademiaitaliana-new/wp-content/themes/aithai_new/js/scripts-ck.js
    Line: 1

    The first one is caused by .live() function, which is outdated and not available in the jQuery version you are using. .live() has been replaced by function .on() (which is used by Responsive Lightbox also). If you replace it in your script it should be fine.

    I’m not sure about the second error. Maybe it will disappear if you fix the first one. If not, there might be a dependable scrpit unavailable (from the jQuery UI library I think), most probably the jQuery UI Accordion. Take a look here on how to add that to your theme: http://codex.wordpress.org/Function_Reference/wp_enqueue_script

    #1009
    Alessandro Mearini
    Participant

    Hi Bartosz,

    thanks a lot for the help.
    I fixed the two problems. It seems that the plugin now works also with Jquery v1.9.1 (just in case someone is wondering) that for the time being I need for another plugin.

    Have a great day,
    Alessandro

    #1075
    Eric Stone
    Participant

    Responsive Lightbox using SwipeBox on a WordPress gallery stopped working for me after updating to version 1.2.1. The black screen pops up, but no image. Restoring to version 1.1.2 fixed the problem. Updating to version 1.2.1 again broke it again. I’m not getting JavaScript errors.

    If I switch to prettyPhoto instead of SwipeBox, it works. If I switch to FancyBox, I get a JavaScript error: “Uncaught Error: Syntax error, unrecognized expression: a[rel=lightbox[gallery-1]], area[rel=lightbox[gallery-1]]” and nothing pops up. And if I switch back to Swipebox, it is still broken.

    The gallery is here: http://dieselfm.bpitemp.com/media/pictures-gallery/

    #1077
    Bartosz
    Keymaster

    Eric, you are using at least 4 lightbox effects (plugins / scripts) at the same time. It can’t work that way – script conflicts are unavoidable. Decide which one you’d like to use, remove the unnecessery code from your theme and it will work.

    #1108
    Joshua Futterman
    Participant

    Hi Bartosz,

    I’m having the same issue with no photos showing up in the swipebox.

    Here is one of my galleries: http://travelcrestedbutte.com/crested-butte-hikes-whetstone-vista-upper-upper-loop/

    Thanks for your help!

    #1113
    Bartosz
    Keymaster

    Joshua, for me it works ok on your site (at least with fancybox). Please switch to swipebox so we could recognize the issue.

    #1117
    Joshua Futterman
    Participant

    Just switched back to swipebox

    #1123
    Bartosz
    Keymaster

    Weird. we’ve not seen something like that before. It looks like a JS confilict somewhere. Did you try to disable other image related plugins and scripts?

    #1134
    Joshua Futterman
    Participant

    Yeah, but no luck :( Switched back to fancybox for now to keep it functional on the site

    #1549
    Angélique Villé
    Participant

    Hello,

    I have the same problem as Joshua, and on my blog, it seems to be directly in conflict with the plugin “Floating Social Bar”. If I remove the social bar, swipebox works again. If I enable the social bar, swipebox displays a black screen with no image.

    Firebug doesn’t raise any particular error.

    #1550
    Bartosz
    Keymaster

    Angélique, please post a separate topic on that with a link to your site.

    #10414
    pokongku
    Participant

    I just installed the Responsive Lightbox Plugin last week and found that if I set it on SwipeBox, I would get a black screen. If I set it on Nivo Lightbox, the first click would give me a fullscreen image but no control button to navigate or go back. The second click would give me the normal view with arrow button and return button. However, it did not work on my iPad at all. The click would only give me a fullscreen image with no navigation control at all.

    #10434
    Bartosz
    Keymaster

    @pokongku please post a link to your site.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.