faheemfarooq
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] google social login popupHey 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’;
}Forum: Plugins
In reply to: [Nextend Social Login and Register] google social login popupI’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?
Forum: Plugins
In reply to: [Nextend Social Login and Register] google social login popupHey! 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.