Hi Marcel,
When you see this error, just wait a minute and press the Upload Project button again and it will go away.
Speaking with the team, it has to do with the fact that Google spread the project over several servers.
The error is generated when one of the servers does not have all the ...
Search found 13433 matches
- Mon Jun 16, 2025 8:10 pm
- Forum: Pano2VR - Google Street View Export
- Topic: Error transferring with Streetview
- Replies: 1
- Views: 57
- Fri Jun 13, 2025 12:23 pm
- Forum: Pano2VR/Object2VR Skins
- Topic: One Time Polygon Hotspot Flash on Load
- Replies: 1
- Views: 45
Re: One Time Polygon Hotspot Flash on Load
Hi,
You can use a timer.
For example, set the polygons in the output properties to Always visible.
In the skin, add a timer set to
Type: Start
Timeout: 2
Repeat: One Time
Give the timer the action:
Source: Deactivate
Action: Player Settings
Type: Set Polygon Mode
Mode: Show Current
What will ...
You can use a timer.
For example, set the polygons in the output properties to Always visible.
In the skin, add a timer set to
Type: Start
Timeout: 2
Repeat: One Time
Give the timer the action:
Source: Deactivate
Action: Player Settings
Type: Set Polygon Mode
Mode: Show Current
What will ...
- Mon Jun 09, 2025 5:25 pm
- Forum: Pano2VR/Object2VR Skins
- Topic: How to change the title of the thumbnail in the menu bar
- Replies: 1
- Views: 69
Re: How to change the title of the thumbnail in the menu bar
Hi,
If you used a Placeholder, for example $(ut), this picks up the name of the Node's Title, User Data Title.
This will be found in the pano.xml file.
Here is an example of what you will see when you open the pano.xml file using a plain text editor:
1.jpg
Highlighted in red is the User Data ...
If you used a Placeholder, for example $(ut), this picks up the name of the Node's Title, User Data Title.
This will be found in the pano.xml file.
Here is an example of what you will see when you open the pano.xml file using a plain text editor:
1.jpg
Highlighted in red is the User Data ...
- Mon Jun 09, 2025 1:23 pm
- Forum: CMS Plugins
- Topic: How to insert a virtual tour in WordPress
- Replies: 3
- Views: 117
Re: How to insert a virtual tour in WordPress
Hi Alain,
Take a look at this webinar.
It goes into a lot of detail about WordPress.
Also see our documents page: WordPress Plugin
If you need to find anything, our website has a Search feature, try using that first as it may be quicker.
Regards,
Take a look at this webinar.
It goes into a lot of detail about WordPress.
Also see our documents page: WordPress Plugin
If you need to find anything, our website has a Search feature, try using that first as it may be quicker.
Regards,
- Thu Jun 05, 2025 5:09 pm
- Forum: Pano2VR/Object2VR Skins
- Topic: Can you use variables in any skin elements properties?
- Replies: 5
- Views: 204
Re: Can you use variables in any skin elements properties?
Hi George,
Doing a bit of digging, we have come up with something that can adjust the border width of an element and change the angle just with custom properties.
Please see the attached project.
The Angle was easy and part of Pano2VR, as there is an action for it.
The border needed a bit of ...
Doing a bit of digging, we have come up with something that can adjust the border width of an element and change the angle just with custom properties.
Please see the attached project.
The Angle was easy and part of Pano2VR, as there is an action for it.
The border needed a bit of ...
- Wed Jun 04, 2025 8:13 pm
- Forum: Pano2VR/Object2VR Skins
- Topic: Can you use variables in any skin elements properties?
- Replies: 5
- Views: 204
Re: Can you use variables in any skin elements properties?
Hi George,
I understand what you're saying, but for example, the border width can only be changed by a logic block, which needs to be triggered by a condition and, when met, will apply a fixed value.
So, at the moment, you will need to define set values.
But you can define one logic block, then ...
I understand what you're saying, but for example, the border width can only be changed by a logic block, which needs to be triggered by a condition and, when met, will apply a fixed value.
So, at the moment, you will need to define set values.
But you can define one logic block, then ...
- Wed Jun 04, 2025 12:46 pm
- Forum: Pano2VR - Google Street View Export
- Topic: SearchNearby is blocked.
- Replies: 2
- Views: 103
Re: SearchNearby is blocked.
Hi Chris,
Remove your API key from Pano2VR 7’s Settings and try again.
Regards,
Remove your API key from Pano2VR 7’s Settings and try again.
Regards,
- Mon Jun 02, 2025 10:00 am
- Forum: Pano2VR general
- Topic: Embedding Object2vr to Pano2vr as a pop up with the polygon hotpots
- Replies: 3
- Views: 92
Re: Embedding Object2vr to Pano2vr as a pop up with the polygon hotpots
Hi Michael,
Have a look at this forum post: https://forum.ggnome.com/viewtopic.php?p=67079#p67079
It uses the Point Hotspot Web Component that came with Pano2VR 6.
It then shows how to use it with a Polygon Hotspot.
If you have Pano2VR 7 you may not have the web component, but you can get it from ...
Have a look at this forum post: https://forum.ggnome.com/viewtopic.php?p=67079#p67079
It uses the Point Hotspot Web Component that came with Pano2VR 6.
It then shows how to use it with a Polygon Hotspot.
If you have Pano2VR 7 you may not have the web component, but you can get it from ...
- Sat May 31, 2025 2:15 pm
- Forum: Pano2VR general
- Topic: Embedding Object2vr to Pano2vr as a pop up with the polygon hotpots
- Replies: 3
- Views: 92
Re: Embedding Object2vr to Pano2vr as a pop up with the polygon hotpots
Hi,
Two questions,
Q1, Which Pano2VR skin are you using?
Q2, what is the size of the “viewport” you have the Pano2VR output displayed in?
Can you share a link?
Regards,
Two questions,
Q1, Which Pano2VR skin are you using?
Q2, what is the size of the “viewport” you have the Pano2VR output displayed in?
Can you share a link?
Regards,
- Wed May 28, 2025 8:53 pm
- Forum: Pano2VR/Object2VR Skins
- Topic: Can you use variables in any skin elements properties?
- Replies: 5
- Views: 204
Re: Can you use variables in any skin elements properties?
Hi George,
You would change the text size using CSS.
You can use a CSS logic block to read a Custom Hotspot Property to change the CSS class, thus changing the text size.
In the attached project, the skin has added CSS in the style sheet.
.ggskin.larger {
font-size: 24px;
}
Then the point ...
You would change the text size using CSS.
You can use a CSS logic block to read a Custom Hotspot Property to change the CSS class, thus changing the text size.
In the attached project, the skin has added CSS in the style sheet.
.ggskin.larger {
font-size: 24px;
}
Then the point ...
- Tue May 27, 2025 5:15 pm
- Forum: Object2VR general
- Topic: Resetting the View at exact center position
- Replies: 11
- Views: 6999
Re: Resetting the View at exact center position
Hi,
The values you are using, obj.moveToXYZoom(obj.getX(), obj.getY(), 1, 2, 0, 0, 0.05);
You seem to have to many numbers in the call as well.
It shoudl be:
So the middle of the screen is 0.5/0.5 and not 0/0.
The values you are using, obj.moveToXYZoom(obj.getX(), obj.getY(), 1, 2, 0, 0, 0.05);
You seem to have to many numbers in the call as well.
It shoudl be:
Code: Select all
obj.moveToXYZoom(obj.getX(), obj.getY(), 1, 2, 0.5, 0.5);
- Tue May 27, 2025 3:34 pm
- Forum: Pano2VR/Object2VR Skins
- Topic: Context Menu and Hyperlink text CSS
- Replies: 9
- Views: 19155
Re: Context Menu and Hyperlink text CSS
Hi Julien,
The team looked at this and came up with a solution.
In the skin's CSS style sheet, you need to add:
div:has(> span > hr):hover {
background-color: inherit !important;
}
So it looks like this:
1.jpg
Then in the context menu, menu list add <hr> .
This will add the line.
2.jpg ...
The team looked at this and came up with a solution.
In the skin's CSS style sheet, you need to add:
div:has(> span > hr):hover {
background-color: inherit !important;
}
So it looks like this:
1.jpg
Then in the context menu, menu list add <hr> .
This will add the line.
2.jpg ...
- Tue May 27, 2025 11:36 am
- Forum: Object2VR general
- Topic: Resetting the View at exact center position
- Replies: 11
- Views: 6999
Re: Resetting the View at exact center position
Hi NishantA23,
Just to confirm, when you are referring to the image scaling, you mean as found under the Image Settings in the Web Output, where you have Min, Max, Horizontal, Vertical and None.
We see this bug when we set this to Max, can you say what your setting is.
We will need to look into this ...
Just to confirm, when you are referring to the image scaling, you mean as found under the Image Settings in the Web Output, where you have Min, Max, Horizontal, Vertical and None.
We see this bug when we set this to Max, can you say what your setting is.
We will need to look into this ...
- Tue May 27, 2025 11:19 am
- Forum: Pano2VR general
- Topic: VR Mode Not working
- Replies: 1
- Views: 554
Re: VR Mode Not working
Hi Panayiotis,
We moved away from supporting non-WebVR devices such as iPhones due to the fact that Google abandoned the polyfill.js project, which was needed for the non native WebVR devices.
Concentrating on WebVR enabled devices, foe example the Quest 3 headset means we can do a lot more ...
We moved away from supporting non-WebVR devices such as iPhones due to the fact that Google abandoned the polyfill.js project, which was needed for the non native WebVR devices.
Concentrating on WebVR enabled devices, foe example the Quest 3 headset means we can do a lot more ...
- Sat May 24, 2025 9:51 pm
- Forum: Object2VR general
- Topic: Resetting the View at exact center position
- Replies: 11
- Views: 6999
Re: Resetting the View at exact center position
Hi NishantA23,
Please see the attached project, it's a simple test using 4320 X 2160 px images made in Photoshop.
Using the same skin it's working as expected.
Maybe you could send your project to support for us to look at, link below.
Regards,
Please see the attached project, it's a simple test using 4320 X 2160 px images made in Photoshop.
Using the same skin it's working as expected.
Maybe you could send your project to support for us to look at, link below.
Regards,