Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter faheemfarooq

    (@faheemfarooq)

    Hey thanks for the reply.
    Avatar issue had to do with my theme.
    This resolved the issue:

    Used this code at the child theme in the functions.php file

    add_filter(“wpqa_user_meta_avatar”,”wpqa_user_meta_avatar”);
    function wpqa_user_meta_avatar() {
    global $wpdb,$blog_id;
    return $wpdb->get_blog_prefix($blog_id).’user_avatar’;
    }

    Thread Starter faheemfarooq

    (@faheemfarooq)

    I’m sorry I didn’t get it. Where can I download the latest build from? I can’t find the one you have sent. Also I installed the plugin only a few days back I’m assuming, the one I have installed is the latest build.

    Should I download the plugin again and reinstall? Please clarify.

    Also another issue I’m facing is that my website is not displaying avatars from social login. However, in the previous plugin I was using for social login “one all social login” Avatars were being displayed. Is there a setting that I need to change?

    Thread Starter faheemfarooq

    (@faheemfarooq)

    Hey! I just wanted to post an update here for other users as I have been coordinating on email with Laszlo from the Nextend.

    The issue was caused by the “WP Hide & Security Enhancer” changing the minify setting to “Html & Css” from “All” resolved the issue for now. As mentioned by Laszlo.

    However, it would be nice to use the “All” feature of the “WP Hide & Security Enhancer” Plugin without causing an issue.

    Looking forward to the update. What’s the ETA for the update release?

    The response from nextend was prompt and detailed. Thank you so much.

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