japayton42
Forum Replies Created
-
Forum: Reviews
In reply to: [Smart Archive Page Remove] Worked GreatThat is understandable, maybe take a look at yoasts redirect function, it is what I am using now to do the same thing, except I have to write Reg-expressions to get it working. Just a suggestion. The plugin works fine as is.
Forum: Reviews
In reply to: [Smart Archive Page Remove] Worked GreatI havent looked at how your offering up the 404 but if your setting a header and returning a page then the browser should get the 410 even if the user sees the same 404 page. Its mainly a SEO thing. Random 404s for pages that existed look bad. 410 tells the SE why the content is not available and it gets immediately pulled from search crawls with no direct impact on rank.
Forum: Fixing WordPress
In reply to: Can not activate pluginsI went back and figured out which 4 plugins were updated. #3 was WP-Supercache. I cleared the caches and all is well.
Thanks for the debug suggestion. There were no more errors but I saw references to the cache so I went for that.
Forum: Fixing WordPress
In reply to: Can not activate pluginsI also thought a database error might be the problem but I can not find any.
Forum: Fixing WordPress
In reply to: Can not activate pluginsI said in the second paragraph that I can not Activate or Deactivate any plugins. I used the updates page to update 4 plugins at the same time. the first 3 worked fine. The 4th was the newsletter plugin. I have deleted the newsletter plugin entirly. I still can not Activate or Deactivate. I can install and delete but I can not activate.
I am hosting on Ubuntu 16.04 using Easy Engine. I have 6 wordpress sites on this server and the problem is only happening on this one. Again, No server errors. I was expecting 404 or 500 errors. But none. And when I Activate I get the confirmation that the Plugin has been activated.
Forum: Plugins
In reply to: [Authy Two Factor Authentication] WordPress 4 SupportI found this issue is actually with the way authy displays the API key on the page. When copied there is an extra character appended to the end. It would be nice if there was some error message telling your the key is incorrect.
Forum: Plugins
In reply to: [Authy Two Factor Authentication] WordPress 4 SupportI am having the same problem with Authy 3.0.1 WordPress 4.7
Same issue here! I am working on finding the inclusion code. As a temp fix you can create the two files and leave them empty.
I disconnected and reconnected and it went away. so we are all good now.
And yes, I had the gravity forms braintree plugin.
I figured that out but now I have the sandbox mode message showing and its not a sandbox account.
Forum: Plugins
In reply to: [WooCommerce] Coupons usage by item quanityFor the way I want to use the coupons if there are three of the same items used the coupon should be used 3 times.
Tried three different stripe gateways:
Stripe for WooCommerce
Version 1.36 | By Stephen Zuniga
(Form works, submission shows no errors in browser, an error is returned that the payment server was unavailable. works on frontend)Stripe free payment gateway for WooCommerce
Version 1.0.0 | By SolverCircle
(causes 500 error from admin-ajax)Striper (Gateway using Stripe.js)
Version 0.29 | By Sean Voss
(injuects JS causing errors)I have manually included the Simplify JS in the page. But theres no change. The most obvious missing script is the auto date formatting which works on the front end.
<script type='text/javascript' src='https://www.simplify.com/commerce/v1/simplify.js?ver=2.3.5'></script> <script type='text/javascript' src='//chfme.japayton.com/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js?ver=1.2.1'></script> <script type='text/javascript' src='//chfme.japayton.com/wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js?ver=2.3.5'></script> <script type='text/javascript'> /* <![CDATA[ */ var Simplify_commerce_params = {"key":"[PUBLIC KEY REMOVED FOR SECURITY]","card.number":"Card Number","card.expMonth":"Expiry Month","card.expYear":"Expiry Year","is_invalid":"is invalid","mode":"standard","is_ssl":""}; /* ]]> */ </script> <script type='text/javascript' src='http://chfme.japayton.com/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.min.js?ver=2.3.5'></script> <script type='text/javascript' src='//chfme.japayton.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=2.3.5'></script> <script src="http://chfme.japayton.com/wp-content/plugins/woocommerce-pos/public/assets/js/pos.min.js?ver=0.3.5"></script>Ok, I can likely rebuild a second striper plugin that does not inject the JS and manually include the JS in the POS.
Actually at that point it would make more sense to just build the gateway into the POS directly. I will have to fork your project and play with it.
Simplify seems to be having a similar problem though. I thought it was suppose to be working?
Please make sure your card details have been entered correctly and that your browser supports JavaScript. Developers: Please make sure that you're including jQuery and there are no JavaScript errors on the page.Still no JS errors on the page.