Forum Activity for @douglas

douglas
@douglas
05/12/15 06:53:12AM
2,812 posts

Logo resize in PhotoPro Skin


Tips and Tricks

You'll want to modify the header.tpl and change the image size in this code:

        <div id="main_logo">
        {if jrCore_is_mobile_device()}
            {jrCore_image id="mmt" skin="jrPhotoPro" image="menu.png" alt="menu"}
            {jrCore_image image="logo.png" width="236" height="55" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}
        {else}
            <a href="{$jamroom_url}">{jrCore_image image="logo.png" width="236" height="55" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}</a>
        {/if}
        </div>

You may also need to adjust the height of the #header ID in your core_header.css file

#header {
    top:0;
    left:0;
    right:0;
    height:76px;
    width:100%;
    background-color: #333333;
    color:#FFFFFF;
    margin:0;
    border-bottom: 1px dotted #000;
    position: fixed;
    z-index: 90;
}
douglas
@douglas
05/10/15 11:55:57AM
2,812 posts

Soundcloud App Settings


Using Jamroom

Glad to hear it. Thanks! :)
douglas
@douglas
05/10/15 09:07:13AM
2,812 posts

Events Attended/Attending


Design and Skin Customization

See if this works for you:

{jrCore_list module="jrEvent" search="event_attendees LIKE %\"`$_user._user_id`\":%"}
douglas
@douglas
05/10/15 09:04:07AM
2,812 posts

Soundcloud App Settings


Using Jamroom

I just tried playing the first few tracks from your SoundCloud page and I didn't see an issue there either.

Did you figure out how the first 3 imports didn't get a callback url? Or did you try importing those before creating the SoundCloud app?
douglas
@douglas
05/10/15 06:34:48AM
2,812 posts

Soundcloud App Settings


Using Jamroom

I'm not seeing and issue on our demo site...

http://demo.jamroom.net/jrMediaProLight/sound_cloud
douglas
@douglas
05/10/15 06:31:59AM
2,812 posts

Soundcloud App Settings


Using Jamroom

Yes it should, are you seeing an issue with it?
douglas
@douglas
05/10/15 06:04:59AM
2,812 posts

Soundcloud App Settings


Using Jamroom

Use your sites URL for the Website and Redirect fields and that is pretty much it.
douglas
@douglas
05/06/15 08:00:23AM
2,812 posts

YouTube Embed No Longer Working Properly


Design and Skin Customization

I just added 4 random YT videos and I'm not seeing an issue. Is anyone still seeing this happening?
douglas
@douglas
05/05/15 10:21:00AM
2,812 posts

Update On Custom Metatags


Design and Skin Customization

This is most likely something that Brian will have to look into if its to be done to the existing module? However... He is out of town right now so you'll have to give him some time to get back and get caught up with everything.
  154