MattyLB
Forum Replies Created
-
Forum: Plugins
In reply to: [Messengerbot for WooCommerce] call back url after update failsUsing plugin version 1.4 I’m getting a callback verification error from the FB app developer’s Messenger > New Page Subscription tab when I try to Verify & Save my subscriptions … 404 not found error.
Callback URL is: https://iowish.com/mbot-callback-webhook/
- This reply was modified 9 years, 4 months ago by MattyLB. Reason: note of the plugin version I'm using
TIP: on an EasyEngine configured server & WP install ( https://easyengine.io/ ) the easiest way to fix this is to simply run the command sudo ee clean –all in SSH to clear your REDIS cache.
Now you can get to the WP dashboard and be sure to click the top link regarding updating your REDIS database.
Done!
Great idea! I’ll give it a try and see if that does the trick. Thank you for the suggestion and quick response!
Any word on this? I’ll go ahead and remove the location field with CSS until I hear back. Thanks!
Also, once I am done with my site and open it to the public, I will be honored to let you use it in a showcase of how the plugin is used on real sites.
Hi Apixu!
To answer your questions…
1) yes – instead of it displaying “Creston, United States of America”, I need it to show “Creston, Iowa” – which is the City and State, respectively. The country is implied so it is redundant to display it in my case.
2) unfortunately my site is not live yet because I need to fine-tune some of these issues before I open it to the public. I have included a screen-shot since I cannot list the URL. I hope this helps you see what I am trying to accomplish. SCREENSHOT
Thank you very much for an EXCELLENT plugin!
*notice, I have also removed the “+” before the temperatures via the PHP file. These are not required in the US and it helps to simplify the visual appeal of the widget, in my opinion. 🙂
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – hide ?add-to-cart=262 in urlThanks for the update, Mike.
I’ve noticed that several theme developers have a habit of simply changing the wc-template version number without making any real or required changes to the template(s) – other than those that may affect visual page display.
I agree with your conclusion and I will let them know that they really need to pay attention to critical template changes in major WC releases, because similar issues have happened before.
Thank you for clearing this up for us!!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – hide ?add-to-cart=262 in urlI’m having the exact same issue! I’m using X-Theme (theme.co) and it didn’t start happening until 2.5. I was really hoping that 2.5.1 was going to fix it, but no such luck. Even the x-theme demo site is doing this now – and they aren’t sure what’s causing it.
Test Case: http://theme.co/x/demo/shop/renew/ (normally an ajax animated popup check-mark is displayed to show that the product was added to the cart.
When I monitor my log while trying to add a product to the cart, I get this (if it helps) …
111.11.111.11 1.534 BYPASS [28/Jan/2016:09:24:09 +0000] mysite.com “POST /?wc-ajax=get_refreshed_fragments HTTP/1.1” 200 257 “https://mysite.com/” “Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0”
111.11.111.11 1.178 BYPASS [28/Jan/2016:09:24:33 +0000] mysite.com “GET /?add-to-cart=749 HTTP/1.1” 200 13720 “https://mysite.com/” “Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0”
111.11.111.11 0.427 BYPASS [28/Jan/2016:09:24:34 +0000] mysite.com “POST /?wc-ajax=get_refreshed_fragments HTTP/1.1” 200 817 “https://mysite.com/?add-to-cart=749” “Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0”
Seems like something may be broken with wc-ajax???
Thanks for any help on this. I cannot stress enough that this is not acceptable for my user-experience. It also causes the product to be resubmitted if the page is refreshed or the browser’s back arrow is used to return to a page where a product was added to the cart.
On a side note – can the ‘ajax_add_to_cart’ class work on product page add to cart buttons if we add it?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] conflict with wp_mailOK, no problem and thanks for the honest answer. Thought I’d check with you since you seem to know your stuff so it’s much appreciated!
– Matt
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] conflict with wp_mailHi Jason!
Do you know of a non-conflicting SEO/open-graph plugin (paid or free) that you would suggest from your own experience?
I prefer not to use Yoast or NGFB as I’ve paid for full versions of both of them and they are nothing but bloat.
Thanks in advance!
Forum: Plugins
In reply to: [Bubble SEO] bubble seo takes over wp_mail serviceOh I definitely missed that! (let’s go back to your forum so I can ask you a question, please) 🙂
Forum: Plugins
In reply to: [Bubble SEO] bubble seo takes over wp_mail serviceThanks for your help Jason!
Sorry I got confused there for a minute. 🙂
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] conflict with wp_mail=P
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Error "the captcha didn't verify"PERFECT! Thank you so much. 🙂
And yes, it was WooCommerce.pot file that adds the goofy “create an account by entering the information below…” message. It doesn’t appear as long as there isn’t a captcha box or password field shown, so it’s good now.
This is an A+ plugin and you should consider charging for a pro version.
Regarding testing, I placed an order while “creating” a new account and it went through without any errors regarding captcha, so I’m assuming it works to a level that you can release it if you like. The only thing I noticed is that I had to re-enter my Site Key & Secret during plugin install, as if it wasn’t seeing my previous settings, but that’s no big deal to me.
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Error "the captcha didn't verify"The captcha box does appear now under the “create an account” field during checkout, but only if the “woocommerce checkout” protection is disabled.
There is some unnecessary text above the box that says “Create an account by entering the information below…..” which is not necessary when I have it set to create passwords automatically on account creation.
In all honesty, I would prefer not to have a captcha button at all during checkout, because each extra step they have to take to complete an order increases the chances of them not finishing an order.
Can an override be implemented for this particular registration field instead?
I think a condition to validate registration captcha on all pages except “cart,checkout” pages is what I need.
Thank you!