Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    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

    Thread Starter katemhamilton

    (@katemhamilton)

    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.

    Plugin Author Paul Bearne

    (@pbearne)

    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

    Thread Starter katemhamilton

    (@katemhamilton)

    I replaced the plugin but I still seem to be having an issue. Anything else to try?

    Plugin Author Paul Bearne

    (@pbearne)

    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

    Plugin Author Paul Bearne

    (@pbearne)

    can you try on a different page

    the widget is working on my test pages

    Plugin Author Paul Bearne

    (@pbearne)

    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

    Thread Starter katemhamilton

    (@katemhamilton)

    Worked like a charm, thanks!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Shortcode not working on homepage’ is closed to new replies.