148 comments found.
it is possible to get access to angular source code to adapt with 2020 support?
I can provide the builder source code fully by request, write me to my email.
threre are some files are missing jqery.js and three.js can you provide
Check the [package]\demo\assets\js\lib\
Builder is the part of the purchase or not ?
It’s part pf the package, but the builder is not open source (it’s minimazed) except the plugin source code (min + dev versions)
can we show hotspot , images icon and video in same tour ?? can we get source code after purchasing and is any icon changes possible ?
Yes, it’s possible. Hotspots are HTML elements and you can style them as you want. About the package, it includes full source code and min versions.
Can you provide support for installation
Yes, write me to avirtum[@]gmail.com
How does FastPano 360 works with iPanorama 360? can it be integrated to be used as uploads for iPanorama 360?
FastPano uses the iPanorama 360 jQuery plugin as frontend render, but the very old version.
Hello, does this plugin support 360 videos or not yet?
Not yet, only images
Pre sales inquiry is it only word press plugin or can wehave plugin for other like flutter, ionic or laravel
It’s a jQuery plugin, you should write config manually or get them from my builder.
Is there anyway to have an icon in the title at the bottom left of the scene?
Yes, we can customize the view in a wide way. Each scene has a user data field there we can store an icon value (name or url) and use it for the title element.
Thanks so much for a quick reply 
Additinal. Use the callback function onSceneChange(oldSceneId, newSceneId) and extra field for a scene to store extra information (icon or …)
Hi, I recently purchased your IPanorama and have both the demo display working and builder working. The builder (admin ui) generates the “ipanorama_config.json” but how do I load this into the Demo (front end) project?
You should use “get code” button that will show the HTML markup and js config to embed into your web pages. “Save to file” and “Load to file” buttons are used for storage on your local drive.
Yes but there is no “Load to file” in the Demo project. There is only “FullScreen” and “Grab on/Off”. I’m looking to initialize it like below. The Demo has the “scenes:” in javascript but his is hard coded and impractical. });
var panorama = $("#panorama").ipanorama({
theme: "ipnrm-theme-default",
LoadFile: "ipanorama_config.json",
Can you write me to avirtum[@]gmail.com, I will send screenshots with comments.
Hello, i just bought this plugin. Where can I email you for the demo files? Many thanks! More power!
Write me to avirtum[@]gmail.com
It says email not found.
Strange, use support form on codecanyon instead.
Anyways, it says on your website to email you to request all the demo files. Could you please email it to me at jaalcantara125@gmail.com
Also I’d like to ask how many photos can I embed on the program? I’d like to use this in a virtual tour for a 10 storey building.
You can use as many as you want, where is no limits. All scene uses the lazyload principle.
Multiple domain names cannot be accessed now. Please add support for picture CDN.
Can you write me about your problem with details to avirtum[@]gmail.com
have you found a full screen solution for mobile devices? it doesn’t work for me
It doesn`t work only for iOS, because this os doesnt support web fullscreen API, we can only emulate it with some js code.
could you take me this code, please?
remind me after two weeks, im on vacation now
an update is coming like WP version?
I have only the jQuery version 1.5.0, I didn’t write the builder yet.
Hi
How can i move the scene with javascript. For example: i´m loading a scene with a hyperlink, but need to move the scene after the scenario is loaded.
Thanks!
// get the plugin instance
var instance = $('#mypanorama').ipanorama('instance');
// use the function lookAt(yaw, pitch)
instance.lookAt(30,30);
// or other
// instance.setYaw(...)
// instance.setPitch(...)
See the full source file jquery.ipanorama.js
Hi, I would like to know if there’s a ways to make the tour available fully offline using js, html and css. It’s for a html mobile app project. The builder is fine if it’s online but I need to export the tour fully offline to insert in a mobile iOS and Android via http://appmaker.ca platform thx
Sorry, but I do not know. The plugin use ajax, also as threejs framework and this functionality can’t work locally.
ok thx
Hello, How can I get the extended licence for this product?
If you’re talking about the codecanyon product ext license, so you can’t. I disabled this.
yes, we want to use your plugin for a product we’re going to resell
sorry, but as I said above I disabled this ability.
Hi, what’s the latest update (26th Nov 18) about? Thanks
- Fix: black screen issue in Chrome with zooming - Fix: fullscreen toggle
Hi! Question before buying: If i have to do multiple tour with your plugin is there any way to manage the uploaded files other than removing manually from the server? any Folder management?
It’s a jquery plugin and the builder is just the tool o prepare a config (because manual setup is not so friendly, too many parameters), there is no folder managers or other CMS stuff.
Hi again! so i bought the plugin but the latest version has a problem: When i click to select the front scene image i get this error: Cannot load texture ’’, and then Cannot read property ‘scenes’ of null. This problem occur when i select one of your image already in there
Check the browser console log or share a link to your builder, I will test.
Hi, I’m wondering if it is possible to use images without putting them into sphere, cylinder or cube form? Like a simple image with hotspots?
Sorry, but no, the plugin doesn’t support this mode.