send me working example to my email via weshare or similar.. so that I can see what have you done.
Posts by Umalo
-
-
Found old code and re-uploaded. Try now.
regards
Umalo -
-
i want your side menufor example in this online test
in furniture group just show menu of furniture scenesand in clean one just menu of clean scenes
----a code of change links of scenes with id="clean" or "furniture" dynamically ----
You have PM -
Is it possible to hide menu from start?then click later to tween it out?
thanks
See Link -
You are using cusomized version I made for you with support of headlines. Try properly updating your Krpano version first. E.g. Your plugins folder use old Krpano plugins while your viewer is newer version. See: Link
(mozes me i na mail kontaktirati direktno) -
That's old code so I have separate code for devices from that time. Find this part:
if(device.tablet,set(plugin[%menu_0].css,font-family:Arial; font-size:20px; color:#000000; text-align:left; font-weight:bold););
if(device.mobile,set(plugin[%menu_0].css,font-family:Arial; font-size:20px; color:#000000; text-align:left; font-weight:bold););
if(device.desktop,set(plugin[%menu_0].css,font-family:Arial; font-size:11px; color:#000000; text-align:left; font-weight:bold););And see font size definitions there. Play with it.
-
-
Someone was busy. Nice work Tuur.
-
Everything is possible but it depends on how experienced and skilled you are to do it. How much time and efforts you can invest in such a project.
One project I did something like that. But instead of having separate PNG files for each part of the image you want to change I decided to have separate complete scenes (exported sphere images) per each set of elements. Having many elements if you have more options would make your tour load to long and being very heavy. Loading new scene if fast and elegant but you need to develop special handlers to control what set is currently active and what is next scene to load.
Don't have online project anymore but this is one of the first demo videos I made (before GUI was created) so you can get feeling: https://youtu.be/6olQNGaFnEUCheers
Umalo -
You got mail. Link is https://gumroad.com/l/gVBK
-
Try now. Data was not migrated correctly to our new hosting so while this is not fixed I manualy uplodated this example where it should be.
-
Hi
Is there a way to change the onover colour for each menu tab.
This is not supported. That mean you need to customize the current code. Adding new attribute e.g. color_onhover="ff0000" in each group definition and adding code that will handle onhover will do. Don't know what version of the side menu you are using but take care if onhover is already set within the code. Contact me via mail or pm with exact code you are using if you are stuck and need support. -
It is made with customizations of this plugin: https://gum.co/rtMZA
-
Yes I know that. It was to expensive to have it online for demo purposes only. While searching for solution where to host it I have it offine ;)
Panos folder: 10.216.841.763 bytes in 579.700 file(s), in 150.350 directoriesUntil then only first version of the project on youtube is available: https://youtu.be/6olQNGaFnEU
-
Please get in touch via mail and I will post you download link for pr12 until I update plugin for latest krpano.
-
-
Maybe some of our community js experts could provide workaround knowing and following what is happening with Chrome in last update(s) not being backward compatible with this solution on how to bring Iframe from Krapno.
Thanks for confirmation. Let's see.... -
hm, ok even that is an lead. What about others? Can someone please check this.
My Chrome is on version: Version 67.0.3396.62 (Official Build) (64-bit) and behaviour of the Iframe youtube video from this link: Link to iframe Video is as on posted images in previous post. -
Today I found that this solution is working strange. Like not all Youtube navigation elements are registered/scaled with video size.
Test on Example link: LinkIt gives like small invisible area (capturing mouse events) that should be scaled with YouTube content but it is not.
Try moving mouse over distorted hotspot where is youtube video. In my local example I confirm I can get mute and other content in the middle of the screen. I also learn that this area is scaled based on FOV! If zoom changed area size is changed.
All in all I think that was not happening before. Tried delayedcall trick but it doesn't work here. Anyone knows valid workaround?Can someone please check and confirm.
EDIT: 03.06.2018 => Today I tested browsers on Windows and learn that Chrome and Safari are affected while FF, IE work fine !!!!