Forum Activity for @douglas

douglas
@douglas
11/17/16 12:01:47PM
2,806 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,806 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,806 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,806 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!
douglas
@douglas
11/11/16 06:43:31AM
2,806 posts

User profile page Timeline widget displaying "no items found"


Installation and Configuration

theartsherpa:
Maybe?
It seems that the Timeline display module that sits on the profile page can not find the list of Timeline items to be displayed. This could be related to the items not getting tagged to be displayed on the Timeline, but I am not sure how to check that. I don't see any (obvious) global check boxes or setting that seem to effect this.

If you've added items to a profile as the admin, they will not show on that profiles timeline, you'll want to login as the profile user in order for the newly added items to show on the timeline.

Only items added to a profile by the profile user will show on the timeline.

Hope this helps!
douglas
@douglas
11/10/16 01:59:24PM
2,806 posts

changing background color of menu bar subtabs?


Design and Skin Customization

Strumelia:
Thank you Michael!
But to clarify things in my head, may I ask-

1) if I need to make it a specific color, say #979D9B which is a light grey, then instead of a word, like "green" or "navy", I'd put :

#menu ul a:hover {
    background-color:  #979D9B;
...correct?
And I would NOT be changing the line at all where it says:
color: #0FB1DD;
...right?

That is correct.

The code - color: #0FB1DD; - is the text color.

Strumelia:
and 2) I'm seeing your post above in the second location change within the #menu ul area, ...do I change to my #979D9B color where it says "background:" OR where it says "background-color:" ? (since you showed me both of those) I'm GUESSING I'm supposed to change only the line in that section where it says "background-color"...and not the "background:" gradient etc line ?

Try changing just one and if it doesn't give the desired results change both.

Hope this helps!
updated by @douglas: 11/10/16 02:00:37PM
douglas
@douglas
11/10/16 01:37:50PM
2,806 posts

2 versions of Issue Tracker


Using Jamroom

I believe one is a stable release for JR5.3.6 and the other is the beta version for JR6.

And if you have both channels active in your ACP > Marketplace > Tools > Release Channels, then you'll see both downloads.

Hope this helps!
douglas
@douglas
11/10/16 01:35:14PM
2,806 posts

How can I lower the bottom so that chat doesn't cover the up button?


Using Jamroom

Hello,

You'll most likely need to modify your footer.css file... in your skins/YOURSKIN/css/footer.css file find this:

.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:10px;
    right:65px;
    display:none;
}

and change it to this:

.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:40px;
    right:65px;
    display:none;
}

Hope this helps!
douglas
@douglas
11/10/16 08:32:00AM
2,806 posts

Forum and Comments, newest first


Installation and Configuration

If you are running the JR6, the forums global config settings has a selection for showing newest posts first. ACP > Profiles >Forum > Global Config > Post Sort Direction.

Hope this helps!
douglas
@douglas
11/10/16 08:29:47AM
2,806 posts

User profile page Timeline widget displaying "no items found"


Installation and Configuration

In your ACP > Site > Media URL Scanner > Global Config, check the Expanded Media check box and save your settings.

Be sure to reset your cache as well.

Hope this helps!
  82