Forum Activity for @brian

brian
@brian
01/03/18 02:30:24PM
10,149 posts

bug in new image module update?


Using Jamroom

Sounds like the embedded EXIF orientation information is incorrect, which to be 100% honest is not surprising if the images were taken with a cheap phone/camera.
brian
@brian
01/03/18 02:27:34PM
10,149 posts

Jamroom Optimization


Installation and Configuration

cabmaxi:
Is there any plugin/module to minify js, css files and also html code?

JR already minimizes JS (as long as you are not running in developer mode) and gzips HTML and CSS (if your web server supports it) so you should be good on all 3 of those.
brian
@brian
01/03/18 02:26:16PM
10,149 posts

Cannot advance pages when viewing Image gallery


Using Jamroom

Note that the next version of the core (6.1.6) has been really improved to "detect" this type of situation and basically fix itself, so ideally you'll never see a corrupted template again :)
brian
@brian
01/02/18 03:01:21PM
10,149 posts

smiley picker window has changed background color... where to adjust?


Using Jamroom

Glad you got that fixed up - that's great :)
brian
@brian
01/02/18 03:00:47PM
10,149 posts

Login problems


Using Jamroom

misterskeet:
It will not say that I've entered the incorrect login. It will just go to that profile page but will not be logged in.

This sounds like PHP session support is not working correctly on your server - what's happening is that you're actually logging in, then the system goes to redirect you to your profile but the session cannot be loaded on the profile once you arrive there. Who are you hosted with, what version of PHP are you using and what version of MySQL are you running?

Thanks!
brian
@brian
01/02/18 11:31:31AM
10,149 posts

Elastic2 menu on profile pages doesn't work on iPad Pro


Using Jamroom

Actually looking at this more, I think we only want the hamburger menu on mobiles - not tablets. Tablets should show the desktop version since they typically have enough space to do so.
brian
@brian
01/02/18 11:27:15AM
10,149 posts

Elastic2 menu on profile pages doesn't work on iPad Pro


Using Jamroom

I found the root cause for this and have it fixed in the next release. You can fix now by editing the profile_footer.tpl and changing this:

{if jrCore_is_mobile_device()}

To this:
{if jrCore_is_mobile_device() || jrCore_is_tablet_device()}
brian
@brian
01/02/18 11:16:37AM
10,149 posts

Elastic2 menu on profile pages doesn't work on iPad Pro


Using Jamroom

That indicates that the slider does not work - not the menu. I see this on my ipad as well and am checking it out.
brian
@brian
01/02/18 11:10:56AM
10,149 posts

TinyMce Image Margin Not Showing in Firefox


Design and Skin Customization

You could try:

figure.captionjs {
    padding: 10px !important;
}

The root cause is the custom caption module you're running works differently on FF than it does Chrome.
brian
@brian
01/02/18 11:01:58AM
10,149 posts

Modifying Notifications


Using Jamroom

You would have to do something custom - JR purposefully gives users full control over their notification options.

Sorry!
  88