Search found 13018 matches

by Hopki
Mon Apr 01, 2024 10:58 am
Forum: Pano2VR general
Topic: HTML pop-ups on mobile
Replies: 5
Views: 775

Re: HTML pop-ups on mobile

Hi, By default, the default skins do not allow a web page to open inline/use an iframe to open on a mobile, however, you can easily change this. Looking at the Venis Skin, but also works with all default skins. Open the Venis skin and save it to your project directory, you have to do this as all the...
by Hopki
Thu Mar 28, 2024 5:00 pm
Forum: Pano2VR general
Topic: JS - getViewerSize wrong output
Replies: 1
Views: 88

Re: JS - getViewerSize wrong output

Hi AeroPixel,
Do you have skin margins?
This is what we use to detect player width in logic blocks.
Regards,
by Hopki
Tue Mar 26, 2024 8:35 pm
Forum: Object2VR general
Topic: Feature wishlist
Replies: 161
Views: 2971616

Re: Feature wishlist

Hi mostah,
This is still very much on our list, but not there just yet.
Regards,
by Hopki
Mon Mar 25, 2024 3:31 pm
Forum: Pano2VR - Google Street View Export
Topic: Camera for Street View in Pano2VR
Replies: 1
Views: 251

Re: Camera for Street View in Pano2VR

Hi, Moved this post to the correct forum, selecting the correct forum will get more eyes on your post from people with the most experience on your subject. But my 2 pennies' worth would be it depends on the quality you are offering. Knowing how unreliable Street View tours are I would recommend you ...
by Hopki
Mon Mar 25, 2024 3:20 pm
Forum: Pano2VR general
Topic: How to switch between different photo occasions in a node?
Replies: 3
Views: 487

Re: How to switch between different photo occasions in a node?

Hi ismarker,
Reading your post again, and what I missed the first time was you said,
There are 35 images/nodes from each occasion
So you have two or more sets of 35 nodes then this would probably be the better project, please see this document.
Regards,
by Hopki
Sat Mar 23, 2024 2:06 pm
Forum: Pano2VR general
Topic: How to switch between different photo occasions in a node?
Replies: 3
Views: 487

Re: How to switch between different photo occasions in a node?

Hi, Here is a different take on comparing states of the same panorama within a tour. This can be used to display different seasons in the same location or different stages of a construction site etc, what we call different view states. In this example, nodes two and four have different view states. ...
by Hopki
Sat Mar 23, 2024 1:59 pm
Forum: CMS Plugins
Topic: OBJ2VR - Hosting Package on MS Azure
Replies: 1
Views: 215

Re: OBJ2VR - Hosting Package on MS Azure

Hi,
The plugin allows you to add a URL, please see this page: https://ggnome.com/doc/pano2vr/export/o ... s-plugins/
Also, WordPress allows for iframes.
Regards,
by Hopki
Mon Mar 18, 2024 2:09 pm
Forum: Pano2VR general
Topic: Close X does not work on mobile
Replies: 2
Views: 105

Re: Close X does not work on mobile

Hi,
It looks like you have a container coving the close button.
The brower console shows, class="ggskin ggskin_container btnanim1" it is hiddent so must become active when teh player width is reduced to less than 1024px.
Regards,
by Hopki
Sun Mar 17, 2024 9:19 pm
Forum: Pano2VR/Object2VR Skins
Topic: gallery iframe with node_no
Replies: 3
Views: 139

Re: gallery iframe with node_no

Hi,
You could of also used custom node IDs, but node IDs are just as good with this project.
Regards,
by Hopki
Sat Mar 16, 2024 12:25 pm
Forum: Pano2VR/Object2VR Skins
Topic: gallery iframe with node_no
Replies: 3
Views: 139

Re: gallery iframe with node_no

Hi, In V7 you would use a regular expression for the Hotspot Proxy ID. In the attached project the Polygon Hotspot IDs are Image01 and Image02, because you want different Hotspot IDs. So the Hotspot Proxy ID used in the container, poly_popup_control will be #Image.* The Hotspot Proxy ID is looking f...
by Hopki
Fri Mar 15, 2024 2:44 pm
Forum: Pano2VR general
Topic: Drobown Menue with Filter -> Links do not work anymore
Replies: 6
Views: 201

Re: Drobown Menue with Filter -> Links do not work anymore

Hi, Without digging into your custom skin, what you need to do is set the tag to the node cloner. Using a stranded material_index skin, you need a way to set the tag to the node cloner. The skin attached skin has a new variable, set_tag which is a text variable. This is exposed with the title: Filte...
by Hopki
Fri Mar 15, 2024 1:41 pm
Forum: Pano2VR general
Topic: Rotate Flat "Panorama" Image
Replies: 2
Views: 146

Re: Rotate Flat "Panorama" Image

Hi,
The orientation is saved in the image.
Open in a photo editor, rotate to the correct orientation and then save.
Regards,
by Hopki
Thu Mar 14, 2024 6:54 pm
Forum: Pano2VR general
Topic: Drobown Menue with Filter -> Links do not work anymore
Replies: 6
Views: 201

Re: Drobown Menue with Filter -> Links do not work anymore

Hi, Looking at your skin, you are using the category cloner which cannot be used to open panoramas to show the nodes? The idea here is you first see the categories, then after selecting a category you show the node cloner, which has the open next panorama action. What is it you are trying to do, ple...
by Hopki
Thu Mar 14, 2024 1:35 pm
Forum: Pano2VR general
Topic: Drobown Menue with Filter -> Links do not work anymore
Replies: 6
Views: 201

Re: Drobown Menue with Filter -> Links do not work anymore

Hi,
Adding a tag to a few panos and using the filter works as should with the menu only showing the tagged panoramas and they are selectable.
What's the action you are using with the action filter?
Can you post your skin?
Regards,
by Hopki
Wed Mar 13, 2024 10:31 pm
Forum: Pano2VR general
Topic: Playing with 360 video
Replies: 4
Views: 194

Re: Playing with 360 video

Hi Michael, I guess you can use any skin but what you may want to do is add a seek bar element and assign it to the video panorama. This way you can then scrub the video etc. Please find a component that adds the seek bar and play and pause buttons. Add the component to your skin and then make sure ...