Comments ssj started the conversationJune 26, 2017 at 2:13pmSometimes the portfolio page does not load. I attached the site address and image file. 9,013Tahir repliedJune 29, 2017 at 1:55pmHey Again, Apologies for the Delay caused due to Eid Holidays.Make sure to set a Featured Image for Each of the Portfolio Items . Thanks ThemeNectar Support Team Raphael repliedAugust 3, 2017 at 9:17amThis error is caused by the function updateMagPrettyPhotoGallery().Find this line in the themes js/init.js:$(this).find('.work-info a').addClass('gallery').addClass('magnific');It should be around line 13060. Replace it with$(this).find('.work-info a').first().addClass('gallery').addClass('magnific');That fixes the issue (the product link is not handled as a zoom image any more). 9,013Tahir repliedAugust 3, 2017 at 11:14amHey Again,Thanks for letting us know . Have added it to the buglist for upcoming updates. Be.st ThemeNectar Support Team Sign in to reply ...
Sometimes the portfolio page does not load.
I attached the site address and image file.
Hey Again,
Apologies for the Delay caused due to Eid Holidays.
Make sure to set a Featured Image for Each of the Portfolio Items .
Thanks
ThemeNectar Support Team
This error is caused by the function updateMagPrettyPhotoGallery().
Find this line in the themes js/init.js:
$(this).find('.work-info a').addClass('gallery').addClass('magnific');
It should be around line 13060. Replace it with
$(this).find('.work-info a').first().addClass('gallery').addClass('magnific');
That fixes the issue (the product link is not handled as a zoom image any more).
Hey Again,
Thanks for letting us know . Have added it to the buglist for upcoming updates.
Be.st
ThemeNectar Support Team