Note that these extensions are no longer supported, however we leave here published for free download.
If you want to contact the developer, you can contact me on twitter:
Zaragoza Slides Menu is an adaptation of BySlideMenu picture menu for Joomla. This module creates a slide of images from the library Mootools 1.2. (Therefore it is necessary to install a plugin to integrate this library in Joomla, for example Zaragoza Mootools).
The configuration options BySlideMenú gives us enough to adapt the component to our liking.
In future versions do not rule integrate new functionalities, depending on the views of the people.
In byscripts.info can find more information about this great plugin created under the MIT license that blends perfectly with the Joomla and Zaragoza Slides MenuGPL 2.0 license.
Main features of the plugin:
Works horizontally or vertically.
Automatic size - The container width/height can be adjusted automatically.
Menu is expandable by mouseover or by click, as you want.
Menu can be pinned or not, by mouseover or click, you choose.
A default index can be defined.
Overflow support.
Plugin native parameters:
Option
Type
Default
Description
defaultIndex
int
false
Index of the element to expand at start. Set to false if none.
If you want to expand the third element at start, set defaultIndex to 3.
expandMode
string
"mouseover"
"mouseover": elements will expand on mouse over. "click": elements will expand on mouse clic. false: elements will not expand by mouse.
pinMode
string
false
"mouseover": Elements stay opened on mouse over. "click": Elements stay opened on mouse click. false: Elements don't stay opened.
vertical
bool
false
Set to true to switch in vertical mode.
compressSize
int
40
The width (or height, in vertical mode) of the elements when "compressed".
autoSize
bool
true
If true, the script will try to detect elements size by checking the first founded image.
If false, or if no image is found, the two options below will be used.
containerWidth
int
Container width. The width of elements will be automatically calculated from container width. If value is set to "full", then the container width will be its parent's width.
containerHeight
int
Container height. The height of elements will be automatically calculated from container height. If value is set to "full", then the container height will be its parent's height.
elementWidth
int
320
The width of expanded elements. This option will be used if autoSize is set to false, or if no image is found in menu, and if containerWidth is not defined.
elementHeight
int
240
The height of expanded elements. This option will be used if autoSize is set to false, or if no image is found in menu, and if containerHeight is not defined.
useOverflow
bool
false
If this option is set to true, then overflow will be activated when displaying an element.