Forum Activity for @blindmime

blindmime
@blindmime
06/10/16 10:29:42AM
776 posts

contact form file types for non-logged in users


Using Jamroom

I'm unable to upload a pdf file via a custom contact form, although I've set it as an allowable file type. Is there somewhere else I need to set this?
updated by @blindmime: 09/09/16 02:17:04PM
blindmime
@blindmime
06/09/16 01:48:57PM
776 posts

player invisible buttons


Using Jamroom

Yeah, that's what I was talking about above. Tapegerm was doing the same thing until it wasn't all of a sudden. I don't think I did anything to fix it. I'll try your suggestion and see what happens.
blindmime
@blindmime
06/09/16 07:15:02AM
776 posts

player invisible buttons


Using Jamroom

michael:
Not understanding why that code is pasted there.

You asked me if I had changed css in the header. I pasted the meta.tpl so you could see.

Douglas, it is working now and I don't know why. Seems I'm back to square one. It is not working here: http://blindmime.com.
blindmime
@blindmime
06/08/16 12:02:21PM
776 posts

player invisible buttons


Using Jamroom

I don't believe I've changed anything. It's Elastic. I see this on at least 3 different sites. http://tapegerm.com would be one. Here's the meta:

<!doctype html>
<html lang="{jrCore_lang module="_settings" id="lang" default="en"}" dir="{jrCore_lang module="_settings" id="direction" default="ltr"}">
<head>{jrCore_lang skin=$_conf.jrCore_active_skin id="1" assign="default_title"}
<title>{$page_title|default:"`$default_title`"|capitalize} | Experimental Music Collaboration - {$_conf.jrCore_system_name}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{if isset($meta)}
{foreach from=$meta key="mname" item="mvalue"}
<meta name="{$mname}" content="{$mvalue}" />
{/foreach}
{/if}
<link rel="stylesheet" href="{jrCore_server_protocol}://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700" type="text/css">
<link rel="stylesheet" href="{jrCore_css_src}" media="screen" />
{if isset($css_href)}
{foreach from=$css_href item="_css"}
<link rel="stylesheet" href="{$_css.source}" media="{$_css.media|default:"screen"}" />
{/foreach}
{/if}
{if isset($css_embed)}
<style type="text/css">
{$css_embed}</style>
{/if}
{if isset($javascript_embed)}
<script type="text/javascript">
{$javascript_embed}</script>
{/if}
<script type="text/javascript" src="{jrCore_javascript_src}"></script>
{if isset($javascript_href)}
{foreach from=$javascript_href item="_js"}
<script type="{$_js.type|default:"text/javascript"}" src="{$_js.source}"></script>
{/foreach}
{/if}
{if isset($javascript_ready_function)}
<script type="text/javascript">
$(document).ready(function(){
{$javascript_ready_function}return true;
});
</script>
{/if}
<script type="text/javascript">
$(document).ready(function($) {
	$('.accordion2 dd').hide();
	$('.accordion2 dt').click(function(){
		if ($(this).hasClass('selected')) {
			$(this).removeClass('selected');
			$(this).parent().next().slideUp();
		} else {
			$('.accordion2 dt').removeClass('selected');
			$(this).addClass('selected');
			$('.accordion2 dd').slideUp();
			$(this).parent().next().slideDown();
		}
		return false;
	});
});
</script>

</head>
blindmime
@blindmime
06/07/16 05:17:51AM
776 posts

player invisible buttons


Using Jamroom

I may have figured it out. I have this on the home index page of several different sites:
{jrCore_media_player module="jrAudio" field="audio_file" order_by="_created desc" limit=14 autoplay=false}

The buttons do not display. I get 404 errors that the image can't be found. The CSS inspector shows this: background: url("{$jrAudio_img_url}/jplayer_dark.png") -- I'm guessing {$jrAudio_img_url} isn't getting defined on index.tpl (since the same jrCore_media_player code works fine on a profile album page). A {debug} does indeed reveal no $jrAudio_img_url on index.tpl.

I believe the buttons have shown in the past. I've put the player on my index pages for quite some time.
blindmime
@blindmime
06/07/16 03:40:46AM
776 posts

player invisible buttons


Using Jamroom

Nothing was playing at the moment, but there are songs and clicking the title plays them. I can also click where the button should be and it will play, so it's just not visible but the buttons are there, so I'm guessing CSS? I've seen this happen on other sites of mine. Trying to narrow down what's causing it. I myself rarely load additional CSS definitions so I don't think that's it.
blindmime
@blindmime
06/05/16 01:05:06PM
776 posts

player invisible buttons


Using Jamroom

What might cause my media player's buttons to disappear?


screenshot_39.png screenshot_39.png - 38KB

updated by @blindmime: 09/09/16 09:39:00AM
blindmime
@blindmime
06/03/16 09:41:26AM
776 posts

playing comment-attached audio files


Design and Skin Customization

I think I'd like to give audio files attached to comments a play button. Is there a template I can look at that might help me?
updated by @blindmime: 09/01/16 08:57:36PM
blindmime
@blindmime
05/20/16 11:23:26AM
776 posts

Free SSL Certificates


Installation and Configuration

Well, that was quick -- thanks!
blindmime
@blindmime
05/20/16 11:21:36AM
776 posts

Forum file attachment types


Using Jamroom

I would like to allow additional file type attachments in the Forum.
updated by @blindmime: 08/25/16 04:21:29PM
  20