You're guys right. We localized the issue. This will be fixed with next update. But to make it work now, please paste below javascript under Theme options > Global > Hooks section where TOP field is:
<script> jQuery(function($){ $('.gallery').each(function(){ var el = $(this); var parentID = el.attr('id'); $('.gallery-icon a', el ).attr('rel', 'prettyphoto['+ parentID +']'); }); }); </script>
Hi, I have a same issue with Prettyphoto. It tries to open an image, but it just spins and nothing happens. I've tried adding the above code to Hooks/Top field but it didn't help. Any thoughts?
@karim_salim Please send us url to page where you got this problem and we'll look on it because this could be not related with theme and above code won't help.
Comments