Forum Activity for @douglas

douglas
@douglas
11/15/14 01:18:21PM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

I guess I should have asked how big the Ad is?

It may not fit in the header if its too big.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 01:14:33PM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

The above code has two places for your Ad code, one for mobile and one for PC's.

Send your info to douglas[at]jamroom[dot]net and I'll take a look for you.

Thanks!
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 12:38:47PM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

soaringeagle:
oh douglass i think it was brian might have been micheal..actualy..yea think ir was micheal was trying to help me figure out an odd issue inm having
the name list under my profile pic
every link links to my profile and cant find why

theres nothingin the files that control that

Without having access to your templates, and admin login, I'm not sure how much help I can be here.

I'm not seeing any issues on my dev site.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 12:36:36PM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

If it were me and that was the case, I wouldn't use the ad code at all.

My suggestion would be to put the ad above the menu in the header section...

Change this:
<div id="header">
    <div id="header_content">

        {* Logo *}
        {if jrCore_is_mobile_device()}
            <div id="main_logo">
                {jrCore_image id="mmt" skin="jrNingja" image="menu.png" alt="menu"}
                <a href="{$jamroom_url}">{jrCore_image image="logo.png" width="170" height="40" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}</a>
            </div>
        {else}
            <div id="main_logo">
                <a href="{$jamroom_url}">{jrCore_image image="logo.png" width=180 height=50 alt=$_conf.jrCore_system_name custom="logo"}</a>
            </div>
            {jrCore_include template="header_menu_desktop.tpl"}
        {/if}

    </div>
</div>

to this:

<div id="header">
    <div id="header_content">

        {* Logo *}
        {if jrCore_is_mobile_device()}
            <div id="main_logo">
                {jrCore_image id="mmt" skin="jrNingja" image="menu.png" alt="menu"}
                <a href="{$jamroom_url}">{jrCore_image image="logo.png" width="170" height="40" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}</a><br>
                Ad Code Here... Note that I just used a line break after the logo image so the ad show below the logo on mobile devices.
            </div>
        {else}
            <div id="main_logo">
            	<div class="container">
            		<div class="row">
            			<div class="col4">
			                <a href="{$jamroom_url}">{jrCore_image image="logo.png" width=180 height=50 alt=$_conf.jrCore_system_name custom="logo"}</a>
			            </div>
			            <div class="col8 last">
			            	Ad Code Here... will show to the right of the logo image.
			            </div>
			        </div>
			    </div>
            </div>
            {jrCore_include template="header_menu_desktop.tpl"}
        {/if}

    </div>
</div>

updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 12:27:22PM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

Can you change the z-index on the ad? does it have to always be on top?
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 12:02:37PM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

If that doesn't work, try adding it to the #menu, #menu ul entry.

#menu, #menu ul {
    padding: 0;
    list-style: none;
    z-index:90;
}

updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 12:01:24PM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

soaringeagle:
yea the only sensible place to put the ad code is right inside wrapper but then the menu is behind the ad

and i cant seem to getthe menu to work anywhere sensible

Try adding a z-index to the #menu_content in the menu.css file.

#menu_content {
    padding:12px 20px 12px 0;
    z-index:90;
}

updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 11:53:59AM
2,807 posts

Restore Theme Breaks Site


Installation and Configuration

If you have the Developer module installed, you can clone a skin, this way your modifications won't get lost during an update.

https://www.jamroom.net/the-jamroom-network/documentation/skins/839/creating-your-own-skin
douglas
@douglas
11/15/14 11:35:32AM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

The grey background color is coming from the html.css file, and it is the html class at the top of the file.

The reasons your seeing it is because your not putting your ad code inside the site header,wrapper or content div.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/15/14 10:51:08AM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

soaringeagle:
can anyone verify my menus are working the way they are suposed to on mobile
www.greentechnologyforums.com

It works on my Android phone, but it looks like your using the old script, there is a newer version in the latest skins, I believe the Ningja skin has the latest version as well.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
  195