Page 1 of 2

Remove "Created with Pano2VR" dialog?

Posted: Tue Feb 14, 2012 10:43 am
by christofink
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

Re: Remove "Created with Pano2VR" dialog?

Posted: Thu Jun 14, 2012 8:37 am
by commodore64
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..

Re: Remove "Created with Pano2VR" dialog?

Posted: Fri Jun 15, 2012 6:42 am
by kris
I too have the same problem in HTML format, also the skin gets disappears when right clicked.

Re: Remove "Created with Pano2VR" dialog?

Posted: Fri Jun 15, 2012 8:52 pm
by Hopki
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

Re: Remove "Created with Pano2VR" dialog?

Posted: Wed Jun 20, 2012 9:37 am
by commodore64
we updgraded to "1 user unbranded license"..

Re: Remove "Created with Pano2VR" dialog?

Posted: Sun May 20, 2018 8:48 pm
by Mark360
Hi it would seem I have the same problem with v6 pro.
Has to be something simple.

Re: Remove "Created with Pano2VR" dialog?

Posted: Mon May 21, 2018 12:15 pm
by Tony
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

Re: Remove "Created with Pano2VR" dialog?

Posted: Mon May 21, 2018 1:03 pm
by Mark360
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.

Re: Remove "Created with Pano2VR" dialog?

Posted: Mon May 21, 2018 1:44 pm
by Hopki
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

Re: Remove "Created with Pano2VR" dialog?

Posted: Mon May 21, 2018 1:55 pm
by Tony
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

Re: Remove "Created with Pano2VR" dialog?

Posted: Mon May 21, 2018 2:09 pm
by Tony
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

Re: Remove "Created with Pano2VR" dialog?

Posted: Mon May 21, 2018 2:38 pm
by Hopki
Awesome 8)

Re: Remove "Created with Pano2VR" dialog?

Posted: Mon May 21, 2018 2:40 pm
by Tony
Thank Hopki,

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

Tony

Re: Remove "Created with Pano2VR" dialog?

Posted: Tue May 22, 2018 9:12 am
by christoph
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

Re: Remove "Created with Pano2VR" dialog?

Posted: Tue May 22, 2018 9:36 am
by christoph
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