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
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!
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.
I will put a switch to set it so in the next version. Closed for now.
In version 5.1.8 you can select lightbox single photos in Table VI-B5.