Fred preview mode not showing tablet options

Hello, community.

I have two MODX websites using Fred and I just realised that both of them are missing the ‘Tablet Portrait’ and ‘Tablet Landscape’ options in preview mode. I am left with the two ‘Phone’ options and ‘Auto’. I’m not sure how long this has been the case but I can’t figure out why this has happened and on two separate sites.

Any thoughts?

It’s been five months, so I thought I’d revisit this topic. I’m still only seeing mobile and auto options in the Fred preview mode, whereas the Fred video clearly shows tablet options as well.

I have reinstalled Fred to no avail. Does anyone know how to get the tablet preview options to display?

Thanks,

There is this rule in the CSS that hides the tablet symbols when the screen height is less than 770px. Maybe that is the problem.

@media screen and (max-height: 770px){
	.fred .fred--content-preview_controls .fred--devices *[class^="fred--tablet"]{
		display:none
	}
}

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.