122 comments found.
Hello,
Is it possible to move in the y axis and zoom ?
Hi, there is currently no support for vertical panoramas, nor zooming.
Hello,
I purchased this plugin a while ago and now I am have a big problem.
I need to be able to unload and reload panoramas at will but I can’t find a way to clear out / remove / destroy or wipe panorama360 once I load it once.
The problem is that once you remove the wrapper element and try to initialize another one the previous images are still in memory and get inserted in the new wrapper. So if you unload and reload 10 different panoramas a mess of 10 images will be loaded and so on and it looks real messed up.
So, is there a way to completely wipe out panorama360 from memory and start a brand new one without having to reload the page?
Thanks in advance for your help.
Hello,
There is an example of panorama exchange with the carousel example. When you reinitialize the panorama, the plugin unloads the old data and adds the new image. Browser’s garbage collector takes care of the dead images, no worries.
Just follow the example and you will understand what I mean.
Hi, is there a way open an iframe instead of just an image with the Fancy Box hotspots?
I’ve used Fancy Box to open Youtube videos in the past but I am having trouble getting it to work with the panorama.
Any help is much appreciated. Thanks!
HI, I think you need to add a fancybox.iframe class to mark it as an iframe popup. Check out their official documentation.
I got it. It was easy change in the options. Thanks!
Hi there,
Is it possible to link a hotspot to opening a slide event? so that when you click on a hotspot it loads another 360 slide?
Cheers, Oliver
Hi, not exactly… the hotspots are independent from the carousel slides. I made the carousel example just to show a integration with an outside plugin. If you need any custom changes to the script you can contact me via my profile. Thanks.
Hi again, I also don’t understand where to add the Configuration Options like “sliding_controls”, “sliding_direction”. It’s not really clear in your index.html doc.
Could it be because of this that it do not work in my WP tempate?
I appreciate your support
You can add the options when you initialize the plugin in your JavaScript code. Please check out the examples and their source code. The documentation covers all the options and how to set them up. I hope this helps.
Hi, Somehow can’t make it work for my custom WP theme..? The image is there fix and no way to make it moove or slide.
Make sure you follow the instructions in the documentation, all should go well.
The WordPress plugin version is now available: http://codecanyon.net/item/360-panoramic-viewer-wordpress-plugin/5054590
Any chance there is a way to tell the image to slide to a specific position without dragging it? I would like to have the image slide to a specific position when a user interacts with other HTML elements on the page.
Hello, there is no current way to do this after the plugin was initialized. I’ll think of something for the next release.
Would you be interested in being commissioned to make this update? I have been messing with it and have tried a few hacks, but they all seem to create unwanted side effects. I am in need of this functionality for a project, so if you’re interested lets talk. Private message me I guess if so. Thanks!
Additional note: I actually dont even need it to slide to the new position. If it could somehow reload/reset the image to a new postion that would be good enough. Almost like how the carouFredSel Integration works, just with the same image and a new start position. Anyways, let me know. Thanks!
Hello,
I changed the ‘start_position’ of an image, but how can i change the dragposition from that point?
Here is an example : http://www.m-gent.be/pano/fancybox-integration.htmlThanks,
$('.panorama-view').panorama360({
start_position: 500
});
Hi some pre-purchase questions:
1. Does this work on android devices? All I see on my android is the gray background with spinning loader. 2. Could normal images be used as a stitched together caurosel of images, instead of using it for a panoramic viewer.
Thanks – looks great, and is exactly what I am looking for if the above questions can happen! 
Hi!
I’ll test things on an Android simulator, see what I can do with the possible issue. The plugin supports only one image, it doesn’t allow stitching of multiple images. You should stitch them together in a image editor first.
Works on droids, please add a viewport meta tag: http://stackoverflow.com/a/10695931
Excellent work, and a great value.
I am absolutely happy with this purchase.
Thank you sir!
Could you kindly answer the email I sent – re:hotspots via your profile.
Yep, I replied to you with an answer. Regards.
Hi, 1. Is there included any example html markup to use TEXT LINKS in a menu outside the image’s div? I don’t want to use any image map.
2. Thank you.
Hello, there are multiple example for demonstrating all the functionality you need. I offer support if you need any short customization after.
hi there Liviu,
I would be interest in purchasing you 360 viewer. Could you please tell me first: 1. can one easily adjust the size of the background image or is it one fixed size – I refer to the actual size of the jpg file not what you see in the browser. 2. would you Responsive Twitter Timeline (which I am interested in too) integrate easily in the black box layer div on top of the picture. Practically would copy and paste work or would I get a conflict and have to do lots of tweaks? 3. would it be easy to swap the image in the background using jquery/js commands etc? i am not an expert but someone might do it for me – or could you???
Thanks, radu
Hey Radu,
Thank you for your interest, below are my answers:
1. You can adjust the size of the panorama container if that’s what you mean. The panorama will take the size of the container (fullscreen if it’s placed in the body, or fixed position if it’s placed in a sized div)
2. Sure, there are no conflicts that I know of.
3. There is an example for switching panoramic images in the purchased file.
Hope this helps.
Hi, awesome plugin, congrats. We are looking forward to purchase this. We develop themes for Themeforest market, can we use your plugin in our premium templates being sold here? What kind of license do we need for this? Any restrictions on licensing? Please make a response. Thanks
Hi, thank you so much. You’ll need to purchase an Extended License in order to use it in a theme that you can afterwords sell on themeforest.net
Is it possible to limit the image scrolling so it stops when reaches the left and right edges? This would be useful in cases of panorama viewing angles smaller than 360.
Yes, the plugin has an option to support 180 degree images (standard ones).
Is it possible to add navigation button that will make the panorama slide on the left or on the right ?
thanks for your time.
Yes, this feature is included in the examples when you make the purchase.
How can you add hotspots?
Adding hotspots is very easy: http://minimalisticstudio.com/journal/360-degree-panoramic-view-plugin-for-jquery Also, there is an example attached in the purchased file, will get you going right away.
Any way to integrate this plugin to my WP theme?
There is no plugin for WordPress yet, you can integrate it by customizing your theme’s files with panorama360’s markup, style and scripts.
The WordPress plugin version is now available: http://codecanyon.net/item/360-panoramic-viewer-wordpress-plugin/5054590
I this also only HTML possible?
It’s HTML /CSS/JS based, so no other requirements (PHP, Flash, etc…)
Is it works with sphere panorama? Sphere image is still flat JPG but requires special transforms during rotation.
The plugin addresses only this type of panoramas: http://commons.wikimedia.org/wiki/Special:WhatLinksHere/Template:Pano360 JavaScript can’t handle sphere panoramas as good as Flash (transformations during rotation), this was my main issue when I developed the plugin.
Liviu