Joomla Slideshow Extension
This is a professional and easy-to-use slideshow plugin for Joomla. It works on all versions of Joomla ( 3, 4, 5 and 6 ).
Highlight Functions:
- Automatically create photo albums from a folder or list of images.
- Customize thumbnail size.
- Automatically reduce image size if too large.
- Add captions to photos
- Modern and flexible photo viewer
- Loop/Fullscreen/Transition effects
- Touch devices
Install and Use
1. Download and install it via the Joomla installer.
2. At the Plugin Manage > Content - JMP Slideshow > Enable it, then set its parameters. This plugin works on Joomla Content, Custom Module, Joomla Field or extensions that support Joomla Content Plugin.
3. Go to the Article Management section, select the article you want to add a slideshow and insert the structure below:
{jmpgallery folder="<PATH TO FOLDER>"}
Example:
{jmpgallery folder="images/myphotos"}
----
To add single images, use the following structure:
{jmpgallery image="<PATH TO IMAGE|CUSTOM TITLE>"}
Example:
{jmpgallery image="images/01.jpg|Custom caption" image="images/02.jpg" image="images/03.jpg"}
----
The list of advanced parameters:
| Name | Value |
|---|---|
| allowfullscreen | 1 or 0 |
| autoplay | 1 or 0 |
| loop | 1 or 0 |
| nav | dots, thumbs or false |
| navposition | bottom or top |
| transition | slide, crossfade or dissolve |
| direction | ltr or rtl |
| arrows | true or false |
In order to use these advanced parameters, add it to the above structure.
Example:
{jmpgallery folder="images/myphotos" allowfullscreen="1" nav="thumbs} => Allow fullscreen and show image thumbnails.
{jmpgallery folder="images/myphotos" arrows="false"} => Hide arrow icons.
I have been googling how to change the menu colours, as the black text on my purple background is not very readable. However everything I have tried to change the text colour of the Off-Canvas main menu text to white did not work.
Would you know what custom CSS I would need to change all menu items to white text (including submenus).
Probably need background colour to not be white when hovering over submenus
Any help you can provide would be gratefully appreciated (or a pointer to some useful help).
Thank you
see
https://siteupdate.vedicmaths.org/index.php
InPre-Update Check for Joomla 5.4.4
for Off-Canvas it says
Joomla cannot detect the extension's compatibility with the target version of Joomla.
have you implemented the compatibility stuff for Joomla to upgrade extensions correctly ?
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