WebSite X5Help Center

 
Evgeni P.
Evgeni P.
User

360 degree virtual pano tour with krpano  en

Autor: Evgeni P.
Visited 1326, Followers 1, Udostępniony 0  

Hello ,
how can I attach multiple virtual tours, such as a gallery or subpages? Virtual tours are made with Panotour Pro?I tried to add them as code to read from a directory, but nothing is shown, please help

Posted on the
15 ODPOWIEDZI - 1 POMOCNY
Aleksej H.
Aleksej H.
Moderator

Hello.Use the HTML code object.

On the first tab, you can add the "main" panorama file as code. If needed, you can add other files on the Expert tab. But I would recommend loading them separately and changing the paths in the HTML code.

Czytaj więcej
Posted on the from Aleksej H.
Evgeni P.
Evgeni P.
User
Autor

Hello, I try but... 

First I put HTML code

After I go on EXPER to put the other file :

But nothing happened, I read, I looked at what other examples they gave, I tried, but .... it didn't happen and for that I am looking for help if someone has done or has a certain way or plugin to do it

Czytaj więcej
Posted on the from Evgeni P.
Paul M.
Paul M.
Moderator

Hello Evgeni,

I don't know anything about the specific feature you are attempting to integrate, but I can tell you that the code in your screenshot above is definitely incorrect, at least for use with WebSite X5.

Remove the opening and closing HTML and HEAD tags...

<html> </html>

<head> </head>

...as these should not be used when inserting code in this way.

If your script really does need some code placed in the HEAD of the webpage (and the META tags if required should certainly be in the HEAD), then that should be inserted via the Page Properties as opposed to the HTML Object.

Also, it's unlikely that you will need to link the file shown in the second screenshot.  What was your reasoning for doing that?

Kind regards,

Paul

Search the WebSite X5 Help Center

Czytaj więcej
Posted on the from Paul M.
JiPeR 48
JiPeR 48
Moderator

Hi Evgeni,

I think you have to put the files built by the software in a folder on the server, and call the panorama via a specific link.

There is a good tutorial, (broadcast a virtual tour on the Internet or locally) but it's in French. I did not find one in English ...

Maybe you could help yourself with the images of the video?

The video is here: https://www.youtube.com/watch?v=pU3zkt4aPbk

Note: I've not this sofware. I just did a search to try to help you.

J.P.

Czytaj więcej
Posted on the from JiPeR 48
Evgeni P.
Evgeni P.
User
Autor

Hello Paul , 

The code together with the folder on the second screen is exported directly from the virtual tour program. When placed as a direct link, it works without a problem, but I want to integrate it into the page itself, not as an additional page.
Here https://helpcenter.websitex5.com/pl/post/156859 a similar tour is commented and there is mentioned what I did in the second photo

Czytaj więcej
Posted on the from Evgeni P.
Paul M.
Paul M.
Moderator

Unfortunately the information in the other thread will probably not be useful on this occasion as each software has different and unique installation methods.

I would like to help you but I am struggling to work out what software you are trying to integrate with WebSite X5.

Is it this one:

https://krpano.com/home/

If not, then could you post a link to the software developers' website?

Czytaj więcej
Posted on the from Paul M.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Evgeni P.
 ... ... The code together with the folder on the second screen is exported directly from the virtual tour program. When placed as a direct link, it works without a problem, but I want to integrate it into the page itself, not as an additional page. ... ... ... 
... with the <IFRAME> code it's very simple, and even more ...

ciao

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
Evgeni P.
Evgeni P.
User
Autor

Hello Paul M. ,

Yes, this is it

Czytaj więcej
Posted on the from Evgeni P.
Evgeni P.
Evgeni P.
User
Autor

Hello KolAsim,

How is it correct to do, to add the code exported from the program for the virtual tour in Iframe code and it becomes like a frame and everything works inside?
If so, great, but if he wants to get to full screen, maybe he should load on a separate page? 

Czytaj więcej
Posted on the from Evgeni P.
Evgeni P.
Evgeni P.
User
Autor

HelloJiper 85,
Тhanks for your reply. At the moment I have done it as a separate page with a link, but I wanted if it is possible to embed in the page, the tours will be several and it would seem good to be embedded.

Czytaj więcej
Posted on the from Evgeni P.
Paul M.
Paul M.
Moderator

Thanks for the link, Evgeni.

I'm still slightly confused.  There are detailed instructions on how to embed, here:

https://krpano.com/docu/html/#top

But they don't bear much resemblance to your existing code at all.  Did you copy that code from an alternate source?  Could you post the link?

Or go with KolAsim's suggestion, which would be a straightforward solution.

Czytaj więcej
Posted on the from Paul M.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Evgeni P.
Hello KolAsim, ... ... ...  but if he wants to get to full screen, maybe he should load on a separate page? 

(It > En) ...in this case it becomes simple with my historical method EXTRA, DIV_CUSTOM+IFRAME ...
... if you are interested, in order to be able to evaluate, you must post the LINK of your 360 virtual tour page, and also the LINK of your site page in which to insert as a background, and this page of the site must have transparent backgrounds...
(in the end it will be a simple copy/paste of the code)

.

ciao

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
A J.
A J.
User

@Evgeni P,

Here you go, please use the following code within the html object and your good to go!

<iframe src="Place The Virtual Tour Location Here i.e. https://virtual.com/virtualtourfolder/starting_pano_name.htm_or_html" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen="" style="height: 100%; width:100%"> </iframe>

Please be sure that you've alrady placed the entire tour folder on the server first. Set the size of the iframe within X5, the virtual tour settings within the virtual tour application itself should allow for the user to switch back and forth between fullscreen and nonfullscreen views with no issues and thats no precursor for an iframe not allowing fullscreen views. Of course we all know that ios devices don't allow fullscreen buttons at this time. 

Anyway, really hope this helps and have a great day.

Czytaj więcej
Posted on the from A J.
Evgeni P.
Evgeni P.
User
Autor

Thanks to everyone for the answers, I liked Iframe, so I did.

Czytaj więcej
Posted on the from Evgeni P.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... ... in fact, as mentioned, it is the simplest and most immediate way ... ...wink

 ‪ KolAsim ‪ ‪
... ...  ... with the <IFRAME> code it's very simple, and even more ... ... ... 

ciao

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