: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
jQuery(document).ready(function($){
$('.series-main').each(function() {
maxHeight = maxHeight > $(this).height() ? maxHeight : $(this).height();
$('.series-main').each(function() {
$(this).height(maxHeight);