prasadd1989
Forum Replies Created
-
Hi Patrik,
I am logging in from the wp-admin page not from the front end for the administartor,
And UsersWP->General->Login->Login Redirect Page set to Default Redirect settingsThanks
Prasad D.Thanks
But still this fix is not working, I have my custom endpoints, which are not get authenticated on the server, its working very well on the localhost with authorization.
Please suggest if any edits, I have googled many things but nothing found.Many Thanks
Please help me I getting issues on all my sites for authorization’
Thanks in advance
Hello,
Thanks for the information, its not working when I have added it to the jwt class file, I have custom endpoints and set the permission callback to is_user_logged_in but its not authenticating the user. This is one of my custom endpoint whic
register_rest_route( ‘grocery/v1/customer’, ‘my_account/get_address_book’, array(
‘methods’ => WP_REST_Server::READABLE,
‘callback’ => array( ‘GenerateWP_Grocery_Products_REST_API_Endpoints’, ‘grocery_get_customer_address_book’ ),
‘permission_callback’ => function($request){
return is_user_logged_in();
},
) );I am looking for the solution its correctly working on my local system, but when uploading on the server its giving
{
“code”: “rest_forbidden”,
“message”: “Sorry, you are not allowed to do that.”,
“data”: {
“status”: 401
}
}error, I am not getting what will be the issue, I have checked all the error logs but found nothing, please help me in this, your help will be appreciated.
Thanks
Hello,
Please help me in this, I am looking for solution but not getting how to do it,
any response?
your help will be appreciated.Thanks
Prasad DThanks for the snippet, this is really helpful.
one more thing, how do I achieve this without adding custom field on the vendor registration form, can I update store_code field while vendor registration automatically by assigning some unique code, How do I achieve this. do not want to add custom field on the vendor registration form.
Thanks in advance.
Forum: Plugins
In reply to: [WooCommerce Address Book] New Addresses not savingThanks for the reply,
But I have tried by disabling all the plugins and tried to add new address, but it not worked again, the address is not storing, I have tried to figure it out by checking database, in old version the plugin is storing wc_address_book serialized array field storing the addresses keys in wp_usermeta. this field I have not found in the wp_usermeta table,
Will you please look into this and help me outThanks & regards
Prasad D.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Products Not Removing from WishlistHello there,
Facing the same issue, I have 3 products added into a wishlist, but can’t remove them, and I have also enabled debug mode,
I am getting this error
“WordPress database error: [Duplicate entry ‘0’ for key ‘PRIMARY’]
INSERT INTOwp_yith_wcwl_lists
(user_id
,wishlist_slug
,wishlist_token
,wishlist_name
,wishlist_privacy
,is_default
) VALUES (11, ”, ‘923P69QSFZ6B’, ”, ‘0’, ‘1’)”on the page where I have added “[yith_wcwl_wishlist]” this shortcode
It is showing all the 3 products in the wishlist, but when I am clicking on the
remove from wishlist this will showing me“No products were added to the wishlist ”
can you please help me to sort this.
Thanks in advance.
Regards
Prasad D.Forum: Plugins
In reply to: [MediaPress] Not working on overridden templateHello,
Thanks for the reply,
1: Yes, I can see file uploader and able to select files image, video, document
but when I click on the post button only text added in textarea with the image is posted image / video / document is not displayed in the post.2: I have visited my profile and checked wall gallery no media is available there which I have uploaded.
Please help me, how do I get this working in my custom theme.
Thanks
I have same issue, after login clicking on other user profile redirects to home page.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Logout redirection@vnkjoshi Thank you, it worked…
the plugin is really great, but when changing the settings from plugin page and clicking on “Save changes and Empty Cache” it is showing “The link you followed has expired.”
Please try again.the same will be happening while accessing wp-admin/options.php
Please help me. Your help is appreciated.
Thanks in advance.
Forum: Plugins
In reply to: [Single-user-chat] How to set chat only for particular user roleThank you so much for faster reply and the solution,
great work, great support….Thank you again.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Instructor profile link not correctFollowing, having same issue
Forum: Fixing WordPress
In reply to: failed to open streamThanks Steven Stern
Resolved my issue….
Thanks for help.