Forum Activity for @douglas

douglas
@douglas
11/15/14 12:02:37PM
2,812 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,812 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,812 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,812 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,812 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
douglas
@douglas
11/15/14 09:11:57AM
2,812 posts

my list of things ning migrators will mkiss


Ning To Jamroom

If your updating the core, it takes a little longer the the other modules to update. Let it go for a bit and see what happens. If after a while its still spinning, try refreshing the page.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 05:39:26PM
2,812 posts

Featuring - can be better than Ning


Ning To Jamroom

The featured tabs are being loaded as Brian suggested, via AJAX, you can find the code for that in the Nova.js file.

I do not have the files for NingNova2, that was something Paul did for you I believe.

I just tested this on my test site and this is what I had to do...

I added this to the songs.tpl

find:
{jrCore_include template="header.tpl"}

and below it added this:
<script type="text/javascript">
    $(document).ready(function(){
        jrSkinInit();
    });
</script>

Then added this where I wanted the featured tabs to show:
<div class="menu_tab">
    <div id="default" class="p_choice fsong" onclick="jrLoad('#sf','{$jamroom_url}/index_songs');jrSetActive('#default');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="13" default="songs"}</div>
    <div id="s_song" class="p_choice fvideo" onclick="jrLoad('#sf','{$jamroom_url}/index_videos');jrSetActive('#s_song');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="14" default="videos"}</div>
    <div id="s_video" class="p_choice fartist" onclick="jrLoad('#sf','{$jamroom_url}/index_artists');jrSetActive('#s_video');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="12" default="artists"}</div>
    <div class="clear"></div>
</div>
<div class="finner mb8">
    <div id="sf"></div>
</div>
<br>

Then opened my skins/jrNova/js/jrNova.js file and found this:
    jrLoad('#sm',core_system_url +'/index_artists');

and right below it added this:
    jrLoad('#sf',core_system_url +'/index_songs');

That is pretty much all there is, be sure to reset your cache if you aren't running in dev mode.

For your video page, you'll have to change the div ids

jrNova.js file
Quote:
jrLoad('#sf'.....

The id in the link for the tabs
Quote:

< a onclick="jrLoad('#sf... >


and the div id the tabs get loaded in.
Quote:
< div id="sf" >.....< /div >

and obviously rearrange the tabs, making sure the default tab is first:
jrSetActive('#default');

If this is too hard or difficult to follow, send me an email to douglas[at] jamroom[dot] net and we can discuss this as a project.

Hope this helps,
Douglas
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 11:16:19AM
2,812 posts

bug report


Ning To Jamroom

Have you modified the profile_header.tpl?

If you change to a default skin, do you see the same issue?
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 08:37:08AM
2,812 posts

bug report


Ning To Jamroom

Do you have a link we can checkout?

Thanks!
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 08:32:06AM
2,812 posts

Support Question: CRI ERROR


Installation and Configuration

Go to your ACP > Marketplace > Tools > Reload Modules And Skins and reload the Profile module, then run the integrity check tool and clear your caches and see if that fixes it.
  196