Forum Activity for @douglas

douglas
@douglas
12/02/16 07:57:56AM
2,812 posts

Expanding the width of the mobile side menu on any skin


Design and Skin Customization

In either your core_slidebar.css or just slidebar.css find this:

.sb-slidebar {
    width: 30%
}

and change the width to whatever you like.

Hope this helps!
douglas
@douglas
12/02/16 07:50:40AM
2,812 posts

Charts in Follow Me Skin


Design and Skin Customization

mountaintop:
charts display no item found,

not sure did I miss a setting somewhere or how can I show charts?

tks


The jrFollowMe skin is more for a social type website, ie. Facebook, Twitter etc., instead of a music based site.

You'll either have to create the templates in order to have charts with this skin or choose another skin that is already setup for charts, ie. jrAudioPro etc...

If you choose to create chart pages for the jrFollowMe skin, you can use the docs to get you started:

https://www.jamroom.net/the-jamroom-network/documentation/skin-customization
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide
https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts

Hope this helps!
douglas
@douglas
11/28/16 07:21:22AM
2,812 posts

Follow me ssl browser issues


Jamroom Developers

Check that all of your image src=" URL's start with https and not http.

Hope this helps!
douglas
@douglas
11/23/16 11:19:47AM
2,812 posts

Regarding htaccess


Genosis

Make sure your htaccess file has a dot in front of it, should look like ".htaccess", without the quotes of course.
douglas
@douglas
11/23/16 10:04:45AM
2,812 posts

Truncated description causes missing div tag


Jamroom Developers

Your welcome! Glad it is working for you. :)
douglas
@douglas
11/23/16 09:59:06AM
2,812 posts

Truncated description causes missing div tag


Jamroom Developers

This is whats in the GroupDiscuss item_list.tpl...

{$item.discuss_description|jrCore_format_string:$item.profile_quota_id|jrCore_strip_html|truncate:150}

Hope this helps!
douglas
@douglas
11/17/16 12:01:47PM
2,812 posts

Image Gallery Slideshow Not Showing Buttons, Info, or advancing


Using Jamroom

I'm not seeing an image slider at this URL:
http://ourtownstory.co.uk/wimborne-minster-dorset-england-bh21-1

However... this is wrong:

{jrCore_lang module="jrGallery" id="37" default="View all {$profile_place} images in slideshow"}

should be something like this:

{jrCore_lang module="jrGallery" id="37" default="View all `$profile_place` images in slideshow"}

Hope this helps!
douglas
@douglas
11/17/16 10:08:10AM
2,812 posts

Image Gallery Slideshow Not Showing Buttons, Info, or advancing


Using Jamroom

iamtimbo:
As above, really. Has been reported by a user, so I'm not sure when it stopped working, but I've not altered any templates for quite a while in the image galleries.

Assume it's still working for others, and that I have a local problem....

Which skin and what page is the slider on?

Thanks!
douglas
@douglas
11/13/16 03:34:48AM
2,812 posts

changing background color of menu bar subtabs?


Design and Skin Customization

Also, if you don't want to use a gradient background, you can remove them all and just use the background-color: etc... ;

Example:

Change this:

    background: #444444;
    background: -moz-linear-gradient(#444, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);

to this:

    background-color: #444444;

Hope this helps!
updated by @douglas: 11/13/16 03:36:33AM
douglas
@douglas
11/13/16 03:27:48AM
2,812 posts

User profile page Timeline widget displaying "no items found"


Installation and Configuration

This is kind of strange... I do see the issue on your site but I'm not sure why.

I tested it on your site in the jamroom-admins account you have setup for us...

https://theartsherpa.com/jamroom-admins

and it worked as it should. The newly created Gallery shows on the profile index timeline and I tested the profile index timeline form as well without issues.

But I can not find a reason for your other profile pages to not have entries on their profile index page when they have entries on their profile "Timeline" page.

I'll pass this along and see if one of the other guys can figure this out.

Hope this helps!
  82