Hello lordjemo,
Thank you for contact us. Can you please share your link where you tried to implement this?
So that we can check what issue you are facing.
Hello lordjemo,
can you please try below shortcode on the page.
[dimage url=”http://enrique-morales.me/wp-content/uploads/2018/06/SAM_100_0104.jpg” control=true]
Let us know if it’s works or not.
I have the same issue
when I try [dimage url=” url-to-picture” control=true] it shows me image not found
url from the image https://www.my-copter-event.de/wp-content/uploads/2018/07/100_0004_20180705055854-1.jpg
Hi, thank you for respond, and sorry for the delay in the awnser
I already try it
[dimage url=”http://enrique-morales.me/wp-content/uploads/2018/06/SAM_100_0104.jpg” control=true]
And also
[dimage attachment_id=217 control=true]
But still not working
Dear lordjemo,
http://dhavalhost.com/demo/whook-dimage-360/
Please check above link you image is loading fine for us.
It seems some issues you might be having with shortcode.
Image not found errors condition
1.)Image url might be wrong.
2.)Double quotes used might be wrong.
3.)Image ID might be wrong.
Also we found you using image whose size is 6.7MB can you please reduce it to 2.5 and try again.
Hello
Thank you for your help, I reduce the texture: http://enrique-morales.me/wp-content/uploads/LOW____SAM_100_0015.jpg
(image permalink: http://enrique-morales.me/?attachment_id=267)
And I tried this code, as it is:
[dimage url=”http://enrique-morales.me/wp-content/uploads/2018/06/SAM_100_0104.jpg” control=true]
[dimage attachment_id=”267″]
But still not working, did I miss something? this is really weird
Thank you
The same problem, Image Not Found.
Same issue here. Using the ID, or URL fails – even though the same string works with another 360 viewer.
If you edit the PHP file here around line 45 to the following
if(strpos($file_headers[0], ‘Not Found’) !== FALSE)
It should fix it. Basically, right now it makes the assumption an empty header means the url doesn’t exist – which isn’t true. So instead, restrict it to only show the error when it gets a 404.