Search found 16 matches

by JVaron
Mon Mar 13, 2023 5:03 pm
Forum: Pano2VR general
Topic: add direct node access to CustomValue.ggt
Replies: 1
Views: 275

add direct node access to CustomValue.ggt

Is there a way to integrate the direct node access code (found in the normal.ggt html file) with the custom value code (found in the CustomValue.ggt html file) so that you can not only activate different skin elements via the URL, but also go directly to specific nodes? I'm not a javascript expert, ...
by JVaron
Thu Jun 09, 2022 5:20 pm
Forum: Pano2VR general
Topic: Skin Translation - problem with name and location of .pot file
Replies: 1
Views: 531

Skin Translation - problem with name and location of .pot file

I'm experimenting with the new translation features in V7beta4. Here's my problem: When I generate a translation for my skin, the .pot file is not saved to my project's translations folder. Instead, here's the path and filename: /Library/Application Support/GardenGnomeSoftware/Autobackup/skin-2022-0...
by JVaron
Thu Jul 15, 2021 4:29 am
Forum: Pano2VR general
Topic: 360 tour lawsuit
Replies: 35
Views: 20022

Re: 360 tour lawsuit

Any new info on this 360 tour lawsuit/scam? We had a client receive one of these emails today, so we're looking for any guidance from those who have dealt with this in the past.

Thanks!!
by JVaron
Thu Mar 18, 2021 5:35 pm
Forum: Pano2VR general
Topic: ht_node images missing in webxr
Replies: 2
Views: 852

Re: ht_node images missing in webxr

Yes, I understand all that. It's still not working correctly. All I did was create a tour with two nodes and add a few point hotspots to connect the nodes together. The tour uses the silhouette_v6 skin with no changes. In node1, I added a point hotspot with the ht_node skin ID. In standard mode, it ...
by JVaron
Wed Mar 17, 2021 10:48 pm
Forum: Pano2VR general
Topic: ht_node images missing in webxr
Replies: 2
Views: 852

ht_node images missing in webxr

I'm testing the webxr functions on a 2-node tour using 6.1.10. Everything looks great on my phone when I'm in standard mode. But when I switch to VR mode, the hotspot's image in the skin disappears and is replaced with a black circle on node1, and a grey circle on node 2. The circle expands and chan...
by JVaron
Mon Dec 14, 2020 5:44 pm
Forum: Pano2VR general
Topic: can you add a photo hotspot to a floor plan map?
Replies: 0
Views: 8185

can you add a photo hotspot to a floor plan map?

Is it possible to add markers to the maps/floor plans that don't connect to panoramas? Ideally the map could contain two (or more) different kinds of markers - ones that open the various panoramas, and others that open photo galleries, video clips, etc.
by JVaron
Fri Aug 14, 2020 1:08 am
Forum: Pano2VR general
Topic: Embedded video - audio and video don't match up
Replies: 1
Views: 854

Embedded video - audio and video don't match up

I've been testing adding embedded video into a panorama, following the steps outlined in the tutorial (https://ggnome.com/doc/embed-video/)

It works fine until the video involves someone speaking. I can't get the audio and video to match up in the final output.

Any thoughts?
by JVaron
Fri Aug 14, 2020 1:02 am
Forum: Pano2VR general
Topic: scroll speed in scroll area
Replies: 1
Views: 937

scroll speed in scroll area

Is it possible to slow down the speed of the scroll in a scroll area? I have a 100% x 100% scroll area with a map inside it. The map is larger than the screen, and has markers all over it. The user should be able to easily move the map to the marker they want to view and stop. But the scroll area is...
by JVaron
Fri Mar 06, 2020 6:36 pm
Forum: Pano2VR general
Topic: triggering a skin action from within an iframe
Replies: 0
Views: 3931

triggering a skin action from within an iframe

I am using fancybox to open text content in an iframe (I do it this way so the client can easily edit the text in-house). On the HTML page that contains the text in the iframe, I want to add a link within the text that does 2 things. 1) close the fancybox, and 2) trigger-click an element in my skin ...
by JVaron
Thu Apr 11, 2019 3:29 pm
Forum: Pano2VR general
Topic: version 6 thumbnail cloner problem
Replies: 2
Views: 1440

Re: version 6 thumbnail cloner problem

thanks for reporting it. Hopefully a fix will come soon.
by JVaron
Thu Apr 11, 2019 4:14 am
Forum: Pano2VR general
Topic: version 6 thumbnail cloner problem
Replies: 2
Views: 1440

version 6 thumbnail cloner problem

The thumbnail cloner in version 6.0.4 does not react the same as in version 5 - unless I'm doing something wrong. Here's the situation. • I have a scroll area that fills 100% of the screen horizontally and vertically. • Inside that scroll area is a thumbnail cloner with thumbs that are 200px x 100px...
by JVaron
Tue Aug 07, 2018 4:24 pm
Forum: Pano2VR general
Topic: changing the filenames that are automatically generated
Replies: 1
Views: 1195

changing the filenames that are automatically generated

When Pano2VR generates all the output files and code, it automatically names all the files. Any mouse-over graphic gets a filename with "__o.png" or "__o.svg" on the end. The double-underscore in the filename has never been an issue until recently. We have lots of clients that ho...
by JVaron
Tue Jun 20, 2017 11:27 pm
Forum: Pano2VR general
Topic: calling javascript function in 5.1
Replies: 5
Views: 3634

Re: calling javascript function in 5.1

I need to use this LaunchFancybox script to open a lightbox from a clicked hotspot.

In pre 5.1, I used the following script--- javascript:LaunchFancybox ('$hu', 700, 470, 'iframe'), which would grab data from the hotspot URL field and place it in the lightbox.

What do I replace '$hu' with?
by JVaron
Tue Mar 28, 2017 10:53 pm
Forum: Pano2VR general
Topic: playing 360video in mobile browsers
Replies: 1
Views: 1293

playing 360video in mobile browsers

I'm having a hard time getting 360videos to behave uniformly in mobile browsers. So far, I've only checked iOS mobile devices, but since I ran into a roadblock, I thought I'd ask. - In Safari on iOS, I cannot get the video to automatically play, but I CAN add a "play" button to activate th...
by JVaron
Sun Feb 19, 2017 5:56 pm
Forum: Pano2VR general
Topic: calling javascript function in 5.1
Replies: 5
Views: 3634

Re: calling javascript function in 5.1

Thanks, Thomas! That did it.