Side Menu Plugin (new plugin from today)
-
-
Hello,
Someone could tell me if there is possibilities to solve the compatibility problem with the latest version of Krpano?
thank you very much
-
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 -
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: hereAs stated in side menu pluginsection it is free to be used.
Enjoy -
Looks awesome! The only thing I would add is to make the whole menu draggable on touch devices.
-
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. -
haha good to see we are doing the same thing!
I'm building also a menu variation.
I will show it soon.Tuur
-
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 -
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!
PhilYou have PM. Can't see much without the code. Can guess only: if vtourskin is included where style is defined...
-
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! -
Hi there!
I want to implement sidemenu from the right side. Is there a simple way to do this?
----------------
edit solovedjust menu_background and menu button property align set to right
thanks
-
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.
-
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
-
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:Codeset(plugin[%menu_0].url,%FIRSTXML%/plugins/textfield.swf); set(plugin[%menu_0].padding,'0 0 0 5');
3. find and edit this lineCodeset(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. -
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.
-
-
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
-
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?
-
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???Code<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);" />
-
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...
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!