Forum Activity for @mysong

MySong
@mysong
08/06/14 11:22:19AM
155 posts

Recommended Foxycart Gateway


Using Jamroom

Can anyone recommend a good payment gateway to work with foxycart for accepting credit cards.

AUTHORIZE.NET takes
Setup $99
Monthly Gateway $20
Per Transaction 10ยข

Considering that a single song goes at .99, .10 seems high especially when added to the foxycart fee. Any recommendations?
updated by @mysong: 09/09/14 04:04:05AM
MySong
@mysong
08/04/14 06:12:24AM
155 posts

jrVideo


Using Jamroom

Looks good now, thanks for all the help.

Still have to see if I can figure out the Chrome issue.
MySong
@mysong
08/04/14 03:14:09AM
155 posts

JrCore_list order with multiple facters


Using Jamroom

Just another suggestion for the rating module...

Currently if an item has never been rated it will not show up on any rating based lists (since no rating data in datastore for item). It would be good if unrated items were given a value of 0, so at least they would show up all the way at the end of the lists.
MySong
@mysong
07/31/14 11:14:41AM
155 posts

jrVideo


Using Jamroom

Yes it seems to be in the Java http://jplayer.org/latest/developer-guide/#jPlayer-option-size

Any idea where this file could be accessed.

Thanks
MySong
@mysong
07/31/14 11:01:08AM
155 posts

jrVideo


Using Jamroom

Ok will see if I can find anything on https://groups.google.com/forum/#!forum/jplayer
MySong
@mysong
07/31/14 08:17:26AM
155 posts

jrVideo


Using Jamroom

Code for height is 'inline' or 'element.style'.

I was able overwrite the div tag using !important but that does not effect the size of the actual flash clip.

It is pulling that from here



I checked all css and templates a few times but could not dig source up.

Thanks
code.jpg code.jpg - 39KB

updated by @mysong: 07/31/14 08:21:38AM
MySong
@mysong
07/30/14 10:57:11AM
155 posts

jrVideo


Using Jamroom

That definitely did something but not as expected, see screenshot.

Thanks
firefox-width.jpg firefox-width.jpg - 48KB

updated by @mysong: 07/30/14 10:57:36AM
MySong
@mysong
07/30/14 08:29:34AM
155 posts

jrVideo


Using Jamroom

It seems like it is set up only for 270p and 360p.

I added the following two sections for 480p

.video_blue_monday_player div.jp-audio {
width:100%;
}
.video_blue_monday_player div.jp-video-270p {
width:100%;
}
.video_blue_monday_player div.jp-video-360p {
width:100%;
}
.video_blue_monday_player div.jp-video-480p {
width:100%;
}

and

.video_blue_monday_player div.jp-video-270p div.jp-video-play {
margin-top:-270px;
height:270px;
}
.video_blue_monday_player div.jp-video-360p div.jp-video-play {
margin-top:-360px;
height:360px;
}
.video_blue_monday_player div.jp-video-480p div.jp-video-play {
margin-top:-480px;
height:480px;
}
.video_blue_monday_player div.jp-video-full div.jp-video-play {
height:100%;
}

These seem to be the only places the other sizes are mentioned in that css file.
Yet it does not change anything on front end. Is there possibly another setting that has to be set on a different file?

Thanks
MySong
@mysong
07/30/14 07:58:17AM
155 posts

jrVideo


Using Jamroom

Is there any way to just make the height of the video player larger. (if understood correctly; the last reply would just get rid of the empty black spaces on sides but not make the video larger).

Thanks,
MySong
@mysong
07/30/14 07:08:56AM
155 posts

jrVideo


Using Jamroom

Attaching screenshot of video size. This is on a regular laptop screen. Size is around half of what it would show on the smallest youtube page.
firefox-width.jpg firefox-width.jpg - 46KB

updated by @mysong: 07/30/14 07:09:16AM
  10