JoomHelper 360 Plugin Documentation
Description

Parameters
| # | Property | Type (default value) | Description |
| 1* | folder | String (null) | Path to folder where contain images preview. |
| 2 | zoomfolder | String (null) | Path to folder where contain large (root) images to zoom. |
| 3 | autoplay | 1 OR 0 (0) | Option to start auto rotation |
| 4 | wheelRotate | 1 OR 0 (0) | If to rotate on mousewheel rotation |
| 5 | autorotatespeed | Number (100) | Speed of auto rotation |
| 6 | roteteloop | 1 OR 0 (1) | If Set to false, rotates automatic only one time after load |
| 7 | reverse | 1 OR 0 (0) | Set to true to change rotation direction |
| 8 | startfrom | Number (0) | Set a start frame |
| 9 | width | Number (auto) | Width of JoomHelper 360 box preview |
| 10 | height | Number (auto) | Height of JoomHelper 360 box preview |
| 11 | pins | Array | Hotspots |
Examples
1. Basic
{jmp360}
"folder":"images/jmp360"
{/jmp360}
2. Using hotspots
{jmp360}
"folder":"images/jmp360",
"autoplay":1,
"pins":[
{
"x":20,
"y":40,
"frame":0,
"title":"Title of pin",
"desc":"Description of pin"
}
]
{/jmp360}
Have got two off canvas menus working (1. for tools and 2. for main menu)
However I can only get the Main menu to display the first level of menu items.
Have you any suggestions for getting the sub menu items to display ?
N.B. the menu item with sub menu items does display a down arrow, but trying to click on it only display the item at the main menu level.
see
https://siteupdate.vedicmaths.org/index.php
If you want to see where I have currently got to
What is wrong?
That imported page keeps on saying this, but nothing further is happening...
1. The "radio buttons" extra field doesn't transfer the values in the additional field, e.g., "yes" or "no," and only enters certain values into the #__fields_values database.
2. The "textarea" extra field with the "Use editor" option checked converts to "textarea" when it should be "editor."
3. In K2, the extra field group is assigned in the category. In Joomla Articles, the category is assigned in the extra field. It would be nice if this were automatically completed. A checkbox could be added if someone doesn't want this option.