calfree
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Tax not added at allOk thank you I will leave it on tomorrow from 6am till 12pm. Best I can do
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Tax not added at allHi
I cannot create a staging area with our current setup. Please give me a time and I will enable the plugin and keep it enabled for at least 6 hours
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Tax not added at allSorry I know you guys must be busy but any help with this would be really appreciated, thanks
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Tax not added at allHi
I will activate the plugin again but I can only do so for a short period of time. Yes all the tax is correct and it works fine for normal payment methods. Could you give me a time so i know when to activate it and then I will leave it on for say an hour?
I presume you are in India based on your company website. so can we arrange a time tomorrow that suits you to have a look?
- This reply was modified 2 years, 11 months ago by calfree.
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Tax not added at allI had to disable the plugin so people cannot use it
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Tax not added at allOk because we just had another order that tax was not charged for. The site is at https://www.gymbrofitness.com/. Here is the order in question and you can see no tax charged but it’s a California Zip so tax is applicable:
https://ibb.co/dmPvjNJForum: Plugins
In reply to: [Simple JWT Login – Allows you to use JWT on REST endpoints.] Request failedif I disable auto login and change the uRL to https://localhost:10019/?rest_route=/simple-jwt-login/v1/ then I can see all the routes the plugin provides and i presume I am logged in because only admin is supposed to see that right?
But going to https://localhost:10019/?rest_route=/simple-jwt-login/v1/autologin&JWT=JWT with the auto login set to yes or no gives me a bad request error.
I would like to get the user that is logged in back so I can get his name and email and everything else the user added to his profile
- This reply was modified 3 years ago by calfree.
Hi
I get the same error in the console and I have CORS enabled and all the check boxes check. I am using axios to send the request. If I use postman it’s successful and I get the token back but using axios I get a list of errors:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost:10023/?rest_route=/simple-jwt-login/v1/auth&username=username&password=password. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 405.
I did what @vigrowth suggested and the warning is gone but now I get a 403 header error:
success false statusCode 403 code "jwt_auth_no_auth_header" message "Authorization header not found." data []
Forum: Fixing WordPress
In reply to: Warning: Illegal string offset ‘slug’Thanks it’s actually a conflict with the JWT Auth plugin and I posted on their page about it. Apologies for posting in the wrong place
I am also having this issue and if you deactivate the plugin the warning goes away
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Output is hiddenOk thank you I got it to work by loading the js file in my theme functions.php file and it works. The problem is and I am sorry to say it, but it’s not really the plug in I thought it was going to be and not really what I am looking for. The type of plugin I was looking for is the https://motopress.com/products/wordpress-slider/ but it does not work properly and I am not buying something that does not work. Thanks for your time and effort though and sorry for not being able to use your plugin.
- This reply was modified 4 years, 8 months ago by calfree.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Output is hiddenI get this error in the console
TypeError: $(…).owlCarousel is not a function
As if JQuery is not loading but it definitely is
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Output is hiddenThank you I think it is the exact plugin I need so I would really like to use it. The site however is far from done and I cannot put it online yet, but will soon and then let you know. Thanks for your great support
Oh wait I get this console error:
TypeError: $(…).owlCarousel is not a functionAs if JQuery is not loading but it definitely is
- This reply was modified 4 years, 8 months ago by calfree.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Output is hiddenI am developing the site on my localhost so here it is:
If I uncheck the display box in Web tools then I see both posts
- This reply was modified 4 years, 8 months ago by calfree.