Forum Activity for @douglas

douglas
@douglas
07/25/16 09:03:20AM
2,806 posts

MP3 Player Broken


Using Jamroom

The "Offshore Drilling Rig Virtual Tour" widget is whats messing up the player layout.

I moved it to the bottom of the side and the player looks fine now.
douglas
@douglas
07/25/16 07:29:28AM
2,806 posts

Facebook link issue


Using Jamroom

izhmel:
the player don't stream in facebook

Your site has to be running in SSL in order to post players to Facebook, it's a Facebook requirement.

Hope this helps!
douglas
@douglas
07/25/16 07:27:06AM
2,806 posts

Video not streaming


Using Jamroom

I get a page not found from that link.
douglas
@douglas
07/25/16 04:06:47AM
2,806 posts

MP3 Player Broken


Using Jamroom

I went ahead and fixed this up for you, let me know if you see any issues.
douglas
@douglas
07/24/16 03:13:00PM
2,806 posts

MP3 Player Broken


Using Jamroom

Well, I've got you closer. I've got you back on the dark player, I think that is what you wanted, in fact you can use any player you want now.

I've removed the "[audio]" and "by Artist Name" from the player playlist for the the dark and blue monday players, if you want me to remove them of the other two players let me know.

There is an issue with your Site Builder "Audio Player" widget, for some reason it will not load the audio, I just get a spinning loading image. It is the same of the other player widgets and I'm not sure what is going on there.

I've tried everything I can think of so I'll see if I can get on of the other guys to check it out.
douglas
@douglas
07/23/16 09:45:01AM
2,806 posts

MP3 Player Broken


Using Jamroom

derrickhand300:
Thank you Douglas- I did not know that so thanks for teaching me!
Still...using that method i cannot get it to edit out what I am after...

In that template, change this:

                title: "[{$item.prefix}] {$item.title}",
                artist: "{$item._item.profile_name}",
                module: "{$item.module}",
                item_id: "{$item.item_id}",

to this:

//                title: "[{$item.prefix}] {$item.title}",
                title: "{$item.title}",
//                artist: "{$item._item.profile_name}",
                module: "{$item.module}",
                item_id: "{$item.item_id}",

Hope this helps!
douglas
@douglas
07/23/16 09:39:44AM
2,806 posts

MP3 Player Broken


Using Jamroom

derrickhand300:
If I switch to BLUE MONDAY player everything seems to work in both video and MP3
If I switch to Midnight Player ( which is my preference) the MP3 player is broken as in screenshot..
I think my work around is going to be to use all the images from the midnight player and upload them as the Blue Monday player images..

Something is not right with this. I tried to modify the widget with the player for you and it will not let me, should probably open a ticket on this. You might try deleting the widget and re-creating it and see if that fixes it.
douglas
@douglas
07/23/16 06:45:37AM
2,806 posts

MP3 Player Broken


Using Jamroom

You can't comment out code in javascript using the smarty comment method, you have to use a double slash "//" for single line comments in js and use this for multi lines:

// Single line comment

/*
Multi
Line
Comment
*/

Hope this helps!
updated by @douglas: 07/23/16 06:46:40AM
douglas
@douglas
07/18/16 10:21:53AM
2,806 posts

Celebrity Template


Design and Skin Customization

Sorry Nate, just pushed the fix.
douglas
@douglas
07/18/16 10:16:58AM
2,806 posts

Celebrity Template


Design and Skin Customization

Hello,

I see this too and we'll get a fix out for it.

For now, you can fix this by modifying your skins/n8Celebrity/footer.tpl, find this:

                    <li><a href="{$_conf.n8MSkinX_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_youtube_url}" class="social-youtube" target="_blank"></a></li>

and change it to this:

                    <li><a href="{$_conf.n8MSkinX_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_youtube_url}" class="social-youtube" target="_blank"></a></li>

Hope this helps!
  94