Forum Activity for @douglas

douglas
@douglas
06/09/16 09:11:21AM
2,812 posts

player invisible buttons


Using Jamroom

When I inspect http://blindmime.com/ I see this for the CSS

 .jr_audio_dark_player a.jp-play {
    background: url("{$jrAudio_img_url}/jplayer_dark.png") 0 0 no-repeat;

When I inspect http://tapegerm.com/
I see this code for the CSS

.jr_audio_player_dark a.jp-play {
    background: url("http://tapegerm.com/image/img/module/jrAudio/jr_player_midnight.png") 0 0 no-repeat;

for some reason the variable {$jrAudio_img_url} is not being converted into the correct URL for the jr_player_midnight.png image on http://blindmime.com/

You could try to reload the jrAudio module via ACP > Marketplace > Tools > Reload Modules And Skins then run the integrity check tool and reset your cache to see if that fixes it.

Hope this helps!
douglas
@douglas
06/09/16 02:54:51AM
2,812 posts

Advanced Charts


Installation and Configuration

Can you show us the code that your using for your chart template?
douglas
@douglas
06/09/16 02:50:23AM
2,812 posts

player invisible buttons


Using Jamroom

I maybe missing something here, but I see the buttons on the player on http://tapegerm.com/

Did you solve your issue?
douglas
@douglas
06/07/16 11:08:14AM
2,812 posts

Tag Cloud


Ning To Jamroom

You'll want to send your admin login to support[at]jamroom[dot]net so I can login to check it out.

Thanks!
douglas
@douglas
06/07/16 06:17:36AM
2,812 posts

_init() doesn't need 'editor_button'


IpsumJam

SteveX:
It was the dns, give that a try now and it should be working fine.

Yep, working great now.

Thanks!
douglas
@douglas
06/06/16 09:52:25AM
2,812 posts

Tag Cloud


Ning To Jamroom

That should be all you need, do you have a link to the page?

Also, have you added tags to anything yet?
douglas
@douglas
06/06/16 09:39:22AM
2,812 posts

Welcome to the Jamroom Team Nate!


Announcements

Welcome aboard Nate! :)
douglas
@douglas
06/05/16 11:01:41AM
2,812 posts

Tag Cloud


Ning To Jamroom

item_details.tpl should be in your modules/jrTag/templates directory, if it is not there then you should try reloading the module as I've suggested.

Are you using a custom skin? If not, which skin are you using?

Also, are you using Site Builder?

Thanks!
douglas
@douglas
06/05/16 07:40:34AM
2,812 posts

Tag Cloud


Ning To Jamroom

Try reloading the module via ACP > Marketplace > Tools > Reload Modules And Skins.

Hope this helps!
douglas
@douglas
06/04/16 05:39:33AM
2,812 posts

Jquery in TPL Help


Using Jamroom

Instead of using literal tags, you can also use ldelim and rdelim in place of the curly brackets... ie.

<script>
jQuery(function() {ldelim}
	some jQuery code here....
{rdelim}....

Hope this helps.
  101