Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Disabling “rel” will not work, lightbox will no longer work.

    Thread Starter macfo

    (@macfo)

    Hello, thanks for the reply

    I tried to delete the tag “rel” from HTML files but not the WP Photo Album

    and the lightbox opens normally

    without going back and forth

    however if you can not, thank you anyway

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Are you using an external lightbox plugin?

    Thread Starter macfo

    (@macfo)

    I’m sorry I have explained myself badly,

    should remove the component “group” in “rel”

    from this example:

    <a title="" href="/wp-content/uploads/wppa/img.jpg?ver=1" rel="wppa[slide-1-0]"> </ a>

    to:

    </a><a title="" href="/wp-content/uploads/wppa/img.jpg?ver=1" rel="wppa"> </ a>

    Tks again!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Try this:

    Delete ../wp-photo-album-plus/wppa.min.js
    Edit ../wp-photo-album-plus/wppa.js

    On line 801, 807 and 815 you will find:

    rel="'+wppaLightBox+'[slide-'+mocc+'-'+bgfg+']"

    change all 3 occurrences to

    rel="'+wppaLightBox+'"

    If it works, i will provide a switch in the next version to make it update proof.

    Thread Starter macfo

    (@macfo)

    It works perfectly!

    Thanks a lot!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I will put a switch to set it so in the next version. Closed for now.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    In version 5.1.8 you can select lightbox single photos in Table VI-B5.

    Thread Starter macfo

    (@macfo)

    GOOD!

    Thread Starter macfo

    (@macfo)

    Yes, it works!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Disable navigation in lightbox’ is closed to new replies.