Hi,
Yesterday after intall the new version (1.7.3) of WordPress SEO I noticed a bug in the theme.
In the area of widgets, comments and blockquote of many pages was introduced an abnormal code:
<strong class = "news-headline">
What is the reason? How can I remedy this BUG?
I’ve tried uninstalling and installing the WordPress SEO and did the same with all plugins, but the problem continues!
Hey CloudChoice!
It’s the title of some of our widgets. If you do not want to display it then remove the title when you edit the widget settings.
Or remove lines 532, 550, 1034, and 1081 in /enfold/framework/php/class-framework-widgets.php.
echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 55," ");
Cheers!
Elliott