30.01.2025, 06:02
(29.01.2025, 06:22)admin Wrote: Try adding this to Custom JavaScript:
Code:var fn = window.showWidgetPopup
if (fn) {
window.showWidgetPopup = function(arg1, arg2) {
setTimeout(function() {
fn(arg1, arg2)
}, 10)
}
}
Hi,
And is it possible to open a widget centered in the current view on a plan when it is scrollable?
Usermode view is set to "Center horizontally, auto-size width" and depending on the position of the verticall scroll widgets open inside de current view or are partially out of it...
Thanks