Lieber Besucher, herzlich willkommen bei: krpano.com Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Hi, in the actual version excluding a scene from the menu is not possible.
I will add htis feature in the next release.
Best regards
Maybe it can be done like that in an individual mode, before the release.
How do I hide the button from the selected scene?
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<krpano current_language="fr">
<events onxmlcomplete="change_language"/>
<action name="change_language">
for(set(i,0), i LT scene.count, inc(i),
if(current_language== fr,
set(scene[get(i)].title, get(scene[get(i)].fr_title));
set(scene[get(i)].description, get(scene[get(i)].fr_description));
,
set(scene[get(i)].title, get(scene[get(i)].end_title));
set(scene[get(i)].description, get(scene[get(i)].en_description));
);
);
</action>
<scene name="scene_1" fr_title="Titre en français" en_title="English title" fr_description="Description en français" en_description="English description" .....>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 |
<action name="change_language_group"> set(current_language,get(lang)); for(set(i,0), i LT panoramagroup.count, inc(i), if(current_language == nl, set(panoramagroup[get(i)].title, get(panoramagroup[get(i)].nl_grouptitle)); ); if(current_language == fr, set(panoramagroup[get(i)].title, get(panoramagroup[get(i)].fr_grouptitle)); ); if(current_language == en, set(panoramagroup[get(i)].title, get(panoramagroup[get(i)].en_grouptitle)); ); if(current_language == de, set(panoramagroup[get(i)].title, get(panoramagroup[get(i)].de_grouptitle)); );); </action> |
Is it possible to using deeplinking in the xml?
Is it possible to add into the Responsive Grid xml:
deeplinking="true"
so that sharing a specific scene is possible like:
http://360vr.com/nye2016/index.html?star…,27.3,69.89,1,0);
Hi!
I bought the first version some time ago and now see there ir a new function to remove scenes or groups from Menu.
Where can i download the new version?
Regards!
i want buy your plugin,after see your demo,i found that grid thumbs don't support roundedge,can you add this before i but it?
Hello,
Good plugin
But 2 things:
- in the onclick action, a another action not working (i wan disable the map for exemple: onclick="rg_show_thumbs_grid(true); cacheMap(); )..the behavior is not clear
- ist possible to have more 1 grid (and 2 buttons) ? with the possibility to select by name will be a very good feature.
ps: si tu veux en causer en francais, avec plaisir.
Damien