510 comments found.
Hello, can I move the plugin to another domain?
Yes, you can.
Ok, thanks. And I guess there is no way to use just the code, I mean to use the functionality without installing the plugin? (Like webrotate360.com)
Mouse wheel zoom does not work on the “tinyplanet” view type on a computer. Pinch to zoom does work on the “tinyplanet” view type on mobile.
The mouse wheel zoom works on all other view types. Can this be fixed on the “tinyplanet” view type?
I will test it
Any luck testing?
I’ve tested tinyplanet, it works on Windows 10 Chrome (mouse wheel), plus my Android (pinch)
Please see my demo site, https://dev.orbicular.media/tinyplanetlife/ . The mouse wheel zoom does not seem to work. If it does, it is painfully slow compared to the other views. Can the zoom speed be changed or controlled?
Hi, Yes please add minimap !
It seems like a good plugin but no minimap function is a no buy for me, its a pitty because even cheaper plugins here on envato supports it.
I do understand, but can you name just one?)
Of coure, here you go: https://codecanyon.net/item/wordpress-virtual-tour-360-panorama-plugin/24936734
Ok
Hello, I am using IPanorama 360º, and I needed to update my Wordpress version for 6.0. Do you expect an update for WordPress 6.0 soon?
It supports 6.0 too
Hi, iPanorama 360° for WordPress have a marker categorization and a filter to show or not them? If yes, what should I do to do that? If not, can you implement this function? Is it possible to use 360° videos instead of images? Is it compatible with ACF or Toolset plugins to show custom fields values inside the popup and toolbox? Is it compatible with WPML to translate the content inside the 360° images?
Thank you for your reply. I have reply to you from email.
Hi, why markers is not showing in gyroscope mode. How we suppose to move between scenes if no markers??
In the cyro mode you can’t move from one scene to another. The plugin doesn’t support this.
So what is the purpose of having this option at all if not useful?
Someone needs only one scene.
Can 360 videos be used instead of just images?
Sorry, but no. The plugin doesn’t support 360 video.
Hi, I’m testing the plugin, but I can’t make the looks of your demos. Do you have a documentation for this? Thanks.
The demos on my site are from the jquery old version. But most of them can be done with the wordpress version too.
Hi, i have 2 question : 1- can we click on the keyboard to move the panorama to the right and left instead of using the mouse ? 2- can we decrease the rotation time when we pivot to the right and to the left ? Thank you
1. Yes, it’s possible. You should go to the scene config, open the actions tab and disable the option “No Keys”. 2. Are you talking about the autorotation speed? If yes, this config is also inside the actions tab.
Hi, do you have a documentation page, that details how the plugin can be extended. I love the plugin, but an interactive floor plan is a must-have for most of my clients. Thanks
There is no full documentation, there is help labels in the plugin builder and the free version to test.
Hi, presale question, there’s a way I can have a little map at the bottom of the container, and then click it and go to specific scene, like google maps. and also I can have the same tour for web view and vr headset view?
Hello. Sorry, but the plugin doesn’t support the floor plan.
HI there, I’m playing around with the light version for a client rn. This plugin is very impressive and well built!
I’m having two “issues” though.
For some reason I can’t find the css related to the background opacity of the popovers (lightbox & inbox). At the moment its a dark see through background and I would like to have opacity completely seethrough. Could you show me where that would be located?
And also, is it possible to define a min and max camera zoom area – So th camera could only zoom in between ?
Thanks for any hints 
Hello. Please, write me to my email avirtum[@]gmail.com or use the codecanyon support form. I will show an example of how to achieve this.
Just for everyone else considering a purchase of this plugin. After sending a mail I have received very helpful feedback within 30 minutes.
From this point of view this author is trustworthy and competent.
Thanks for the help !
when the user clicks on the preview image, is it possible to make it go to full screen automatically? thank you.
Yes, but we should write some js code inside the custom js section, because by default this feature is not implemented.
ok thanks.
is it possible to lock the 360 rotation, only on the X axis?
var instance = this,
$ = jQuery;
instance.$container.on("ipanorama:scene-after-load", function(e, data) {
data.scene.control.minPolarAngle = 90 * Math.PI / 180;
data.scene.control.maxPolarAngle = 90 * Math.PI / 180;
});
Hi, I have issue with your plugin. I use TransPress plugin which adds subdirectory for language (/ar). Your plugin shortcode will not show Markers when I switch language (/ar) while it show it normally when on the default website language(English). Please advice urgently how to solve this. Thank you
Hello. Is it RTL language?
Yes, /ar switch theme direction to RTL
when switch language menu to RTL it will add ./ar to the website url and I notes VR will run normally except Hotspots will not show.
It’s all about RTL, the marker blocks aren’t align correctly as the result. I will test it and try to fix.
Thank you so much and waiting for your fixing
Hi, I’m facing same bug but this time with ToolTip and PopOver when switch to RTL. I send you email. Plz check. Thank you
Try to define top & left properties for the scenes container manually. Like below. .ipnrm .ipnrm-scenes { top:0; left:0; }
Hi, I add this to container>Extra CSS classes but still ToolTip and PopOver not showing with RTL
const instance = this;
const $ = jQuery;
instance.$container.attr({'dir':'ltr'});
Working, you’re genius Now how to inject this code in the plugin to be the default for all new created ipanorama.
You can use a third-party js plugin to inject this code. Another way, I will fix it in a next version.
I tried third-party js plugin but it did not work. I guess I will have to wait the next update
Hello I want to buy the plugin. I want to know that can we add a soft music when virtual tour is running since it will give real sense of tour.
Yes, the plugin supports the scene background music. You can test it in free version too. See the “tracks” section, add a new track and select a scene where it should play.
Really appreciate your quick response. But where to try free version. When i cick on Try free wordpress light version it shows “wordpress.org refused to connect.”message and blank screen. Please share the link if feasible at cloud2core@gmail.com
Thanks. I want to ask you last questions. When i buy it. Do I get demo inbuilt since i find it deificult to create virtual tours from scratch.
Sorry, there is no demo inside, the builder list is empty at the start.
Hello! very good plugin. I’m thinking of buying the premium version… but I have a problem. I have this code in my custom js tab: const myJSON = ’ { “active” : “hello” } ’; const myObj = JSON.parse(myJSON); document.getElementById(“demo”).innerHTML = myObj.active;
And I would like that in each scene the “active” json data was a different text… I’m trying to make it like this: {“active” : “what ever”} in each scene (in the user data section), but not it works. Could you tell me how to call the user data json correctly in custom js?
var instance = this,
$ = jQuery;
var $title = $("<div>").addClass("mytitle");
instance.$container.append($title);
instance.$container.on("ipanorama:scene-before-load", function(e, data) {
$title.html(data.scene.cfg.userData);
})
</div>
Pre-sale questions. I have tried the free version and have a few questions.
Is there a way to change the zoom function on mobile devices? Pinch to zoom is working the opposite that it should. The pinch motion is causing the image to zoom out instead of zooming in.
Is there a way to change the size of the thumbnail previews in the civic widget?
Hello. I’ve tested pinch zoom on my Android device and it works as expected <==> = “zoom in”, =><= = “zoom out” as another 3d viewer works. The thumbnails can be edited with some css, because all ui elements is HTML blocks.
I should have been more specific, pinch to zoom works opposite as expected in “littleplanet” view. Pinch to zoom does work as expected in “sphere” view.
I should have no problem tweaking the CSS for the thumbnails.
Pinch to “zoom” is ok for the “sphere” type scene and not for the “little planet” type. Am I right?
yes, you are correct.
Ok, I will test it again and try to fix it.
thank you!
Any luck finding this problem?
I’ve fixed it, test
It now works like expected.
Is there a way to set the max or min zoom amount for viewing a photo?
The interface doesn’t have such controls, it can be done from the custom js code only
Hello, I bought your plugin recently because it is the best. You have done a fantastic job. The plugin is precise and allows a lot of customization. So I congratulate you and I say thank you. I also have a question. I would like to put a transparent background for the tooltip. How can I do ? Thank you so much. I’m also sending you an email.
.ipnrm .ipnrm-tooltips .ipnrm-tooltip .ipnrm-arrow {
display:none;
}
.ipnrm .ipnrm-tooltips .ipnrm-tooltip .ipnrm-form {
background:transparent;
}
.ipnrm .ipnrm-tooltips .ipnrm-tooltip .ipnrm-form:after {
display:none;
}
Hello Max The code works perfectly. Thank you ! And again congratulations. It is a fantastic plugin for creating virtual tours. Best regards, Victoria