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
From couple of days Donut theme is coming messy in Chromium browser due to bootstrap css not being downloaded. This is sue to a "https" issue. Fixed by the following in utils/donut-options.php
From couple of days Donut theme is coming messy in Chromium browser due to bootstrap css not being downloaded. This is sue to a "https" issue. Fixed by the following in utils/donut-options.php
--const BS_CSS_CDN = 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
++const BS_CSS_CDN = '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
The text was updated successfully, but these errors were encountered: