Convenient and original accordion menu allows you to conveniently arrange on one page a lot of information that opens when necessary. In order to make an accordion, you need to use certain scripts. You can create an accordion and implement it in Joomla.
It is necessary
A computer. Access to the Internet. Joomla software
Instructions
Step 1
Create jquery.js file. This file will open the content of only one article. In this case, the title of the article turns into a link that will either show or remove the main text.
Step 2
First, you need to open the index.php file and store the path to the template in the $ template variable.
Step 3
The created scripts are included in the head section. We set a condition for checking on the main page. We connect all the necessary java scripts on the open page. We register the opening of scripts in the head before closing.
Step 4
The previous step is placed in the first part of the code when home page validation is used.
Step 5
Add styles for margin, cursor, text-decoration, display, height, padding, background, border. For this, of course, it is optimal to use CSS tables. Then all the elements of the drop-down menu will look harmonious, and you don't have to write these parameters for each page.