Is there a way to exclude some scenes from the display? Cancel. I just made a group.
Responsive Grid Menu
-
-
Maybe I found an error. In the flash version, a non-critical error always occurs. And the flash version itself is not very relevant. But nevertheless there is a mistake.
Screen:
https://yadi.sk/i/zEE8qEQa3Leu7s -
I still understood the problem. And it's not that it's a Flash. If the panoramas are NOT in the group, an error occurs when switching to them. So I have a question or request. Whether it is possible to exclude some panoramas from the menu. It may be possible to create a separate group and make it invisible.
PS
Sorry for the three posts, understanding came gradually.
-
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 -
Hi, in the actual version excluding a scene from the menu is not possible.
I will add htis feature in the next release.
Best regardsAnd when can you expect a release? I need it now for the current project. The client is waiting for the result, but I do not know what to answer yet. Maybe it can be done like that in an individual mode, before the release.
-
Maybe it can be done like that in an individual mode, before the release.
What version are you using ? Krpano or Panotour ?
Shoot me an email. -
How do I hide the button from the selected scene?
Thanx.
-
How do I hide the button from the selected scene?
You want to hide the current scene thumbnail ?
There is no option to do that... -
Hi Jerome,
A while back, I asked you if it is possible to change the language (titles) of the Grid menu. I tried your method and it works great.
But I was woundering if is possible to change the group names too?Tnx for help,
YvanYou could use something like this for example :
Code
Display More<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" .....>
-
Never Mind Jerome, I already found the solution myself ;)
Code<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 using deeplinking in the xml?
Not sure I understand what you want to achieve ? -
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.…,27.3,69.89,1,0); -
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.…,27.3,69.89,1,0);Hi Jook,
Responsive Grid menu is not a "sharing" plugin and doesn't have a deeplinking option.
Snapshot plugin has this feature. -
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!
-
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!
Send me an email with your order number (jerome [at] 360images.fr)
-
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?
-
Wi
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?
I will add roundedge support when I'll have a minute, but it wont be very soon ;) -
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 -
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
Hi, there is no reason other actions can't be fired when calling rg_show_thumbs_grid(); please check your spelling.
It's not possible to build more than one menu right now, and it would need a complete rewrite of the plugin to enable such a feature.Best regards
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!