Suchergebnisse
Suchergebnisse 1-20 von insgesamt 25.
The "blurred tiles" should disappear after the original has been loaded. I once experienced a similar "problem" and found the simple fact that some tiles were missing in my online-tour... I checked the number of files on my local PC and compared to the number on my server. Online 3 tiles were missing. After I re-uploaded them, everything was fine. Maybe it is the same issue you are facing now?
Hi! The gyro-plugins seems not to work in Opera on mobile. Is this a known issue?
Hi! I created a HTML-file I want to include in my tour by clicking a new button. Within this HTML-File I want to fire actions for the tour where it is embedded/opened in. I tried var krpano = document.parent.getElementById("krpanoSWFObject"); to get the interface-object. But this always is NULL. Using the "embed"-code (which is recommended in the documentation) I fail beause I cannot defince a target - for my understanding there is no target within my external HTML-file, is it? So: how can I get...
Zitat von »vrTourSoft« Objects and points you create in the map editor. Additional question: what map editor do you mean? I bought your tool yesterday (company version) but to use the map editor I have to create a plan at first. Creating a plan is not possibile without chosing an image... I do not habe an image (?). Am I missing something?
Is there really a difference between "one room with different spots/panos" and "multiple rooms"?
Just had a look at your website and got a question: what is the difference between private and company version?
At first: the problem occured in different plugins I bought and I wanted at least one solution. Of course I post the same question in each of them because they may handle it in a different way. Since I got ignored in all of the threads I tried to figure out what's the reason for the issue. After finding the reason I think it is a kind of "duty" to clarify the issues - and to show that it has nothing to do with the plugins themselves. Doing this I want to clarify that the developers of these plug...
Hello everybody, I managed to do a step forward and found the reason for the problem. Alas I cannot see any solution to solve the problem... The problem is caused by the SameSite-attribute for cookies. Since late 2019 or early 2020 Google Chrome checks the attribute with a default setting of "lax". Others browsers do these checks, too, but take no consequences. Chrome simply blocks the cookie and therefore the site tries to set it again and again. Does anyone have any idea to solve this? It is n...
Hello everybody, I managed to do a step forward and found the reason for the problem. Alas I cannot see any solution to solve the problem... The problem is caused by the SameSite-attribute for cookies. Since late 2019 or early 2020 Google Chrome checks the attribute with a default setting of "lax". Others browsers do these checks, too, but take no consequences. Chrome simply blocks the cookie and therefore the site tries to set it again and again. Does anyone have any idea to solve this? It is n...
Hello everybody, I managed to do a step forward and found the reason for the problem. Alas I cannot see any solution to solve the problem... The problem is caused by the SameSite-attribute for cookies. Since late 2019 or early 2020 Google Chrome checks the attribute with a default setting of "lax". Others browsers do these checks, too, but take no consequences. Chrome simply blocks the cookie and therefore the site tries to set it again and again. Does anyone have any idea to solve this? It is n...
In general I am with indexofrefraction. But wouldn't it be possible to check, if the thumbs-bar is tweening and suppress the tooltip while it is tweening? Of course, it would be a workaround, not a perfect solution. So it is something like "remove the hover-effect for tooltips dynamically and add it after tweening (and remove again if the bar is hidden again)."
Just tested single Pano with a file named "R0010094-bearbeitet-hdr.denoise.jpg" and didn't get any errors using MAKE PANO (MULTIRES) droplet.bat
Hi there! I have to get back to the issues described here, especially the cookie-issue: in the meantime websites have to have a cookie policy and most of these sites solve this by using a simple "cookie banner" one has to read and accept the cookie policies to continue on the website. For some features, using Google-Maps in the contact page for example, accepting at least the technical/essential cookies is mandatory. If I open a page like this via the "iframe"-function as described above it work...
Hi! I just bought the Plug-In and tried to link/embed to http://mehlinger-heide.de/ If you open the site the first time you have to accept the cookie policy. Alas this is not working when opened within a pano. The site reloads after the acceptance and the acceptance-requests pops up again... How to solve this issue? UPDATE The problem seems to occur on Google Chrome only - all other browsers I tested work as intended ( )
Hi! When using an iframe to open a website in it I have quite some problems e.g. with sites like this one: https://www.brauschmie.de/ The first "layer" on this site is an age barrier (because of alcohol information). The site opens in an iframe, I check the age, the site reloads... and it show the barrier again, and again, and again... I cannot manage to get past the barrier for reasons I do not know. Maybe some else knows how to solve this?
Hey! I cannot confirm. At least my Theta Z1 is naming the JPG-files: R0010000.JPG R0010001.JPG R0010002.JPG etc. (same counts for RAW except for the extension which is .DNG)
Hi! I am having problems with open_url: (1) When opening a site that uses GDPR/Cookie-Banner one has to accept the settings to use the site properly. But if I open a site inline using open_url the banner-popup continues to appear. (2) When testing locally I can open the site but online the command does not open anything. see link for example: sample (move to spot 3 please) my code is quite simple here: Quellcode 1 2 3 4 <plugin name="blur" devices="html5" keep="true" url="plugins/pp_blur.js" ena...
Hi! You were right: krpano did not use the real values when calling the playsound-action... As you can see I used the trace command to show the values but, well, they haven't been used. After using get() on the variables the systems uses them as intended - THANKS A LOT!!!