It seems the WP 4.4 has caused a few problems which I am looking at this morning
that is strange that is work on one page and not another
Can you confirm you upgraded to WP 4.4 and that when it broke?
can you create / put the same shortcode on a new page does it work there?
is the shortcode settings or the whole shortcode?
I hope to fix this today
Paul
Confirmed on 4.4. The artist page shows a shortcode that works just fine, post 4.4 upgrade. Hopefully that helps to show the difference in pages. Perhaps it’s a difference between page and widget? On the homepage, the shortcode is in a widget. Please let me know when you’ve been able to fix. Most appreciated.
Hi
I was able to find a problem with saving in the widget I am not sure it will fix you problem but please try this new version
https://github.com/pbearne/wp-author-avatars/archive/master.zip
Paul
I replaced the plugin but I still seem to be having an issue. Anything else to try?
I will keep looking at this over the weekend it’s almost if the plugin is not loaded on the home page.
Do you have a dev site that I can test on?
Paul
can you try on a different page
the widget is working on my test pages
looking at the code on your page I see that this is a standard text_widget not the Author avatar widget (at least that what it looks like)
if so 2 fixes
add this code to your function file
add_filter('widget_text', 'do_shortcode');
or replace with the author avatar plugin widget
Paul
Worked like a charm, thanks!