Forum Activity for @douglas

douglas
@douglas
03/04/17 07:15:16AM
2,814 posts

Contact Form Spam


Using Jamroom

If you have the "Human Check" box, then it is a real person doing the spamming, about the only thing you can do is ban their IP and or email address using the ban module. If you have it set so the user has to be logged in to use the form, then you can remove their account as well.

Hope this helps!
douglas
@douglas
03/04/17 05:18:03AM
2,814 posts

No Ning/Ningja Downloads?


Ning To Jamroom

Yes, thanks Strumelia! :)

I've fixed that little typo.
douglas
@douglas
03/04/17 05:13:40AM
2,814 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,814 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,814 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,814 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,814 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,814 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,814 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,814 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?
  65