• koreill1

    (@koreill1)


    Hello,

    I am using the plugin Easy Social Share Buttons. Ajaxify wordpress site is working great, except that the button counters don’t reload after the AJAX refresh. The code to update the social button counters is

    jQuery('.essb_links.essb_counters').essb_get_counters();
    jQuery('.essb_counters .essb_links_list').essb_update_counters();

    Can you tell me where in AWS plugin I need to put this code?

    Thanks,
    Kyle

    https://wordpress.org/plugins/ajaxify-wordpress-site/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Manish Kumar Agarwal

    (@manishkrag)

    Seems like paid plugin so unable to test at my end.
    Do one thing, add the above lines just above the code
    $body.removeClass('loading');

    It appears the issue i have is also similar. In the javascript console for Chrome i am seeing this error:

    “Uncaught TypeError: essb_get_counters is not a function”. (Note-This issue is causing other plugins i have to break.)

    I tracked the files that declare the functions to “easy-social-share-buttons.min.js” and “easy-social-share-buttons.js”. Note – both files are listed in this directory “/wp-content/plugins/easy-social-share-buttons3/assets/js/”

    What needs to be done here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social buttons refresh and AWS’ is closed to new replies.