XF 2.2 How to show signature to guests on mobile view?

vij

Well-known member
Licensed customer
How to allow guests to see signatures on mobile view? Sigs show up otherwise but not on mobile...
 
Last edited:
OK, answered this for myself. This works on Default XF style, but not on a 3rd Party Style like UIX.2.

The following also didn't work on UIX.2:
@media only screen and (min-device-width:375px)

{.mobilesonly

{display:none }}

I'm kinda curious as to what's going on.
 
OK, answered this for myself. This works on Default XF style, but not on a 3rd Party Style like UIX.2.

The following also didn't work on UIX.2:


I'm kinda curious as to what's going on.

Contact the style developer, they will tell you how to adjust their style.
 
These seems to not work in 2.3, and code change suggestions? Thanks
EDIT: nm it does work.
On some refreshes it is not there, what would cause that?
 
Last edited:
Back
Top Bottom