You are not logged in.

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.

61

Thursday, June 11th 2015, 12:20pm

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)

Yes thanks, it´s working fine.

Is there a download for Muxis

"Here is new version of side menu by Umalo (multilevel, scrollable,
draggable menu button...smaller number of elements on mobile/tablets
with bigger rows and fonts)" ??

that would be nice too *smile* *smile*

best wishes Kai

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

62

Thursday, June 11th 2015, 1:56pm

This last version of scrollable/draggable/multilevel side menu is customized version for Muxis big project and is depending on his gui elements and code structure, so can't be easy reused for all other projects. But, if you have specific requirements and similar gui I can make you customization for your project. For such a requests please contact me on my PM or mail.
regards
Umalop

63

Sunday, July 12th 2015, 3:15pm

Side Menu Plugin unter Logo weitere Button (Icons) sidemenu.xml

Servus Leute,

ich würde gerne bei mir in meine Tour ein Sidemenü mit einbauen. Dort sollen unter dem Logo und über den einzelnen Menüpunkten noch ein paar Buttons entstehen wie z.B. Map, Hilfe oder Facebook Link.

Wie kann ich das realisieren?

Im Anhang habe ich ein Bild von einer anderen Seite welche so Buttons nutzt.

Über eine Rasche Antwort würde ich mich sehr freuen.
firefighter2608 has attached the following image:
  • button.jpg

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

64

Sunday, July 12th 2015, 4:40pm

For customized plugin integration please contact me via PM or Mail (if possible in English).

65

Thursday, September 17th 2015, 12:15am

For Example ! Very good menu

thank you

This post has been edited 1 times, last edit by "alicanyildiz" (Mar 6th 2016, 2:40am)


66

Thursday, September 24th 2015, 10:04am

Hello

Obviously I am doing something wrong. I have a tour generated by PTP 2.3, in main XML file I add line
<include url="menu.xml"/>

This will only show logo and area where the menu shall apper but I dont see any buttons.

When I add line <krpano onstart="initiate_menu() startscene,scene[0].name;">
to the menu.xml then the buttons are visible but I dont see first panorama, and thumbs are not showed.

Can anyone please help?
Cheers
Marcin

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

67

Thursday, September 24th 2015, 11:34am

Try

Source code

1
<krpano onstart="initiate_menu(); loadscene(get(scene[0].name));">

68

Thursday, September 24th 2015, 11:46am

Try

Source code

1

				
Hi Umalo

That did the trick. Thank you

Edit. its working fine

This post has been edited 1 times, last edit by "Coldmami" (Sep 24th 2015, 1:13pm)


69

Friday, September 25th 2015, 9:33am

Hi again

One more problem. When I added hotspots between panoramas I get
ERROR: plugin[tooltip_new] loading error: plugin


and that breaks my heart ;)

is there a solution to that?
Thanks
Marcin

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

70

Friday, September 25th 2015, 10:08am

This sound like problem with setting up tooltip plugin. I would propose to use other thread for this e.g.
http://krpano.com/forum/wbb/index.php?pa…&threadID=11345

71

Friday, September 25th 2015, 10:12am

But I did not set up tooltip. Its a virtual tour that comes straight from PTP 2.3

72

Saturday, January 2nd 2016, 11:15pm

I'm testing the plugin and it looks good so far.

Few questions...

1) How to change the position of the "Menu Icon"? I want to move it up.

2) How to change the position if the "X"? The one used to close the menu.

3) The Side Menu covers the vtourskin, how to put it behind?

4) The mouse over effect showing the thumbnail works locally but not in the web. Sample: http://goo.gl/2K6o1u

5) How to change the logo for a different image once the side menu is closed?

Thanks in advance.

This post has been edited 1 times, last edit by "eliecer" (Jan 2nd 2016, 11:33pm)


Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

73

Sunday, January 3rd 2016, 4:32pm

1) How to change the position of the "Menu Icon"? I want to move it up.

Easiest for you is to add oy to the plugin and define where you want to move it:

Source code

1
<plugin name="btn_menu" .... oy="-100"


2) How to change the position if the "X"? The one used to close the menu.
Same as 1.

3) The Side Menu covers the vtourskin, how to put it behind?
Open vtourskin.xml and add zorder. E.g.

Source code

1
<layer name="skin_layer" .... zorder="99">


4) The mouse over effect showing the thumbnail works locally but not in the web. Sample: http://goo.gl/2K6o1u
Most probably you have cache problem. It works fine in online version.

5) How to change the logo for a different image once the side menu is closed?
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.

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>

74

Monday, January 11th 2016, 9:35am

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?

And another question. Is there a version of this plug-in, which nominated sub-menu to the right. That's like this: http://www.tourmake.it/pl/tour/4440dada7…1dd2ba3f9573057 I was a need
DimoniS has attached the following image:
  • Безымянный.jpg

This post has been edited 2 times, last edit by "DimoniS" (Jan 11th 2016, 10:27am)


Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

75

Monday, January 11th 2016, 10:47am

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?

Without you sharing link of the tour online or you send me tour via mail or PM I can't help you.

This plugin doesn't support side opening for submenu,
regards
Umalo

76

Monday, January 11th 2016, 10:59am

Thanks for the quick response! Then I'll look for something else to the sidebar.

77

Sunday, March 6th 2016, 8:39pm

I am need programmer

Hi, I need a programmer.
I need new interface (krpano menu) but just me. if help me please you send me private message your offer. thanks

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

78

Monday, March 7th 2016, 10:43pm

you have pm

79

Tuesday, April 19th 2016, 2:06pm

Thank you

Thank you very much best regards

This post has been edited 4 times, last edit by "alicanyildiz" (May 13th 2016, 9:51pm)


80

Tuesday, April 19th 2016, 2:22pm

you have pm
thank you, I see now. I send reply.
best regards