You are not logged in.

Search results

Search results 1-20 of 102.

Monday, June 19th 2023, 8:42pm

Author: Islander

popup with iframe

I'm using the popup to show an iframe as with the example on krpano website. onclick="popup('iframe', '../beach.php', 900, 700, false);" I looked for the function of the "false" but can't find anywhere; is it for enabling/disabling scroll for the iframe?

Tuesday, October 18th 2022, 5:22pm

Author: Islander

Align flat pano image to top edge of browser

I'm using the flat pano with the following view attribute: <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="70" fovmax="140" limitview="fullrange" /> this is in a context where hotspots on a map point towards equirectangular images and then back to the flat pano map. The limitview="fullrange" is giving me the best result as the flat pano loads every time with full view of the map image. But the only thing that I'm trying to get is to align the map image's upp...

Saturday, September 3rd 2022, 6:34am

Author: Islander

Firefox behaving weird

This case is for the firefox android app(latest version 104.1.0) I noticed that for the flat pano, on loading for first time from server, the pano lacks hotspots and no zooming possible. On reloading the page it works well. Cleared the cache, loading failed this way again and reloading works. Anyone having this problem? Chrome works ok.

Tuesday, August 30th 2022, 7:35pm

Author: Islander

Showpano and Popup feature

Hi Tuur, You just made it better! Thank you friend. Do you have any idea of how to blur the background on loading the modal window?

Sunday, August 28th 2022, 6:58am

Author: Islander

Showpano and Popup feature

I noticed in the maps2 example, the pano can open in a modal window by the showpano code. Comparing that with the Popup.xml code they seem quite similar but in my view the showpano is a better choice ; the pano to be opened doesn't need an html file the size of the modal window can be set a percentage of the browser screen the lines of code is shorter. The thing that is missing for showpano is a close button (X) which the popup actually has in option. If you could add the close button to the sho...

Thursday, August 25th 2022, 8:45am

Author: Islander

onhover for markers in Maps plugin

I'm referrring to the maps2 example where you have markers that open the pano/tour xml in a modal window. I can't get the onhover text to appear for the hotspot markers. is that possible in this particular case?

Tuesday, July 26th 2022, 5:33pm

Author: Islander

hotspot coordinates retrieve

This tool is incredibly helpful. It solved my problems and I wish I knew it before! Great work friend!

Monday, July 25th 2022, 6:47am

Author: Islander

hotspot coordinates retrieve

If it was possible to get a quick way to retrieve the ath and atv coordinates for a hostpot in the krpano tools programs that would be very helpful. Maybe the data could be displayed in a small box attached to the hotspot. this would really help to insert the ath and atv for other objects such as directional sound, video etc..

Monday, July 11th 2022, 3:06pm

Author: Islander

stream multiple sounds in vtour and loop

Yes it's exactly what I needed! You just opened the way to a streaming radio in the KRpano... Many thanks San!

Sunday, July 10th 2022, 8:17pm

Author: Islander

stream multiple sounds in vtour and loop

I'm using maybe the simplest code to loop a music in the vtour across all scenes Source code 1 <krpano version="1.20.11" title="Now Viewing" onstart="playsound(bgsnd,'audio/01.ogg',true,0.7);"> This works without a glitch. What i need is to get a series of music to play one after the other and have this loop after the last music. that would be like streaming some music without having to listen to a single one all the time.

Monday, June 20th 2022, 6:42am

Author: Islander

Improving the SEO of html page

I've included the following metatags to help improve the seo: <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content=""> <meta name="robots" content="index, follow"> <meta name="revisit-after" content="7 days"> <meta name="generator" content=""> the data is not included yet. If there are other ways to improve the seo, please send your tips. For example if there's text content that can be included in the page via collapsible layers. Such content could t...

Tuesday, June 14th 2022, 6:26pm

Author: Islander

Responsive Grid Menu

This plugin has really enhanced my work! Great job. Please keep improving it. I would like to have the grid opened by default on loading the pano. Is this possible?

Friday, April 1st 2022, 5:04pm

Author: Islander

Re Latest update 2022 03 7

Ok Klaus, Thanks for this explanation. I'm much reassured now and we know now about this false alert. Thanks also for this whole wonderful job together with your team.

Thursday, March 31st 2022, 4:48pm

Author: Islander

Re Latest update 2022 03 7

Hi, I received a trojan virus warning in this update download file. this never happened before. Please take a look at this one.

Tuesday, February 1st 2022, 11:31am

Author: Islander

A Button Tooltip For Hotspots for every device and VR

Thank you for such a great plugin! Now you can really identify the hotspots with a simple attached text.

Sunday, December 26th 2021, 9:04am

Author: Islander

snow/rain plugin timeout

Thanks a lot for this gift Tuur. It works beautifully well. Merry Christmas and Happy New Year to all!

Sunday, December 26th 2021, 8:52am

Author: Islander

problem with index file new parameter

I've installed the latest KRpano version 1.2.11 I couldn't have the lensflare editor to load until I removed this code from the index file passQueryParameters:"startscene,startlookat" i replace it with the previous settings in the older version passQueryParameters:true There could be a compatibility issue with this setting in the index file.

Monday, October 11th 2021, 6:11pm

Author: Islander

page(s) with pano not showing after upgrading to ssl certificate

Hi Alexey, That was very helpful. It's unblocked as soon as the https was replaced in the address.

Monday, October 11th 2021, 9:37am

Author: Islander

page(s) with pano not showing after upgrading to ssl certificate

I've added ssl certificate to my domain but now I'm getting some krpano html pages(and iframes) not showing up at all. e.g, https://mauritius360.com/map/regions/a2-…bion_beach.html also I'm puzzled why panoramas from pages on the same domain not show in iframes? Is this an issue that's from the hosting provider or that can be resolved by modifying the krpano html?

Friday, September 10th 2021, 9:35pm

Author: Islander

A Simple 3D sound trial

Ok I tried with the "playsound_at_hotspot" action and this one is ok inside the event. For some reason I didn't get the "playsound_at_hv" to work.