I should also mention that you need to make sure that line 18 of script.js reads as follows:
containerID: id,
Note the comma (,) after id.
Have a good day.
Hi kishores,
Thank you for applying the patch. However, your latest update has introduced two new bugs:
1) perPage option is no longer being set for galleries in script.js.
2) jPages_comment is throwing an “undefined” javascript error in script.js
The fixes I implemented to correct this are as follows:
1) On line 19 of script.js, re-add:
perPage : jPages_count.get_default_gallery_per_page to initialize the perPage options into the jQuery script
2) Modify line 35 of script.js to read perPage : jPages_count.get_comment_pages_count instead of perPage : jPages_comment.get_comment_pages_count
I hope this helps anyone who is encountering issues with this new patch release.