Okay
  Public Ticket #1219420
the image could not be loaded
Closed

Comments

  • ssj started the conversation

    Sometimes the portfolio page does not load.

    I attached the site address and image file.

  •  9,013
    Tahir replied

    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 

  • Raphael replied

    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).



  •  9,013
    Tahir replied

    Hey Again,

    Thanks for letting us know . Have added it to the buglist for upcoming updates. 

    Be.st 


    ThemeNectar Support Team