Brijesh Borad
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Review Slider] Not able to get access tokenYes, it is working now. I don’t know why it was not working.
ThanksForum: Fixing WordPress
In reply to: The website only shows text and images (CSS or theme not loading)Hello, @monademaidi
It seems like there is a problem with loading styles and js files in website. Without checking code can’t say what is the problem and solution for it.- This reply was modified 7 years, 7 months ago by Brijesh Borad.
Forum: Fixing WordPress
In reply to: MailChimp Widget Being Very WonkyHello, @yacob555
Have you verified your API key and list id with mailchimp account?
Forum: Fixing WordPress
In reply to: How to remove wrapper?Hello @ashersamund,
If you don’t know how can you remove wrapper then you can modify or apply css to make wrapper full width.
For ex#wrapper{ width: 100%; }
It will remove white area around the wrapper and will not affect to inner container.
Forum: Fixing WordPress
In reply to: How to Re-Order Menu Links at Top?Hello @freedom1,
If you want to reorder this menu then you can do this from Appearance->Menus. Select your menu to edit from dropdown and reorder menu-items by drag & drop.
https://www.awesomescreenshot.com/image/2684779/5138925b1b34384063b52e087112e64cThanks.
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Rest cannot create errorThanks @justingreerbbi, But I was trying to call it using POSTMAN and also from my localhost to live site. How will it work?
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Rest cannot create errorHello, @justingreerbbi
Thanks for your response. I am trying to do that from another website. Should it work with that?Forum: Plugins
In reply to: [WP REST API (WP API)] WP rest api post requestq@kadamwhite Yes, sure.
I am using wordpress’ default wp rest api feature and WP OAuth Server plugin.I am getting access token when i tried to call endpoint to create post with POST request but still i am getting this response{ "code": "rest_cannot_create", "message": "Sorry, you are not allowed to create posts as this user.", "data": { "status": 401 } }
Access token is valid though i am not able to create post with json endpoint. I don’t know what is the issue. I have checked database,too and found that the access token is valid for the user who is administrator of site.
Forum: Plugins
In reply to: [WP REST API (WP API)] WP rest api post requestqThanks @kadamwhite for the response.
I want to create post from another website and i have tried basic authentication as well as integrate oauth1 and oauth2 authentication but none of these is working.Have you any idea why it is not working?
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal plus order total calculation issue.I can understand all things but actually when i solved a bug another one is coming. Right now i am facing another issue which is that when user completed his payment through credit card(paypal plus option) he redirected order-received page but with “0” order id which is wrong.
Another one is when user select paypal option for for payment he is redirected to homepage instead of paypal plus’ payment page.
Can you help me out for both these things? I want to know how can i solve these things so that i can implement in that way.I solved some order calculation issue but it is not a proper way to implement in plugin so it should be not commit to GitHub repo.
Thanks
Regards,
BrijeshForum: Plugins
In reply to: [PayPal for WooCommerce] Order total issueThanks for the response.
I am facing another issue with the paypal plus for cart total or order total on checkout page.
When user chooses his country or change his country, order total is updated as per tax calculation for that country but this total is not updated for paypal plus as it is taking old price. There was a same issue with applying voucher code but i solved it manually through code by rendering paypal plus again though it is not a good solution. For country’s tax calculation i need to change so much things which is not possible for me right now.
How can you irresponsible like this? you should test all criteria and scenario for this as it is used for payment gateway.
If you have any solution for this then let me know because it might be helpful for me.
Thanks.Forum: Plugins
In reply to: [PayPal for WooCommerce] Order total issueThere is a another issue in paypal plus. When user fill up all details on checkout page, place order button should become enable for further process but button remains disable though user fill up all details and select a payment method. If i remove disable attribute from button then validation is not working on checkout page. It skips validation and redirect to paypal payment page.
My website is live right now so i need solution as soon as possible anyhow so please help me out from this bug.
Thanks