sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 5 forks source link

Columns moved #64

Closed crpradio closed 8 years ago

crpradio commented 8 years ago

See screenshot

screenshot-mp3browser

ahmeds833 commented 8 years ago

I'm facing the same problem

inter-web commented 8 years ago

I have same problem with the tables, anybody say me how fix ?

celdas-movidas

Thank You very much in advanced!

ahmeds833 commented 8 years ago

I found it.

The problem was in class "row" at the following file: plugins/content/mp3browser/html/HtmlTable.php

Do the following to solve the problem: 1- Open the file Above. 2- go to line 26 and delete ("row") from it. 3- go to line 28 and delete (class=\"row\") 4- go to line 86 and change any attribute of table. 5- to control the appearance of title row, just add class ".mp3browser thead tr" to your CSS file and change it as you want.

inter-web commented 8 years ago

I found the solution that published anybody....

template_css mp3-browser

it´s more simple and for me work very fine, I hope can help us

/* fix for mp3 browser table */ .row:before, .row:after { content: none !important; }

José Luis Rosales - México City

sverhagen commented 8 years ago

It's probably indeed the solution as @inter-web describes and it's documented here.

It's fixed in a recent commit, but that's not released yet.