Hi,
I have problem with motion in CardBoard. Motion is Cracked: http://retigo2019.grandpano.sk/
(Google Chrome, Samsung Internet...)
Thanks
Peter
Hi,
I have problem with motion in CardBoard. Motion is Cracked: http://retigo2019.grandpano.sk/
(Google Chrome, Samsung Internet...)
Thanks
Peter
No, facebook ap id is not required anymore...
Could you paste here the url displayed in the facebook share window adrees bar, I guess it's a cache problem on your side...
Here it is: https://www.facebook.com/sharer/sharer.…eZdPAEWu0ZqChdy
Thank you.
Still working fine for me ?
Thnx for your feedback.
Nice panos ! maybe you should limit maxpixelzoom to 1 as you already have a very good resolution ?
It still does not work for me. Is there any special settings or permission in the Facebook app? Thank you
It works perfect on my side ?
But the preview does not appear on Facebook ...:
Hi,
I have a problem with showing thumb on Facebook, where Ido mistake?
Thanks
How do I hide the button from the selected scene?
Thanx.
Thank you, exactly what I was looking for ...
Thank you for your response.
Could you be more specific, I'm not a great programmer and I am a beginner in Krpano...
Can you please modify my code, it's for me and my work very important. I believe that this would help the other users.
Thank Umalao
The same problem ... In the project I hid the last six thumbnail (these are daily views). When you click the icon, the sun appears to me top left corner of the stroke of the thumb bar ... How can I hide a stroke? Does anyone help please?
No it does not work, bite to get the hidden scene through the arrow hotspot ... Does anyone help please? Thank you to everybody
I found a problem in this solution: When I click on the hotspot of view that is hidden, krpano write me an error: ERROR: no parent "skin_thumb_11" found ... For example try click on arrow in Mooser crystal room... http://plaza.grandpano.sk/mobile/tour.html
Can someone help please?
Solution from Klaus:
Must change in tour.xml:
<scene ... skipthumb="true"> ... </scene>
And in vtourskin.xml:
<action name="skin_addthumbs">
copy(thumbwidth, skin_settings.thumbs_width);
copy(thumbheight, skin_settings.thumbs_height);
copy(thumbpadding, skin_settings.thumbs_padding);
copy(thumbcrop, skin_settings.thumbs_crop);
if(device.mobile,
mul(thumbwidth,2);
mul(thumbheight,2);
mul(thumbpadding,2);
);
add(thumbxoffset, thumbwidth, thumbpadding);
mul(thumbxcenter, thumbxoffset, 0.5);
set(thumbcnt,0);
for(set(i,0), i LT scene.count, inc(i),
if(scene[get(i)].skipthumb != true,
txtadd(thumbname,'skin_thumb_',get(thumbcnt));
addlayer(get(thumbname));
copy(layer[get(thumbname)].url, scene[get(i)].thumburl);
set(layer[get(thumbname)].keep, true);
set(layer[get(thumbname)].parent, 'skin_thumbs');
set(layer[get(thumbname)].align, lefttop);
copy(layer[get(thumbname)].crop, thumbcrop);
copy(layer[get(thumbname)].width, thumbwidth);
copy(layer[get(thumbname)].height, thumbheight);
mul(thumbx, thumbcnt, thumbxoffset);
add(thumbx, thumbpadding);
copy(layer[get(thumbname)].x, thumbx);
copy(layer[get(thumbname)].y, thumbpadding);
add(scene[get(i)].thumbx, thumbx, thumbxcenter);
copy(scene[get(i)].thumby, thumbpadding);
set(layer[get(thumbname)].linkedscene, get(scene[get(i)].name) );
set(layer[get(thumbname)].onclick, skin_showthumbs(false); copy(layer[skin_thumbborder].parent, name); loadscene(get(linkedscene), null, MERGE, BLEND(0.5)); );
if(skin_settings.tooltips_thumbs,
set(layer[get(thumbname)].onhover, showtext(get(scene[get(linkedscene)].title),SKIN_TOOLTIPS); );
);
if(skin_settings.thumbs_text,
txtadd(thumbtext, 'skin_thumbtext_', get(i));
addlayer(get(thumbtext));
layer[get(thumbtext)].loadstyle(skin_thumbtext_style);
set(layer[get(thumbtext)].keep, true);
set(layer[get(thumbtext)].parent, get(thumbname));
set(layer[get(thumbtext)].html, get(scene[get(i)].title));
);
inc(thumbcnt);
);
);
mul(thumbbarwidth, thumbxoffset, thumbcnt);
add(thumbbarwidth, thumbpadding);
add(thumbbarheight, thumbpadding, thumbheight);
add(thumbbarheight, thumbpadding);
if (skin_settings.thumbs_scrollindicator,
copy(layer[skin_thumbs_scrollindicator].y, thumbbarheight);
add(thumbbarheight, layer[skin_thumbs_scrollindicator].height);
);
copy(layer[skin_thumbs].height, thumbbarheight);
copy(layer[skin_thumbs].width, thumbbarwidth);
mul(halfheight, thumbbarheight, 0.5);
copy(layer[skin_thumbs_scrollleft].y, halfheight);
copy(layer[skin_thumbs_scrollright].y, halfheight);
</action>
Please, How can I hide some thumbs from thumbs bar? Some views want to link only with hotspots ... e.g. room and bathroom... http://plaza.grandpano.sk/mobile/tour.html Thank you