Blank positions in albums (grid view)

Tayfun
Tayfun
Offline
0
Hi everyone.

We have a problem in albums. There are some blank albums on the screen in the LEFT SIDE. We can see all the albums we loaded. No albums missing. But as you see at the attachment or this link some album positions are blank in the LEFT position. Please help us
How can we fill this blank album positions ?

link :
http://www.radiocell.mobi/index.php?option=com_muscol&view=artist&id=2

Thanks.
Responses (6)
  • Accepted Answer

    Sean
    Sean
    Offline
    Monday, June 18 2012, 06:17 PM - #Permalink
    0
    Are all of your album arts the same size? 500 x 500?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, June 18 2012, 06:20 PM - #Permalink
    0
    this can be fixed simply adjusting the HEIGHT of the albums.
    if you open /components/com_muscol/assets/artist_detailed.css and go to line 326 just add:

    height: 200px;

    into the class. let me know!
    The reply is currently minimized Show
  • Accepted Answer

    Tayfun
    Tayfun
    Offline
    Saturday, June 23 2012, 07:41 AM - #Permalink
    0
    I'm sorry I'm late.
    All album picture size are 720*720. And all album pictures is shown. No albums hidden. Must all sizes be 500*500 ? And all of them .png
    1.2 mb max. size

    And in album manager i can see the id_no of album. But some id_no s are missing. There are no id_no 48 for example. Is this a problem?

    In images/albums/ there are some png files like : 1338875562_New-Set.png (example) i think this files created automaticly by system. sizes are 770*770 must it be 500*500 ?

    when i add "height: 200px;" no album shown :(
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, June 23 2012, 01:13 PM - #Permalink
    0
    pictuer sizes are OK, not a problem.

    did you add the "height: 200px;" in the correct place?
    The reply is currently minimized Show
  • Accepted Answer

    Tayfun
    Tayfun
    Offline
    Monday, June 25 2012, 02:00 PM - #Permalink
    0
    ul.albums_grid div.grid_album span{

    display:block;
    text-align:center;
    font-size:12px;
    line-height:16px;
    padding:0px;
    margin:0px;
    height: 15px;

    height: 15px; problem solved. thank you for your support.

    Gökçe Özçınar - Radio Cell
    The reply is currently minimized Show
  • Accepted Answer

    Monday, June 25 2012, 02:59 PM - #Permalink
    0
    ok...! the one I meant was not this one, but this works as well.
    The reply is currently minimized Show
Your Reply