Forum Activity for @ilovehousemusic

iLoveHouseMusic
@ilovehousemusic
03/04/14 06:46:02AM
517 posts

Ad Manager?


Jamroom Developers

How do we get features such as this nominated for voting in the Issue Tracker > Feature Requests section?
iLoveHouseMusic
@ilovehousemusic
03/04/14 06:38:20AM
517 posts

Is anyone else seeing this in their marketplace?


Installation and Configuration

This is in ACP > Market Place >Tools > Release Archive > at the bottom. I did install the latest 5.1.26 core update, but this was happening before that even.

jrMediaPro skin.
Screen Shot 2014-03-04 at 6.36.38 AM.png Screen Shot 2014-03-04 at 6.36.38 AM.png - 51KB

updated by @ilovehousemusic: 04/10/14 02:39:06PM
iLoveHouseMusic
@ilovehousemusic
03/03/14 08:09:28AM
517 posts

Softpedia's two-year anniversary "Script of the day: Jamroom"


Off Topic

Nice! Congrats!! That's why I'm trying to get all my Qs in before the forum gets big. ;)
iLoveHouseMusic
@ilovehousemusic
03/03/14 06:36:48AM
517 posts

Is there a way to overflow:scroll a album player?


Design and Skin Customization

@MAD - Yup! I caught that yesterday when viewing a single audio item detail page and added the max-height instead. Didn't know about the core_site.css override but thanks for the tip!
iLoveHouseMusic
@ilovehousemusic
03/02/14 10:01:39PM
517 posts

Is there a way to overflow:scroll a album player?


Design and Skin Customization

AH got it. Forgot to add this:

height:150px;

The final code
.jr_audio_dark_player div.jp-playlist {
width:100%;
height:150px;
overflow-y:scroll;
background-color:#111;
border-top:2px solid #333;
margin-top:6px;
}

updated by @ilovehousemusic: 03/02/14 10:01:58PM
iLoveHouseMusic
@ilovehousemusic
03/02/14 09:34:20PM
517 posts

Is there a way to overflow:scroll a album player?


Design and Skin Customization

I traced it down to the jr_Audio_player_dark.css and set this:

.jr_audio_dark_player div.jp-playlist {
width:100%;
overflow-y:scroll;
background-color:#111;
border-top:2px solid #333;
margin-top:6px;
}

and also tried this:

.jr_audio_dark_player div.jp-playlist {
width:100%;
overflow:scroll;
background-color:#111;
border-top:2px solid #333;
margin-top:6px;
}

And neither worked. Am I in the right spot?

Thanks!
updated by @ilovehousemusic: 03/02/14 09:51:25PM
iLoveHouseMusic
@ilovehousemusic
03/02/14 07:48:55PM
517 posts

Is there a way to overflow:scroll a album player?


Design and Skin Customization

I think I'm in the right area ... I am looking at the jrPlaylist.css (Playlist Module) and comparing it to the Audio Module's jrAudio_Player_dark.css...
iLoveHouseMusic
@ilovehousemusic
03/02/14 07:41:42PM
517 posts

Is there a way to overflow:scroll a album player?


Design and Skin Customization

@michael My site is in maint mode at the moment.
However -I found an example of a player that scrolls in jrMediaPro on the stations.tpl template.
It's viewable here on the demo system: http://demo.jamroom.net/jrMediaProLight/stations

I traced it down to jrMediaPro > Stations.tpl > Station_Playlist.tpl > Radio_Playlist.tpl

However when I look on there there's no evidence of css or overflow settings.

I also looked at the default playlist module templates. I think I'm just not seeing where that's controlled.

Trying to make the profile album player behave like the station playlist player...
iLoveHouseMusic
@ilovehousemusic
03/02/14 07:23:21PM
517 posts

Is there a way to overflow:scroll a album player?


Design and Skin Customization

I did try this btw: {....limit="50" overflow="scroll" autoplay=$_conf.$ap}
  21