You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-06-02 01:32:33

Toni
Member
From: São Paulo, Brazil
Registered: 2011-06-17
Posts: 21
Website

Possibility to add more than one Logo in each corner

Panotour should have the possibility to add how many logos the user want in each corner.
It should have the option to display it horizontally or vertically.

For example: I would like to add 3 buttons in top right corner for facebook, twitter and send email.
Right now as far as I know I can just put one button in each corner.

An extra feature should be Social Buttons, ready to share the virtual tour by facebook, twitter and email.

Please take your time to comment if you liked it.
Just to let kolor know we have a demand on this feature.

Thank you
Toni

Last edited by Toni (2012-06-02 01:33:48)

Offline

 

#2 2012-06-02 07:19:27

Destiny
Moderator
From: Australia
Registered: 2010-04-27
Posts: 2420
Website

Re: Possibility to add more than one Logo in each corner

Hi.. you can do all this in ptp but you have to hard code it yourself.. WIth the logo Just copy the xml code and change the xy coordinates to the location you want...
With the social media urls, just download the graphic and add it to your tour....

Destiny...


Virtual Tours and 3D/360 Object/Product Photographer - Our aim is to create a 3D/360 Virtual Tour Shop/Store with links to 3D/360 degree products. My gear, VR Drive II - D90 - Nikon 10.5 fisheye - Nikon D800 with Nikon-Nikkor 14-24 - NOVOFLEX Magic Balance - Acratech GP Ball-head - Nodal Ninja 4 + RD-16 Rotor - Manfrotto 190CXPRO4 Carbon Fiber Tripod smile smile

Online

 

#3 2013-06-07 23:52:11

Octavias
Member
From: Brooklyn NY
Registered: 2012-12-12
Posts: 88
Website

Re: Possibility to add more than one Logo in each corner

I have accomplished this as well. Its quite simple if you know a little code!

Just copy and paste the logo code after you export your XML and then change the X,Y coordinates like Destiny pointed out and voila!


"The whole point of taking pictures is so that you don’t have to explain things with words."
http://www.acmbphotography.com/ - website
https://www.facebook.com/ACMBPhotography - facebook
https://www.facebook.com/MaxBolotovPhotography

Offline

 

#4 2013-06-08 08:53:55

Christian Stüben
Member
From: Wuppertal, Germany
Registered: 2012-07-03
Posts: 289
Website

Re: Possibility to add more than one Logo in each corner

Toni wrote:

Panotour should have the possibility to add how many logos the user want in each corner.
It should have the option to display it horizontally or vertically.

For example: I would like to add 3 buttons in top right corner for facebook, twitter and send email.
Right now as far as I know I can just put one button in each corner.

An extra feature should be Social Buttons, ready to share the virtual tour by facebook, twitter and email.

Please take your time to comment if you liked it.
Just to let kolor know we have a demand on this feature.

Thank you
Toni

Yes, direct support from panotour would be great. Destiny already said you must hand code it.

- when buildinmg the tour uncheck "include xml files"
- open the youtour.xml with a texteditor
- search for "logo"
- copy the line, edit name=, x=, y=, url=, onclick=, done.

greetings fro germany
Chris


Code:

    <!--************** Logos **********************************************************************-->
    <plugin name="logo4" zorder="1" url="bkgbewerbdata/graphics/logo4.gif" keep="true" align="rightbottom" x="10" y="10" width="64" height="64" onclick="openurl(http://360.haifischbar.de/,_blank)"/>
    <plugin name="logo5" zorder="1" url="bkgbewerbdata/graphics/BKG_Logo_freigestellt_128.gif" keep="true" align="rightbottom" x="94" y="10" width="118" height="64" onclick="openurl(http://bkg.wtal.de/,_blank)"/>

---
always remember, the world is a flat disk.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson