Remove "Created with Pano2VR" dialog?

Q&A about the latest versions
christofink
Posts: 1
Joined: Tue Feb 14, 2012 10:24 am

Hi,

Recently I updated my version from 3.1 to 3.12 and now I have a "Created with Pano2VR" dialog when I right clicking on my html5 build.
Any ideas how this can be removed?

Thanks
Attachments
example.jpg
example.jpg (85.19 KiB) Viewed 10576 times
commodore64
Posts: 40
Joined: Mon Feb 16, 2009 11:38 am

I had the same problem.. its still not resolved,
share-it says its not their problem (although the problem seems to be that we received wrong licence on the upgrade)
and gardengnome people havent solved it either..
kris
Posts: 105
Joined: Wed Feb 15, 2012 9:37 am

I too have the same problem in HTML format, also the skin gets disappears when right clicked.
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
This is because you have a branded licence.
To remove this you need the unbranded option.
I know you will say it was not in an older version but it should have been, it was a mistake that it was not in the branded version. All the HTML5 examples on our page should also show this.

When you right button click the way HTML5 works is the skin is removed while viewing the context menu.
Of course you can not right button click on an iPhone or iPad.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
commodore64
Posts: 40
Joined: Mon Feb 16, 2009 11:38 am

we updgraded to "1 user unbranded license"..
User avatar
Mark360
Posts: 39
Joined: Thu May 17, 2018 11:15 pm
Location: England and USA

Hi it would seem I have the same problem with v6 pro.
Has to be something simple.
Attachments
created by.PNG
created by.PNG (305.76 KiB) Viewed 8562 times
If it looks impossible you just have not found the right angle to view it from.
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Hi,

I have a Pro License and clicking on the Hide 'Created with Pano2VR' in Control/Context Menu works and right clicking on the tour doesn't show the popup.

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
User avatar
Mark360
Posts: 39
Joined: Thu May 17, 2018 11:15 pm
Location: England and USA

Thank you Tony once again for coming to my rescue. Never thought to look there. I looked under settings etc.

Shame there is no option to add our own created by or is there and I just don't know about it?

Learning curve vertical but so much fun.
If it looks impossible you just have not found the right angle to view it from.
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Mark,
There is!
Under the Control tab you can enter Text and then a lining URL
In the text you can even use the image tag <image> and add a logo.
Go to our website then:
Documents => Pano2VR 6.0 beta
Then from the side menu select Tips => Adding a Logo to the Context Menu (Its a V5 project but also works the sane in V6.0)
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Hi Mark,
Shame there is no option to add our own created by or is there and I just don't know about it?
Damn! Hopki beat me to it.

In the Context Menu section you can add Text and Links or just text as well as set some default items the user can change such as projections.

Image

In the project those settings look like this...

Image

Here's the output...

https://s3-ap-southeast-2.amazonaws.com ... index.html

cheers,

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Hi,

Just followed Hopki's tutorial on YouTube on adding a custom logo as I'd never done it before. https://youtu.be/HfRaKdsgwQ0

The project has been updated.

https://s3-ap-southeast-2.amazonaws.com ... index.html

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Awesome 8)
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Thank Hopki,

Quick question. Can you change the rollover color from blue to something else?

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
christoph
Gnome
Posts: 108
Joined: Mon Aug 20, 2012 3:01 pm

Hi Tony!
You can change the background color for the rollover effect through css:
- in your index.html, you have a css <style> tag.
- somewhere inside that tag put the following line:

Code: Select all

 .gg_context_row:hover { background-color: orange !important}
Regards,
Christoph
christoph
Gnome
Posts: 108
Joined: Mon Aug 20, 2012 3:01 pm

Btw.:
you can change the text color of all the context menu entries by adding these 2 lines:

Code: Select all

.gg_context_row a { color: green !important}
.gg_context_row { color: green !important}
to change the background color of the context menu, add:

Code: Select all

.gg_contextmenu { background-color: pink !important}
Regards,
Christoph
Post Reply