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
The BoostCake plugin isn't compatible with the jQuery script "unveil.js".
Unveil.js use the data-src tag ; this tag is deleted in the BoostCakeHtmlHelper.php, line 67 (holder.js compatibility ?)
Temporary solution is to delete theses lines :
if (isset($options['data-src'])) {
unset($options['data-src']);
}
The text was updated successfully, but these errors were encountered:
The BoostCake plugin isn't compatible with the jQuery script "unveil.js".
Unveil.js use the data-src tag ; this tag is deleted in the BoostCakeHtmlHelper.php, line 67 (holder.js compatibility ?)
Temporary solution is to delete theses lines :
if (isset($options['data-src'])) {
unset($options['data-src']);
}
The text was updated successfully, but these errors were encountered: