BabDev / Podcast-Manager

Podcast Manager is a suite of extensions allowing users to host and manage a podcast feed from their Joomla! site.
http://www.babdev.com/extensions/podcast-manager
40 stars 15 forks source link

How to Customize the look of Podcast Feed Listing #227

Open abiade opened 8 years ago

abiade commented 8 years ago

Hello All, I deeply appreciate your fast response towards my previous issue. Please how can i customize the look of the Podcast Feed listing on my website. The default player isn't looking very good

Thanks in advance

mbabker commented 8 years ago

The media player is MediaElement.JS. In 2.2 the files for this are in the media/mediaelements directory but in the upcoming 3.0 release the version shipped with core will be used instead.

As the player is pretty much fully CSS based, you can override the CSS classes as needed either in your template's CSS file(s) or creating an override (copy media/mediaelements/css/mediaelementplayer.css and media/mediaelements/css/mediaelementplayer.min.css to templates/<your_template>/css/mediaelements/ and make edits as needed; if you go this route I'd suggest editing the uncompressed file then creating the minified file from your changes as the code will try to load that first).

If you need to override the actual HTML layouts, the core template manager can help with this.

waregle82 commented 8 years ago

Where can I find this CSS code/file in Joomla 3.2.1?

mbabker commented 8 years ago

The same information as stated above, the paths aren't dependent on a Joomla version.

I would also suggest updating to the latest Joomla release ASAP. There are several major security vulnerabilities with 3.2.1.