Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
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)
This post has been edited 1 times, last edit by "eliecer" (Jan 2nd 2016, 11:33pm)
1) How to change the position of the "Menu Icon"? I want to move it up.
![]() |
Source code |
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?
![]() |
Source code |
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?
![]() |
Source code |
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> |
This post has been edited 2 times, last edit by "DimoniS" (Jan 11th 2016, 10:27am)
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?