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.
Yes, sure. Adapt link attribute from menu elements as you like. Currently there are loadscene and switch_menu acctions, but you can change it to call any action or load external url.
Example: link="openurl('http://www.google.com',_blank);"
(make sure to run it with Krpano server if testing localy)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »eliecer« (2. Januar 2016, 23:33)
1) How to change the position of the "Menu Icon"? I want to move it up.
|
|
Quellcode |
1 |
<plugin name="btn_menu" .... oy="-100" |
Same as 1.2) How to change the position if the "X"? The one used to close the menu.
Open vtourskin.xml and add zorder. E.g.3) The Side Menu covers the vtourskin, how to put it behind?
|
|
Quellcode |
1 |
<layer name="skin_layer" .... zorder="99"> |
Most probably you have cache problem. It works fine in online version.4) The mouse over effect showing the thumbnail works locally but not in the web. Sample: http://goo.gl/2K6o1u
If you want to change image of logo when menu is closed than for you easiest is to change url of the logo in actions that are closing/open menu. E.g.5) How to change the logo for a different image once the side menu is closed?
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
<action name="slide_menu_left"> set(new_x,get(menu_settings.background_width));mul(new_x,-1);set(plugin[menu_background].x,get(new_x));delayedcall(0.1,set(plugin[btn_menu].visible,true);); set(plugin[logo].url,gui_menu/logo_1.png); </action> <action name="slide_menu_right"> set(new_x,get(background_x));set(plugin[menu_background].x,get(new_x));set(plugin[btn_menu].visible,false); set(plugin[logo].url,gui_menu/logo_2.png); </action> |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »DimoniS« (11. Januar 2016, 10:27)
Hello! I have a small problem with the plugin. When you run the plug-in does not display the menu items. But after a transient any panorama menu items appear. Do not you tell me what could be the problem?