<?php // HTTP define('HTTP_SERVER', 'https://shakaonline.com/');
// HTTPS define('HTTPS_SERVER', 'https://shakaonline.com/');
<img src="" data-poip-product-id="135" alt="Belt-Hang-Sling-Hand" title="Belt-Hang-Sling-Hand" data-poip-status="loaded">
https://shakaonline.com/shop/belt-hang-sling-hand-cherry-red
Uncaught Error: Error from Instagram: The access_token provided is invalid.
Â
define('DIR_APPLICATION', '/home/xxx/public_html/admin/');
define('DIR_SYSTEM', '/home/xxx/public_html/system/');
define('DIR_IMAGE', '/home/xxx/public_html/image/');
define('DIR_STORAGE', '/home/xxx/public_html/storage/');
define('DIR_CATALOG', '/home/xxx/public_html/catalog/');
Without a live link it's hard to say..
Does the images are located on your server?
Check image url https vs http, make sure you use https (store must have https cert installed and valid).
Check in console you may have JS errors using chrome right click inspect.
Check PHP errors logs.