Forum Activity for @michael

michael
@michael
03/01/17 11:42:02AM
7,832 posts

No Ning/Ningja Downloads?


Ning To Jamroom

Download the 'Ninja' skin (not Ningja), activate that and see if that fixes it.
michael
@michael
02/28/17 04:19:02PM
7,832 posts

[BUG] Site / Page Builder Broken (jrElastic2?)


Design and Skin Customization

Nice idea. Facebook already has the monopoly on Friend -> Friend connections, but jamrom is focused on Specific Topic Social networking.

So on Facebook you visit it to see what people you know are doing.
With Jamroom you setup a site around a topic and people visit it to see what is happening related to that topic.

Might pay to get familiar with the default skins and functionality before trying to customize the design.
michael
@michael
02/28/17 02:06:58PM
7,832 posts

[BUG] Site / Page Builder Broken (jrElastic2?)


Design and Skin Customization

ok, its working again now.

If you're going to do any major skin work, the recommended method is from your IDE and adjust the .css files at:
/skins/xxYourSkin/css/*

The STYLE tab over-rides what the skin has, if you're building a new skin, better to not have !important on everything.

:)
michael
@michael
02/28/17 01:58:27PM
7,832 posts

[BUG] Site / Page Builder Broken (jrElastic2?)


Design and Skin Customization

The issue is with #sb-edit-cp

Its supposed to have display:none on it, then when activated, change to display:block but yours has
display:none !important on it so the activation cant happen.

Suspect the issue is you've used the STYLE tab from
ACP -> SKINS -> ( YOUR SKIN ) -> STYLE

and those changes have added the !important to the wrong thing. Looking for what alterations have been done now.
michael
@michael
02/28/17 01:14:23PM
7,832 posts

[BUG] Site / Page Builder Broken (jrElastic2?)


Design and Skin Customization

I need the login details to get to the site builder system. can you send them to me at support at jamroom dot net.
michael
@michael
02/28/17 12:57:04PM
7,832 posts

[BUG] Site / Page Builder Broken (jrElastic2?)


Design and Skin Customization

Linux is no problem. You're most recent two images look like Site Builder is working to me.

(except for that black overlay, is that actually there?)

Try editing the widget that is in position one then save it and click the VIEW CHANGES button.
site_builder.jpg site_builder.jpg - 220KB
michael
@michael
02/28/17 12:46:06PM
7,832 posts

Cannot export media in gedcom exporter


Genosis

Send it to me, I'm requesting it. You're email does get through. :)

I don't want you putting private login details into a public forum.

I don't know what docker is, but i can see its website and do have a mac, so that will work.

Thanks.
michael
@michael
02/28/17 12:42:17PM
7,832 posts

Custom Video Players


Jamroom Developers

There is the 'Playlist Ads' module that allows you to inject adverts into audio playlists.
https://www.jamroom.net/the-jamroom-network/networkmarket/64/playlist-ads

The limitation with Playlists is the player, not the Playlist module. It could be customized to build a list of videos, then insert adverts into them.

Or you could customize the video player.

Each skin has an include.php file in it. In that it specifies the player to use, eg in the jrSoloPro skin's _init() function
    // default players
    jrCore_register_module_feature('jrCore', 'media_player_skin', 'jrSoloPro', 'jrVideo', 'jrSoloPro_video_player');

That will then use the
/skins/jrSoloPro/jrSoloPro_video_player.tpl

for the videos. You can do the same and setup whatever player you like with it. We currently use the jplayer because its license ( MIT ) is compatible with our license ( MPL ).

On your site you don't need to worry about licenses because you're not distributing it so you can use whatever you like.
michael
@michael
02/28/17 12:35:08PM
7,832 posts

[BUG] Site / Page Builder Broken (jrElastic2?)


Design and Skin Customization

Don't be. Get some traffic first, get it to a point where adsense can see the topic of your site so know what type of ads to send you and try again.
  257