Music collection JW player problems

TilenH
TilenH
Offline
0
Hi guys!
I am experiencing some issues regarding the Music Collection and I hope you can help me. I noticed that the song list under the album image is missing some of the "buttons" / "icons" - add to playlist, etc. I also noticed that I can not find a way to align the play icon with the number of the song. If somebody could please take a look at this URL: http://tilenharc.com/demo/index.php/izdelki-1/diskografija/crtica
You will be able to see all the problems I mentioned earlier.

Accepted Answer

TilenH
TilenH
Offline
Monday, January 05 2015, 01:55 PM - #Permalink
0
Here is the problem - this icon is using the same css that is made for the player under the album to work properly

[class^="icon-"], [class*=" icon-"]

/* display: inline-block !important; */
/* width: 14px !important; */
/* height: 14px !important; */
/* line-height: 14px !important; */

I unchecked it and it was correct
The reply is currently minimized Show
Responses (16)
  • Accepted Answer

    Friday, December 26 2014, 11:27 AM - #Permalink
    0
    can you point me to an album page?
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Friday, December 26 2014, 11:46 AM - #Permalink
    0
    Hi!

    Sorry, I played with some settings and the menu item was changed since then. The URL is now again working and showing the album view
    http://tilenharc.com/demo/index.php/izdelki-1/diskografija/crtica

    Thanks

    p.s.: I can send you also (private) the username and password for access - if you will need it.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, December 29 2014, 04:17 PM - #Permalink
    0
    your main template files is causing this.
    you can avoid the issue by adding this CSS code:

    [class^="icon-"], [class*=" icon-"] {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    }
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Friday, January 02 2015, 09:37 AM - #Permalink
    0
    Hi!

    Thank you for your reply - it helped almost perfectly. I am still having an issue with the play button - which gets over the number of the song... can you also help me here please?

    Thanks and a happy 2015!
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Friday, January 02 2015, 09:43 AM - #Permalink
    0
    I tried this - and it some way it helps - but it won't show the number 1 after you click on the number 2...

    This is the code I used:

    .icon-play:before {
    content: none !important;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 02 2015, 11:04 AM - #Permalink
    0
    taht's only because you haven't defined what's the song position on the song form :) it's empty. so you just need to set it to "1"
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Friday, January 02 2015, 11:12 AM - #Permalink
    0
    Oh, I understand:)
    Is there a possibility to remove songs from the JW module playlist?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, January 03 2015, 10:55 AM - #Permalink
    0
    you can remove songs from a playlist on the "playlists" menu which you can create in Music Collection
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Saturday, January 03 2015, 02:42 PM - #Permalink
    0
    Hi!
    After the changes we made I noticed a small problem - if you could help me this would be really great...

    If you open the webpage I provided on your phone you will see that there is a confession with the "icon" for the menu - top left corner...
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 04 2015, 12:02 PM - #Permalink
    0
    it's because one of the properties..
    try setting this:

    .gf-menu-toggle .icon-bar{
    display:block !important;
    }
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Monday, January 05 2015, 01:52 PM - #Permalink
    0
    Hi!
    Thank you for your help!
    This did not help - it just placed the 3 blocks in one column. I think that the problem is with the code you gave me for the buy button etc. on the player - because after I check the element with firebug I can see the code that should be used only in the player. Here there should be a different icon - like a box with 3 lines in it - and the code in some way replaces this icon. I do also not know why the code generates 3 span icons...
    Could you please help me further?

    Thanks
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Friday, January 09 2015, 08:05 AM - #Permalink
    0
    Hi germinal!
    I noticed that my submission became "solved" as I have written down that I found out what is causing the problem. But I do not know how to make this problem disappear. Could you please give me a hint on how to change the css that is used from 2 different thinks?

    Thanks!
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 09 2015, 12:35 PM - #Permalink
    0
    oh.. since you said that it was correct I asumed that you meant that you solved it..! right now, is this setting enabled or disabled?
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Friday, January 09 2015, 12:45 PM - #Permalink
    0
    No problem at all!
    It enabled - I did not change anything.
    I just wrote down my thoughts and that I now where the problem is :) just don't know the solution :)
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 09 2015, 12:55 PM - #Permalink
    0
    ok! can you try this instead?

    .tr_song_link [class^="icon-"], r_song_link [class*=" icon-"]{

    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;

    }
    The reply is currently minimized Show
  • Accepted Answer

    TilenH
    TilenH
    Offline
    Friday, January 09 2015, 01:06 PM - #Permalink
    0
    Ok, I did it and it WORKED :)

    Great great!

    I really hope that this is the last time I am craving for help :)
    The reply is currently minimized Show
Your Reply