We are still working on homepage configuration options at this point. All homepage changes that you make will be applied to all devices and viewports. However, different (smaller) viewports will show widgets differently in an optimized design for that viewport
We don’t offer separate options for specific devices or viewports. Could you tell us more about what you’d like to see for mobile-display-only settings? :)
Changes made to the homepage configuration will not affect the views of sub-forum homepages. We are investigating configuration settings for sub-forum homepages (we call them category pages btw ;)) like the possibility to add quick-links and an easier way to feature topics on these pages
Hope this helps
Thanks for the reply @Yoeri :)
Mobile specific config settings would be useful in order to remove bulky features (that aren’t bulky on desktop) from the display, like featured_banner, featured_home, quick links, introduction bar, statistics bar. For a mobile, we’d want less features vs desktop.
Hopefully somwething we’ll see at some point in the future!
Personally I would like for side-widgets to show up at the top of the page, below quick links, and featured, and before the categories / recently active etc.
That way we can ‘force’ users to visit those links prior to starting new topics.
Again, a preference for more personalisation per community, rather than a cookie cutter display.
Cheers,
Ditte
Sorry to resurrect such an old thread. Any updates on this? Thanks.
No worries Ian, all questions are welcome here
Any specific updates you are looking for? To answer the main question of this topic: there are no specific design/configuration options for mobile. Our platform is still fully responsive and all features apply across different viewports and devices. Screens and functionalities have been optimised for these different viewports by the Gainsight team. Are you looking for any specific mobile configuration options?
@Yoeri We have some custom CSS which lead to quite a poor browsing experience for the mobile user. I’ve been able to adjust text sizes using something I found online (attached), thankfully.
@media screen and (max-width: 600px) { h2.widget-title.widget__heading { font-size: 20px !important; } }
@media screen and (max-width: 600px) { h3.widget-title.widget__heading { font-size: 20px !important; }
}
I was just wondering more broadly if there were any specific customisation in the pipeline, perhaps using the upcoming changes to Segmentation?
E.g X (widget) could be hidden/shown based on the Y (device) being used by the Z (user).
Happy to hear that you’ve found a solution.
I was just wondering more broadly if there were any specific customisation in the pipeline, perhaps using the upcoming changes to Segmentation?
Yes, we have plans to make improvements here, although it be on showing specific widgets/content to specific user roles. At the moment we don’t have plans to restrict this to viewport/devices yet.