Forum Activity for @douglas

douglas
@douglas
09/11/17 06:51:01AM
2,804 posts

Skin design


Installation and Configuration

This CSS is why the tabs are behind the title section here:
http://s.sogln.de/news

.sb-container-tabs {
    padding: 32px 12px 0 12px;
    margin-bottom: -12px
}

This is found in the SiteBuilder modules CSS file, but can be added to any one of your skins CSS files to override it. So add this to any one of your skins CSS files and it should fix that:

.sb-container-tabs {
    padding: 32px 12px 0 12px;
    margin-bottom: 10px
}

As for the width, change the #content width from
max-width:100%;
to
 width:100%;

Be sure to reset your cache after making the changes.

ACP > Core > System Core > Tools > Reset Cache
http://s.sogln.de/core/cache_reset

Hope this helps!
updated by @douglas: 09/11/17 06:51:55AM
douglas
@douglas
09/11/17 06:36:55AM
2,804 posts

Hide menu item on artists profiles


Installation and Configuration

You would want to modify the profile template that has the jrProfile_menu function and add an exclude_module parameter to it. It most likely is in the profile_header.tpl for your skin.

jrProfile_menu function docs.
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1997/jrprofile-menu

ie. from the jrVideoPro skins profile_header.tpl

Change this:

{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrCombinedVideo,jrVideo,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}

To this:
{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url exclude_module="jrVideo" order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}

Hope this helps!
douglas
@douglas
09/11/17 06:27:57AM
2,804 posts

Audio menu tab not showing


Using Jamroom

Have you installed the new System Tools module?

Did you run the Integrity Check tool with the "Repair Modules" checkbox checked?

Hope this helps!
douglas
@douglas
09/07/17 10:57:35AM
2,804 posts

Skin design


Installation and Configuration

You'll want to change the top padding height for the wrapper id:

skins/YOURSKIN/css/site.css file:
#wrapper {
    background-color: #5C6470;
    margin: 0 auto;
    min-height: calc(100vh - 170px);
    padding: 70px 0 100px;
    position: relative;
}

Hope this helps!
douglas
@douglas
08/31/17 08:57:16AM
2,804 posts

emergency after core update mysql uses 100% cpu


Installation and Configuration

I don't think this:

https://www.dreadlockssite.com/index?repair

is a legit URL, I believe it is this:

https://www.dreadlockssite.com/repair.php

Or have you done that already?

Hope this helps!
douglas
@douglas
08/31/17 08:05:04AM
2,804 posts

emergency after core update mysql uses 100% cpu


Installation and Configuration

In the directory you have Jamroom installed, make sure to rename the repair.php.html to repair.php and then call that up in your browser.

yourwebsite.com/repair.php

Hope this helps!
douglas
@douglas
08/21/17 08:26:27AM
2,804 posts

ANNOYING iframe is not allowed-error message has returned


Design and Skin Customization

Have you allowed google.com in the Allowed IFrame Domains section of your iFrame module?

/framer/browse

ACP > Site > iFrame Control > Allowed Domains

Be sure to reset your cache.

Hope this helps!
douglas
@douglas
08/19/17 11:24:44AM
2,804 posts

Proxima API Access error


Proxima

jeffinfobiz:
Never mind, I've figured it out.

Hello,

Glad you got it figured out.

Would you mind sharing your solution just in case this post shows up in a search result from other users?

It would be helpful and appreciated.

Thanks!
douglas
@douglas
08/19/17 11:22:27AM
2,804 posts

Still don't fully understand Proxima


Proxima

Hello,

All Jamroom Team skins are mobile ready out of the box, so you really don't need a mobile app for your site.

You can check out our skin demos on PC and Mobile here:
https://www.jamroom.net/demos

Proxima is a bridge between your already created mobile app (we do NOT have any mobile apps for Jamroom at this time) and your app "back-end" which would normally be for storing your apps user data etc... and also to have a website so you can advertise and support your app.

Hope this helps!
douglas
@douglas
08/18/17 06:43:16AM
2,804 posts

Moving the up button


Using Jamroom

Glad you got it sorted. ;)
  55