diff --git a/classes/ColdTrick/WidgetManager/WidgetsSettingsConfig.php b/classes/ColdTrick/WidgetManager/WidgetsSettingsConfig.php index 15ae690..79c9782 100644 --- a/classes/ColdTrick/WidgetManager/WidgetsSettingsConfig.php +++ b/classes/ColdTrick/WidgetManager/WidgetsSettingsConfig.php @@ -169,7 +169,7 @@ public function showLazyLoaded(\WidgetManagerWidget $widget, array $layout_info if ($widget->column < $first_column_with_data) { $mobile_detect = new \Detection\MobileDetect(); - if ($mobile_detect->isMobile()) { + if ($mobile_detect->hasUserAgent() && $mobile_detect->isMobile()) { return true; } }