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.

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

21

Thursday, February 20th 2014, 12:50pm

Here you can see 3 level side menu: Link
Link to package: Link
Regards
Umalo

22

Monday, February 24th 2014, 6:28pm

compatibility

Hello,

Someone could tell me if there is possibilities to solve the compatibility problem with the latest version of Krpano?

thank you very much

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

23

Monday, February 24th 2014, 6:46pm

Can you be more detailed on what problems you have experienced with latest version of Krpano, please.
Don't be mislead by post from myp3ilka. Issue was internal due to wrong code.
See here

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

24

Friday, April 4th 2014, 9:28pm

SideMenu is updated and I want to share it with community. This version has animated buttons. It has thumbs and support multi language.

Online version is available: here
You can download package including code: here

As stated in side menu pluginsection it is free to be used.
Enjoy

This post has been edited 1 times, last edit by "Umalo" (Apr 4th 2014, 9:46pm)


Posts: 1,857

Occupation: Virtual Tours - Photography - Krpano developer

  • Send private message

25

Tuesday, April 15th 2014, 6:47pm

Looks awesome! The only thing I would add is to make the whole menu draggable on touch devices.
KRPano Developer: Portfolio ::Gigapixel Tagging Solutions - Porfolio 2 :: Facebook :: Twitter :: reddit.com/r/VirtualTour

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

26

Tuesday, April 15th 2014, 7:20pm

Thx. Do you mean to have scrollable menu in this version? As side menu is multi level menu I didn't want to make it there as most probably number of elements wouldn't be to big and can be displayed on all devices.
But scrollable/draggable version is already implemented as one level menu and is in fine-tuning. Will be offered soon as new/separate plugin.


You can take a sneak preview: Link
Features: easy xml menu entry creation by just adding menu items (similar like in side menu), coloring scheme configurable, 6 predefined coloring graphics already built in, HTML5 compatible, size configurable. Rest is done dynamically.
For teaser this would be enough. *cool*

Tuur

Sage

Posts: 3,825

Location: Netherlands

Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Send private message

27

Tuesday, April 15th 2014, 8:02pm

haha good to see we are doing the same thing!
I'm building also a menu variation.
I will show it soon.

Tuur *thumbsup*

28

Wednesday, April 16th 2014, 8:05pm

Hotspots

Thanks a lot. It works very well and it's easy to customize even for a newbie like me.
I have a question regarding hotspots.
In the .xml I wrote this code down below <!-- place your scene hotspots here --> :

<hotspot name="spot1" style="skin_hotspotstyle" ath="-79.900" atv="6.284" linkedscene="scene__69A0138_39_40_41_42_Panorama" />

But the hotspot doesn't show.
I checked the skin xml too but everything seems to be fine.

Any tips on how to had hotspots when integrating side bars and menus?
Some action or code seems to bypass typical hotspot codes..

Thank you for your time!

Phil


Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

29

Friday, April 18th 2014, 12:32pm

Thanks a lot. It works very well and it's easy to customize even for a newbie like me.
I have a question regarding hotspots.
In the .xml I wrote this code down below <!-- place your scene hotspots here --> :

<hotspot name="spot1" style="skin_hotspotstyle" ath="-79.900" atv="6.284" linkedscene="scene__69A0138_39_40_41_42_Panorama" />

But the hotspot doesn't show.
I checked the skin xml too but everything seems to be fine.

Any tips on how to had hotspots when integrating side bars and menus?
Some action or code seems to bypass typical hotspot codes..

Thank you for your time!

Phil



You have PM. Can't see much without the code. Can guess only: if vtourskin is included where style is defined...

30

Tuesday, April 22nd 2014, 2:58pm

hotspots

Yes.. I included <include url="menu.xml" /> but left this one out <include url="skin/vtourskin.xml" />..
Rookie mistake!



Your menu works very well.
Thanks a lot for everything!




31

