Forum Activity for @douglas

douglas
@douglas
01/30/16 08:11:02AM
2,812 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

voxster:
Every time I try to save the changes... it keeps the check mark there.

You only need to check that check box the first time you've modified the template, and it will always stay checked as long as you want to use the modified version of the template, modifications made after that only require you to reset the cache if caching is turned on.

As far as redesigning the carousel, let me see what it would take and I'll let you know.
douglas
@douglas
01/29/16 05:22:49AM
2,812 posts

Site Builder for Media Pro skin yet?


Jamroom Developers

Yes, it is being worked on. Should have all the Jamroom Network skins updated to work with Site Builder in the near future.
douglas
@douglas
01/29/16 05:20:10AM
2,812 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

Yes and there are some other items that get added such as the artists influences and biography.

Should look something like this when all the info is there:
http://www.localbandz.com
douglas
@douglas
01/28/16 01:43:12PM
2,812 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

It would be better if you created a new post for each issue that way someone else with the same questions will be able to find it when searching.

What your wanting to do would take some modifications to the index and slider templates and trying to explain it in the forums would take too long.

It isn't going to be very easy. Is there a reason you need the player to be next to the carousel?
douglas
@douglas
01/28/16 01:31:30PM
2,812 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,812 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,812 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,812 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,812 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,812 posts

Network Hosts


Using Jamroom

Go to your ACP > Listings > Search > Tools and click the Rebuild Index button, that should fix your search issue.
  116