510 comments found.
is there a way to integrate automatically gopro 360° movies + GPS into your tool ?
to achieve a tour like “in this movies, create a stop point every 20m” (and GPS record is used for the position and placement of the clickable zone to next 360 image stop)
Or with an intermediary software that can export to your player ? (but NOT creating every stop location manually)
Hello. My plugin does not support this functionality, you need to manually create scenes from images yourself. These images must be in equirectangular projection format, and you can then place points of interest (markers, tooltips, dialog boxes) within each scene. Also, I’d like to mention that I’m currently developing a new, similar plugin – https://wordpress.org/plugins/happyvr/, and I’m open to any suggestions for additional features to be implemented.
Hi,
I’m having difficulty with the setup. Could you please send us a demo sample to import ?
Thank you.
Hello,
We would like to add text-to-speech functionality for each screen, including audio playback for each text. Does this plugin support multiple languages?
Thank you.
Sorry, but no.
I have the pro version. Although I uploaded several images, I named the images, the number of images only shows 1 instead of the 3 I uploaded, and the names of the images are not written on the left.
Hi, I’ve downloaded the free version to test the software, very nice, I’d like to buy it. I have a problem with tooltips, they appears on hover, but I can’t hide them. I’ve tried also setting them on click event with in and out zoom animations, but it doesn’t work, only randomly and rarely they hides. Can you help me?
Hello. Send me screenshot with your tooltip config to avirtum@gmail.com. I will test it on my side and try to fix it. Thanks for the report.
Hi, Please remove the activation for my website “pabcmihinthalabiwandana.digital”.
Done
thank you
Hi, I want to know if this plugin support many scenes without getting slow. I mean, overloads perhaps 100 scenes? Thanks
I think yes, but you can test it by yourself, just install the free version from wordpress.org.
I cant figure out how to add a hotspot. Where is this option?
Hello. Select a scene and then select the tab “markers” where you can add your hotspots to the selected scene.
I do see that now. Thank you! Does this have a selection of icons for the hotspot by default, or do I have to upload my own? Trying to add that now to shift to a new scene.
By default, the style for the hotspot is taken from the theme, but you can choose an image or define your own style (custom style panel) where you can choose the icon, set the color, background, etc.
I am now having an issue where the tour is repeating, side by side. How do I fix this?
https://monosnap.com/direct/eWf26yPeC3rt1o6n5nQPM7N3LXH6wuIt’s stereo mode. Can you share a link to a scene?
I got it! Thanks! Fixed it for me. Ty! Is it possible to export a tour? Is there a workaround to do so if there isnt a simple export button?
Yes, you can export to a file, but the images will be exported as links. See top rights area with buttons.
I see now. Awesome work! So, just upload the images to the new site and all set! Nice!
One last issue, One mobile, the bubbles to go from scene to scene, etc are very small. Do you have a setting or some coding to add to make it larger?
It can be done with some css styles inside the custom css section.
Can you advise on the coding?
Try this
@media only screen and (max-width: 768px) {
.ipanorama .ipnrm-markers .ipnrm-marker .ipnrm-zoom {
transform: scale(3);
}
}
PERFECT! Ty!
Good. I’d appreciate a response to see how I did with your help request. If the answer is ‘good’, please take a minute and rate my plugin https://codecanyon.net/downloads
Hello. Strange but I have this message – “Buy this domain The owner of mywebsite.com is offering it for sale for an asking price of 975000 USD!”
Anyway try to use the support form, not comments. Or send me email directly to avirtum[@]gmail.com
hello
after saving the project, in the post it gives me this error.
Error: invalid ipanorama identifier attribute
what could be causing this problem?
Hello. Could you please use the support form or write me directly to my email avirtum[@]gmail.com? Plus attach some screenshots with this issue.
“This is the LITE version of the plugin.
It has only one limitation. You can create and use only one item.”
I don’t know why it says that even though I uploaded the paid version. Could you please assist on this?
Hello. Just download the package from codecanyon and update it manually, Before that action delete all plugin instances, all items will remain.
Hi, I need help to migrate iPanorama website to another domain.
I have done usual things, like changing siteurl, home in wp_options table, modifying wp_posts, guid etc. So normal site works fine.
I also modified, wp_ipanorama table to replace old url to new one.
However when I go to backend->All items->Single item, I see there are no scene listed.
I assume it is maintained in some other table. Please publish a migration guide for this plugin. I am still on free version of plugin.
It should be enough, you need to transfer the wp_ipanorama table data and recreate items, plus change url of course
No, its not working. When I go to Item, I get blank, no scenes, no markers, nothing.
What do you mean by recreate items?. I can see the previously listed items, but nothing inside it.
Everything is stored in that table. So we need to look at the logs, maybe there are errors or warnings. I just can’t say anything more as I don’t have an access to check this issue.
Hi, I wanted to know, if we can provide option in the scene to toggle the marker points from the scene. In the free version I donot see any such option. It may be good, if user wants to see the whole scene without interference.
Sorry for the late answer. It can be done with js code only. Markers are HTML elements and we can hide them using jQuery or pure js after some action on a web page.
Can you please share a sample working code for this. I tried but not getting the desired results. Also, it will be great if in front there can be an option to toggle markers, just like toggle fullscreen option is there.
let visible = true;
$('body').on('click', () => {
visible = !visible;
$('.ipnrm-markers').css({'display': (visible ? 'block' : 'none')});
});
Tengo una licencia y al actualizar se pasa a versión Lite. Donde puedo poner la clave de licencia para volver a versión pro que he comprado.
Hi. This is because wp auto-update takes the plugin from wordpress.org where the free version is located. To update pro you need to download the package from your codecanyon profile and update it manually.
Love this plugin but I don’t think it’s compatible with PHP 8+, I can only run the two sites I use it on in PHP 7.4. I have stopped all plugins and reactivated them one at a time and this is the plugin that’s the culprit. Do you have any recommendations on this, I would like to delete PHP7.4 off my server and these two sites are my last two to migrate to PHP8.3
Hello. I am using PHP 8.2 in my development environment and the plugin works. If you have any issues on your side, just let me know about them and I will test.
Ok I’ll try 8.2. After further investigation, I may have the wrong or outdated versions installed, one says it’s light, the other says its pro, I noticed when I redownload the latest item from here and when it installs it wants to install to “plugins\ipanorama-pro”.
One site has a folder called “ipanorama-360-virtual-tour-builder-lite” (Version 1.8.2). It’s installed into a folder: “plugins/ipanorama-360-virtual-tour-builder-lite”
The other site states: iPanorama 360 (PRO) – Version 1.3.9. and is in a folder named: “plugins/ipanorama”. This is the pro version from what I can tell but it’s folder install is different than the recent downloads mentioned above.
Maybe I never installed the two licenses properly from the start, at least on the one site, I bought from CodeCanyon? Is there a way to properly upgrade/update to the new latest version and not loose my existing walkthroughs? When I tried installing the latest version and relicense when I was troubleshooting a few weeks ago, it blew away all my walkthroughs I have created. I was able to restore the sites with a backup so not a big deal but it would suck to have to rebuild those again lol.
Just delete all those folders with the ipanorama plugin and reinstall it from the codecanyon package, all items will remain. This is the correct way to do it.
Ok I’ll try again, last time all the tours disappeared but I may have deleted the plugins in wordpress admin rather than just deleting the folders first before installing the new one, i’ll let you know this weekend. thanks again!
Sorry it took so long for me to update this, one lite version updated perfectly, the other site that states it has iPanorama 360 (PRO) Version 1.3.9 | By Avirtum and installed in a folder called plugins/ipanorama doesn’t seem to want to update for some reason. I delete the folder, install the plugin as normal and it doesn’t display any of the items we created. They are just gone. Thoughts?
Hello. They can’t gone, because the plugin doesn’t delete item on deactivate or delete events, only a user can delete them manually. Anyway, if you have a problem you can email me or use the support form and I will try to help you. Please, do not use comments for this.)
So I also tried installing the new version without deleting the old version and it just installs right along side it. I thought maybe it would try to update/migrate the items over. Looks like the latest version just installs into folder called plugins\ipanorama-pro and runs along side the 1.3.9 version. Do you have an export/import feature or anything like that or any other solutions I should try?
I should see it by myself what is going on, but for this I need wp-admin access. This is why I’m asking about using the support form from my profile – https://codecanyon.net/user/avirtum
Update, I also tried uninstalling it by deleting the folder, then installing the lite version from the repository but it still doesn’t see the items from the older plugin.
It’s because you have very old version. To see your items try install this version – https://drive.google.com/file/d/14Neu8A1IXT5s87TM-JFzOzBvZErSGTyk/view?usp=drive_link, it’s a package before the big update.
Hi, is there a way to put a panorama as background in elementor? i want to make somethinf similar to this: https://storage.net-fs.com/hosting/6406328/115/ (clic on the initial image lo load the panorama and menu)
Sorry, but this feature is not supported.
Hello, I want some markers to be parallel (flat) to the ground, in the same way that the shape can do. it’s possible?
Sorry, but no it’s impossible
Hello sir,
Please how can I use your plugin to achieve this:
https://www.apple.com/uk/airpods-pro/Thank You
This plugin is for virtual tours, 360 view, so it can’t achieve this.
I want to use the following feature, but it seems very slow on your demo to go from a room to another, is there a way to make it load fast: Simple virtual tour with custom hotspots
It depends on scene image size, because the plugin loads full scene image at once.
Hello , Is there a SaaS model in place where my website users may subscribe to my site & create a tour under their account ?
Sorry, but no