Hi, I just installed the 3.1 on my Joomla on my Joomla 1.5.14 site.
I want to change the skin for playing MP3's. Two things:
- Change the black box around the player into transparent or white and minimize the height
- Put the download link on the right site (next to the volume)
In the documentation: MVC Templating
AllVideos uses MVC templating. Just copy the /tmpl folder included in the plugin, move it to your template's /html folder and rename it to "jw_allvideos", then style the output as you wish. The good thing about MVC templating is you don't have to worry about future updates breaking your styling.
I couldn't find more documentation on this item on the net so I tried the following:
- copied & renamed the /tmpl folder from the plugin to jw_allvideos into my html directory (/public_html/templates/templatename/html/jw_allvideos/
- Edited the template.css file in /public_html/templates/templatename/html/jw_allvideos/css/ directory (for example line 37, changed: a.avDownload:hover {padding:0 8px 0 0;margin:0 4px 0 0;border-right:1px solid #1F1F1F;} into: a.avDownload:hover {padding:0 8px 0 0;margin:0 4px 0 0;border-right:100px solid #FFFFFF;}
Checked the site and nothing changes...
Can anybody help me on this topic, would be great to change the skin!!