Is there any way to remove jPlayer from appearing in the WebStore?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/31/2012 10:59:52 AM
Gravatar
Total Posts 22

Re: Is there any way to remove jPlayer from appearing in the WebStore?

The links and click functionality are working now... can't explain why they weren't before, but I have a fix for the CSS to make the jPlayer look correct on your demo sites, which should be running MojoPortal v2.3.9.0 with jPlayer v2.1.0.

Go to jplayer.blue.monday.css

Change line 323 (in div.jp-audio div.jp-volume-bar) to read:

left:270px;

And change lines 262 and 267 (in div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute and div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute) to read:

margin-left: 225px

Hope this helps.
Cheers!

/\dobe \/\/an

8/31/2012 12:13:37 PM
Gravatar
Total Posts 18439

Re: Is there any way to remove jPlayer from appearing in the WebStore?

That css fix did not work when I tried it, but I was able to fix the demo site by replacing this:

div.jp-audio div.jp-type-playlist div.jp-progress {
left:166px;
width:130px;
}

with this:

div.jp-audio div.jp-type-playlist div.jp-progress {
left:100px;
width:130px;
}
.AudioPlayer div.jp-audio div.jp-type-playlist div.jp-progress {
left:166px;
width:130px;
}

so the top one fixed webstore but it broke the layout in the Audio Player feature,so I needed the bottom one to fix that.

You must sign in to post in the forums. This thread is closed to new posts.