148 comments found.
hello would you kindly inform us what is the difference between this and the wordpress version? sorry i’m new to web development. thanks
This is a builder. It prepares a panorama config (see video) that you can use in your html pages (you should know html, js and css). The wordpress version is more friendly, you do not need programming skills, just build your virtual tour and paste a shortcode into a post or a page. You can check a lite wp version on wordpress.org.
Hi there Avirtum, any new feature updates? I am still waiting if it’s possible to implement static logo overlay on tour corners, like the one example I sent to you over email. 
Are you talking about bottom and top scene points, if so, you can easily make it via cube map and image editor.
No, but a static logo that stays on corner of our browser even if we turn the 360 around, like this: https://batam360.com/property/ebf01/bukit-golf-residence-01-sukajadi.html
It can be done via custom js section, just several lines of code.
Alright, sent a support email. Cheers
Answered
Any plans to add WebVR support?
I can’t add VR, because the current hotspots realization (I use divs) can’t be easy adopt into this mode.
Hello, do you have any way to lock a camera up to 180 degrees, or take the spinning loop from the image? I would like to use a 90 degree image where a camera hangs not to limit the image
The script doesn’t support this feature, it supports only 360×180 and 360 degree images, and we can lock only vertical camera movement.
Hello, How can we add an ease-in and ease-out on mouse hover grab option?
What do you mean, I do not understand you a little? Maybe some details.
I have set hover grab = true. which behaves like an example below. My query is how can make yaw and pitch smooth like in the example? An example website: https://www.felixandpaul.com/?projects/intro
I have an option “hover grab” for this behavior.
Yes Avirtum, I am using hover grab. Is there any way I can add some smooth on the image transformations.
Ups, I see. I should test it, because the current realization is not so smooth.
Avirtum, Could you help us in this?
I should test it as said above, it depends on a realization.
Hi Can i install in on my joomla website? How is it possible to show an iPanorama360 in our joomla website? When i buy it, can you install and config it on our website? thanks
Sorry, but I didn’t work with joomla yet. I should read about that CMS and it’s features.
Hi, I got a problem updating the Plugin. Should I uninstall the prior versions of iPanorama 360° before installing a new version?
Yes, you’re right
How to use bootstrap carousel in a popover content?
I should check it, can you send me an email and I will prepare a sample.
Can I call a function when a hotspot was clicked and that function will be executed before the popover shows.
Hi! In older version, is there a way to make a function that will return the current scene id? Thanks
You can get an instance like var instance = $(’#mypano’).ipanorama(‘instance’); and then you will get access to all parameters and functions. For the current scene id you should read a value from instance.sceneId.
thank you very much
Hi I’ve been using the Lite version until today. But I have now purchased a license – I would like to remove the watermark- linking to wordpress ( bottom right ) – will i receive a registration code or something that I add to the plug-in? that will give me the full benefits of the plug-in etc…
Just delete the lite version and copy a new one from your package.
Thanks did that – but now the scenes do not load on the live webpage of the site.- shortcode and everything is in place – just like I had in the Lite version – can you please advise.
Please write me an email to avirtum[@]gmail.com with our test link. I will check it.
doing that now – thanks
is it possible to link to specific scenes within the virtual tour from other webpages? or even use something like history.js?
I think it can be via a customization, my plugin has a “loadScene” method, so we can analyze url and load a specific scene if url has a some token.
hey mate, is it possible that the 360 photo to be set as VR mode ?..that’ll be great….i’m using krpa** viewer for that
The plugin doesn’t support VR mode for some reasons.
Hi. Is possible to put sound ? (user clicks on a give place and starts a mp3) Is it possible full screen ?
danke
About sound. You can place it as a popover content (see my demo), if you want to play sound on a hotspot click, well it’s can be done via customization. About fullscreen, you should make a fixed or absolute div with pano.
thanks. but this is only for pictures right not video 360 ?
Yes, only images
How can I make a fixed position hotspot in a specific scene? Thanks
What does it mean “fixed position”?
It means that even If I drag the panorama it stays at the same place. I want a hotspot in the top left of the screen that stays in place in a specific scene only. Thank you
It’s a static label if I understand you right. If so, we should create a callback method “onSceneChange” ( function(oldSceneId, newSceneId) {} fire after the scene was changed) and apply it to our config. Inside this method we should create a static label for a current scene.
Yes. But how to do that? I tried so many ways but I can’t do it.
Write me an email to avirtum[@]gmail.com and I will send you a sample.
Thank you very much.
Did not receive your letter yet ,)
Hi! I have sent an email again. I have used different email address, it’s jayson.delosreyes@miyens.com.
Received
Hello. What is the pano_zip file? How to open it?
I sent you a shared link (dropbox).
Received. Thank you!
Hi! Did you use different jquery.ipanorama.min.js? The type “cylinder” seems to changed.
Do not understand you a little
I have sent an email. I have used jayson.delosreyes@miyens.com email. Thank you!
Can I call a function when a hotspot was clicked and that function will be executed before the popover shows.
In a few words, you should define onLoad function (see plugin’s paramaters), inside this function you can get access to the plugin instance and define your own handler for a hotspot click event as example.
We noticed there is an update available, however no changelog. Could you please provide that?
I’ve updated the item description.
Hi my friend. Any new feature in development? Can’t wait to see something new. Cheers… 
- Feature: Zoom by pinch gestures
- Feature: The cube scene type can have one single texture or six separated
- Feature: Top and bottom pitch limits
- Feature: Specifying a custom onload callback javascript code
- Feature: Enable/disable the prevention for default behavior on the mouseWheel event
- Fix: Bug with fullscreen on iOS (leave only standard fullscreen API)
- Fix: Bug with appearing hotspot images in the upper left corner
Love the script! I was wondering in the tooltips i saw that you can add youtube videos and soundcloud clips i was wondering is it possible to add slideshows and increase the size of the tool tips?
Tooltips are simple html markup. Well, we can add any possible content inside them, also we can define our own theme and define fixed width for each tooltip.
I am interested but how am I supposed to take those 360 images ? Do I need an special camera ?
Yes, you should make photos like this https://www.flickr.com/groups/equirectangular/. As exmaple by Samsung Gear 360.
I am very interested in your plugin. However, before purchasing do you have any example of a hotspot loading up a video? Thx
Can you describe with more details? Do you want a hotspot with a video, or a popover window with a video?