Did you guys remove or change the avf_logo_subtext filter in the latest update? Not working anymore.
Hey livengrin!
can u please show us our code?
We do not generaly remove something, before notifying users
Regards,
Basilis
function livengrin_logo_addition($sub) {
$sub .= ‘<div class=”subtext-icon”><span class=”av-icon-char” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span></div><div class=”subtext-paragraph”><p>Available 24/7<br/>215-638-5200</p></div>’;
return $sub;
}
add_filter(‘avf_logo_subtext’, ‘livengrin_logo_addition’);
Hey!
No, we have not removed it. Can you please post the link to your website? Also, please see this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Regards,
Yigit