Forum Activity for @douglas

douglas
@douglas
03/04/17 05:13:40AM
2,812 posts

Audio is not streaming


Using Jamroom

Can you send us your admin login so we can check it out. support[at]jamroom[dot]net

I can see the players and player buttons are not working, so something is messed up there.

Thanks!
douglas
@douglas
03/03/17 02:37:56PM
2,812 posts

jrCore_media_player resize issues


Design and Skin Customization

Do you have a link to the page with the player issue that we can take a look at?

Thanks!
douglas
@douglas
03/03/17 01:35:45PM
2,812 posts

No Ning/Ningja Downloads?


Ning To Jamroom

In your skins/YOURSKIN/tablet_core.css file, change it from this:

/* Tablets */
@media only screen and (max-width: 1025px) {

    input[type=submit], input[type=reset], input[type=button] {
        -webkit-appearance: none;
    }

    .page_tab {
        font-size: 14px;
    }

    .page_section_header {
        border-bottom: 0;
        margin-bottom: 9px;
    }
}

to this:

/* Tablets */
@media only screen and (max-width: 1025px) {

    input[type=submit], input[type=reset], input[type=button] {
        -webkit-appearance: none;
    }

    .page_tab {
        font-size: 14px;
    }

    .page_section_header {
        border-bottom: 0;
        margin-bottom: 9px;
    }

    #wrapper {
        margin: 0;
        padding: 0;
        padding-top: 68px;
    }

}

Hope this helps!
updated by @douglas: 03/04/17 05:17:23AM
douglas
@douglas
03/03/17 01:34:23PM
2,812 posts

jrCore_media_player resize issues


Design and Skin Customization

duke:
volume and progress bar malfunction when resized to 300X250px

Can you tell us which player this is for?

Thanks!
douglas
@douglas
03/03/17 06:51:15AM
2,812 posts

No Ning/Ningja Downloads?


Ning To Jamroom

I've got a fix for this for the next release of the Ninja skin.

I'm not at my dev computer right now, but once I get back, I'll post the code that was added to fix this,

What needs to be done is add a #wrapper ID to the tablet_core.css file with enough top padding to show the profile name box on profile pages using a tablet.

Hope this helps!
douglas
@douglas
03/03/17 06:40:48AM
2,812 posts

Audio is not streaming


Using Jamroom

Looks like you have a javascript error conflicting with the players, have you added any third party scripts?

If so, you might try removing them to see if the players start working again.

Hope this helps!
updated by @douglas: 03/03/17 06:41:15AM
douglas
@douglas
03/03/17 05:25:10AM
2,812 posts

No Ning/Ningja Downloads?


Ning To Jamroom

Quote:
Unfortunately that file - table_core.css - no longer exists in the new version of the "Ninja skin", and I'm not seeing similar code in files that may have replaced it, i.e. "tablet_core.css".
So no progress so far!

table_core.css is the same as table.css.

Hope this helps!
douglas
@douglas
03/03/17 05:23:22AM
2,812 posts

Audio is not streaming


Using Jamroom

Without a link to check out we really can't be of much help, other than guessing at what the problem might be.

Are you seeing any thing in the error logs?
douglas
@douglas
03/02/17 05:32:00AM
2,812 posts

[BUG] iPhone / Responsive Mobile Profile Update Add Picture


Design and Skin Customization

Glad that sorted it for you.

Any CSS questions should really be posted here in the forums, that way other users might find the info/solution useful as well.

Thanks!
douglas
@douglas
03/01/17 10:00:48AM
2,812 posts

Celebrity skin forum buttons hard to read


Design and Skin Customization

Zachary Moonshine:
it also happens on some tags like here in this picture

These have been fixed for the next release.

To fix them yourself, you'll want to modify your profile.css file, and change the background colors on the .forum_post.count and .tag_name_box rules.

Hope this helps!
  65