I use Fancybox 3.3.3 with OSSN 5.0... It works great for the first 10 posts, but once AutoPagination loads, no more fancybox. The fancybox code is so simple. How to change it so as to make it work right? Any thoughts?
The code...
$(document).ready(function(){
$(".ossn-wall-item .post-contents img").fancybox({
'titleShow' : false,
top: '75px',
afterClose: function(){
$(".ossn-wall-item .post-contents img").show();
},
});
});
Got it to work finally.
The new code...
$(document).ready(function(){
$(".ossn-wall-item .post-contents img").fancybox({
selector : '.ossn-wall-item .post-contents img',
top: '75px',
afterClose: function(){
$(".ossn-wall-item .post-contents img").show();
},
});
});
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)