How do you prioritise the order of a widget when it's being shown 'only in single column mode' ?

I'm editing the layout of a page in v11 of verint.

I have a bunch of widgets on a group page.

I want to specify the order of the widgets, but due to the nature of one of the widgets not being suitable for mobile responsive view, aka single column mode, I need to have two widgets showing the same thing, but one setup for mobile view, and one not (let's go with this rather than designing one widget to be suitable for both views for now)

On the widget, I can only choose one of these options:

Either it's only shown in single column mode, hidden in single column mode, or it's 'always shown, priority x in single column mode'

The problem is, I want:

'Only shown in single column mode, priority 1 in single column mode'

Because otherwise, when it's 'only shown in single column mode' everything else set with a priority takes... well, priority, but the equivalent widget for this 'single column mode' widget, in non single column mode, is at the top of the page, but this, still gets dumped to the bottom.

What're my options?

Parents
No Data
Reply
  • Ideally, this is an option we'd love to have added to the core platform & would live in the Responsive Behaviour menu

    Yes, the menu options here should govern "cssClassAddition"

    These are the parameters you have to edit/insert in manually but they should really be handled by the GUI:

    responsive-shown responsive-1 ("Only shown in single column mode, Priority 1 in single column mode")
    responsive-shown responsive-2 ("Only shown in single column mode, Priority 2 in single column mode")
    responsive-shown responsive-3 ("Only shown in single column mode, Priority 3 in single column mode")

    At the moment you have to export the XML of the theme, edit them manually and then re-import the XML of the theme.

Children
No Data