You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And here's what happens on the widget form, when the site has gone from using the named breakpoints "mobile" and "desktop" to using the named breakpoints "one" and "two":
PHP message: PHP Notice: Undefined index: one in /wp-content/plugins/doubleclick-for-wp/dfw-widget.php on line 111
PHP message: PHP Notice: Undefined index: two in /wp-content/plugins/doubleclick-for-wp/dfw-widget.php on line 111
The form and the widget should check to make sure that the widget breakpoint saved in the widget settings we're trying to get the sizes for exists in the site's breakpoint settings.
Sites are not likely to constantly change their breakpoints, so this is not a high-priority issue.
The text was updated successfully, but these errors were encountered:
Here we see an array of options for a widget:
And here's what happens on the widget form, when the site has gone from using the named breakpoints "mobile" and "desktop" to using the named breakpoints "one" and "two":
The form and the widget should check to make sure that the widget breakpoint saved in the widget settings we're trying to get the sizes for exists in the site's breakpoint settings.
Sites are not likely to constantly change their breakpoints, so this is not a high-priority issue.
The text was updated successfully, but these errors were encountered: