Hi,
I would like to anwser your questions as follows:
1. There is a possibility that I can install the lightbox-function in one of my article?
=> You can go to the website: http://extensions.joomla.org to find some plugins of the lightbox for articles.
2. And I don’t want that the menu-names are capitalized, can someone tell me how I can make this?
=> Open file templates/ja_olivine/ja_menus/ja_splitmenu/ja.splitmenu.css, at about line 32, find following script:
#ja-splitmenu a {
color:#333333;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
and change to:
#ja-splitmenu a {
color:#333333;
font-weight:bold;
text-decoration:none;
/*text-transform:uppercase;*/
}