Forum Activity for @douglas

douglas
@douglas
01/28/16 01:31:30PM
2,808 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

Any time you've modified a template, that has NOT been modified before, you'll want to check that box so your changes are used.

It's probably a good idea to make your changes this way so updates don't change them back. Ideally you should probably clone the skin so you have a custom skin and there would be no way for updates to change things back.

https://www.jamroom.net/the-jamroom-network/documentation/skins/839/creating-your-own-skin
douglas
@douglas
01/28/16 01:23:10PM
2,808 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

After making your modifications, go back to the templates section and check the "activate" check box for the header.tpl and save changes.
douglas
@douglas
01/28/16 01:16:49PM
2,808 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

Sorry, I should have been more precise with my question... did you modify the header.tpl and then upload it to your skins/jrProJam directory?

Or did you modify the template in the ACP > Skins > Templates section?
douglas
@douglas
01/28/16 01:11:12PM
2,808 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

How did you make the changes?
douglas
@douglas
01/28/16 12:52:53PM
2,808 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

Open your skins/jrProJam/header.tpl and find this:

                    <div id="main_logo">
                        {if jrCore_is_mobile_device()}
                            {jrCore_image id="mmt" skin="jrProJam" image="menu.png" alt="menu"}
                            {jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name title=$_conf.jrCore_system_name style="max-width:225px;max-height:48px;" custom="logo"}
                        {else}
                            <a href="{$jamroom_url}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name title=$_conf.jrCore_system_name style="max-width:375px;max-height:80px;" custom="logo"}</a>
                        {/if}
                    </div>

and change it to this:

                    <div id="main_logo">
                        {if jrCore_is_mobile_device()}
                            {jrCore_image id="mmt" skin="jrProJamLight" image="menu.png" alt="menu"}
                            {jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name title=$_conf.jrCore_system_name style="min-height:148px;" custom="logo"}
                        {else}
                            <a href="{$jamroom_url}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name title=$_conf.jrCore_system_name style="min-height:160px;" custom="logo"}</a>
                        {/if}
                    </div>

That is for both the PC header and mobile header.
douglas
@douglas
01/28/16 12:49:50PM
2,808 posts

Network Hosts


Using Jamroom

Go to your ACP > Listings > Search > Tools and click the Rebuild Index button, that should fix your search issue.
douglas
@douglas
01/28/16 12:47:48PM
2,808 posts

Artists / Members listing - Blank


Using Jamroom

It was a setting in your ACP > Skin Settings > Main section, the artist profile quota ID was set to 1 when it needed to be set to 2.

You can see your quota ID's at ACP > Users > Quota Browser.
douglas
@douglas
01/28/16 10:06:35AM
2,808 posts

How do I change the email address associated with hosting account and JR sites ?


Using Jamroom

In your Global Config for your Support Center module, you'll want to make sure the email is the same as the email you use here on jamroom.net.

ACP > Core > Support Center > Global Config > Email Address (Of your jamroom.net account)
douglas
@douglas
01/28/16 10:03:10AM
2,808 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

How does it look now?

I made a little smaller because the size you wanted, 248px, made the image look out of proportion.

Note that if you make changes in your ACP > Skin Settings > Skin Styles, they will override your changes in the CSS files that you modify manually. So you'll want to do one or the other.

Hope this helps!
updated by @douglas: 01/28/16 10:03:37AM
douglas
@douglas
01/28/16 09:55:18AM
2,808 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

I'll take a look at it for you.
  116