Tuesday, July 8th 2014, 10:03am

sidemenu from the right side

Hi there!


I want to implement sidemenu from the right side. Is there a simple way to do this?
----------------
edit soloved

just menu_background and menu button property align set to right

thanks

This post has been edited 1 times, last edit by "matus" (Jul 8th 2014, 10:18am)


Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

32

Tuesday, July 8th 2014, 11:12am

Can you elaborate more in details on what you mean by "on right side" (same vertical orientation but aligned on right side of the screen or... something similar to thumb slider)

EDIT: Oh, now I see we are in side menu plugin and not bottom menu. Yes I already have right side menu available. Contact me via mail to send you the code of it.

This post has been edited 1 times, last edit by "Umalo" (Jul 9th 2014, 11:33am)


33

Wednesday, October 8th 2014, 3:37pm

Hi.

I have some question:

1. Can I make the Sidebar Menu responsible? On small screens, I canno't so all menu points.
2. How can I edit padding for the link text in Menu?
3. How can I change the font-size?
3. How can I edit the link color from black in another color?

Friendly regards

Morko

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

34

Wednesday, October 8th 2014, 4:26pm

Which version of sidemenu you are referring to?
Generaly:

1. Responsible to what? What you mean by small scene?
2. As meanwhile textfiled got padding attribute you can add this like:

Source code

1
2
set(plugin[%menu_0].url,%FIRSTXML%/plugins/textfield.swf);
set(plugin[%menu_0].padding,'0 0 0 5');

3. find and edit this line

Source code

1
set(plugin[%menu_0].css,font-family:Arial; font-size:11px; color:#000000; text-align:left; font-weight:bold);
Note: There are also two others for onover and onout size and coloring css definitions
4. If you are refering to font color see point 3.

35

Thursday, October 9th 2014, 9:32am

Hi.

I use Sidemenu v 1.0.
I mean screen size from smartphones such as 640px height. On this screen size, the menu isn't responsible and if I had much menu objekts, some objects are not shown on screen and I cant scrool down to click the menu points.

I have another question: can I embed google web fonts?

But the other answers help me, thanks.

This post has been edited 1 times, last edit by "Morko" (Oct 9th 2014, 10:20am)


Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

36

Thursday, October 9th 2014, 10:29am

I have also scrollable version with thumbs but this must be customized project specifically. If you are interested send me a mail.

37

Monday, October 13th 2014, 9:20am

Hi.

I have another question. What code I need if I wanna set the actual link with other background and text color, that people see on which panorama they are?

Take a look at my panos: http://www.widmanns-chalets.de/

I wanne have the hover colors for the activated link.

Morko

Umalo

Professional

  • "Umalo" started this thread

Posts: 1,051

Location: Osijek, Croatia, EU

  • Send private message

38

Monday, October 13th 2014, 2:08pm

Can you contact me on mail with more details explanation how you mean to reflect on which panorama they are by changing backgroun and text color?

39

Sunday, March 15th 2015, 11:55am

showtext in side menu

hi
I want to use the logo as a link to external website with onclick-open and onhover-showtext. the showtext does not work.
why???


Source code

1
2
3
4
5
<plugin name="logo" url="gui_menu/logo.png" keep="true" visible="false" align="lefttop" x="-20" y="10" alpha="1" handcursor="true" zorder="15" parent="menu_background" 
	    	onloaded="set(new_x,get(menu_settings.background_width));dec(new_x,get(menu_settings.logo_width));div(new_x,2);set(x,get(new_x));set(visible,true);set(alpha,get(menu_settings.logo_transparency));"
			onclick="openurl('http://www.xyz.com',_self);"
			onhover="showtext(hello);"
	    	/>

40

Sunday, March 15th 2015, 2:03pm

hi
I want to use the logo as a link to external website with onclick-open and onhover-showtext. the showtext does not work.
why???


</plugin>
it works with tour_editor.html but not with the normal tour...strange...