Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

How to Customize the look of Podcast Feed Listing #227

Open
abiade opened this issue May 1, 2016 · 3 comments
Open

How to Customize the look of Podcast Feed Listing #227

abiade opened this issue May 1, 2016 · 3 comments
Labels

Comments

@abiade
Copy link

abiade commented May 1, 2016

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
Copy link
Member

mbabker commented May 1, 2016

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
Copy link

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

@mbabker
Copy link
Member

mbabker commented Oct 30, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants