Giri
Forum Replies Created
-
AuthorPosts
-
Hi Wayne, can you post your site login details?
I’ll take a look.
Thanks
This reply has been marked as private.This reply has been marked as private.You are welcome.
This reply has been marked as private.Can you post your website url and wp-admin details.?
I’ll take a look.
Thanks
Hi joecam,
I have fixed those strings.
Please replace those lines with this one.
echo sprintf( __( "No %s found", 'uwp-gd' ), $gd_post_types[$post_type]['labels']['name']);
You may also have to scan the language files again using poedit.
If you have no idea what that mean, then please wait till next version.
Thanks
August 7, 2017 at 12:11 pm in reply to: Facebook Error This field must be at most 32 characters long. #197You are welcome
🙂
Yes some social networks, don’t provide email address. In such case a random email address is generated to satisfy wordpress requirement.
Each network setting page has a checkbox to ask for email and username.
If you check them, user need to fill the email to proceed.
Hope that helps.
Thanks
Hi Don’t put that in any functions file.
Duplicate functions will cause fatal errors.
So you must either replace that function or wait till next version.
Yes this will be updated in the next version.
Thanks
August 2, 2017 at 4:49 pm in reply to: Facebook Error This field must be at most 32 characters long. #155Hi Seems like the problem is with your app id and secret. Please create a new app and then make sure to enable the product “Facebook login” from the sidebar while creating the application in facebook
Thanks, Just discussed with stiofan. You are right. Invoicing addon uses wp_comments table for activity.
You can replace the following line in my above code
AND comment_type NOT IN ("pingback", "trackback" )'
with
AND comment_type NOT IN ("pingback", "trackback", "wpinv_note" )'
Thanks
August 2, 2017 at 11:23 am in reply to: Facebook Error This field must be at most 32 characters long. #152Yes, 1.0.1 is the latest one. If you are using the UsersWP 1.0.6 as paolo mentioned, then provide me the admin credentials where I can test. Also provide FTP.
Thanks
You are welcome.
-
AuthorPosts