sixplusonemedia
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Can not connect to PayPalHi,
Thanks for getting back to me.
We are trying to use an existing business account that has been in use with the site for years. The popup from PayPal complains that it is not a new account and displays a login link that just redirects to the same page.
I’ll take a look at the PayPal Dev option. They are using another credit card provider for Visa, Mastercard.
Cheers,
ChrisForum: Plugins
In reply to: [Secure Admin IP] WordPress Ajax requests get blockedJust to follow up on this. We’ve fixed on our installation by adding:
if (wp_doing_ajax()) return;To the check() function, which now allows general public to be able to use ajax requests
- This reply was modified 5 years, 11 months ago by sixplusonemedia.
Forum: Plugins
In reply to: [Smart Countdown FX] Issue loading using ajaxHi,
Thanks. We’ve removed it from the sidebar. It was there as the client wanted it, but I agree it makes no sense there.
Forum: Plugins
In reply to: [Smart Countdown FX] Issue loading using ajaxOkay yeah sure, just use 2001
Forum: Plugins
In reply to: [Smart Countdown FX] Issue loading using ajaxHi Alex,
The issue is when you add something to the cart. The sidebar that opens up you’ll see the only box that is populated is the seconds and from the code inspector you can see a network error in the ajax response.
Weird thing is, that sometimes it works.
Forum: Plugins
In reply to: [Smart Countdown FX] Issue loading using ajaxHi,
Any news on this?
Forum: Plugins
In reply to: [Smart Countdown FX] Issue loading using ajaxHi,
Thanks for that. So from checking dev tools, the ajax lookup url is this:
/wp-admin/admin-ajax.php?action=scd_query_next_event&smartcountdown_nonce=ea8fe56c87&unique_ts=1588600400050&id=smartcountdown-3and the response is this:
{err_code: 100, err_msg: "Invalid Token!"} err_code: 100 err_msg: "Invalid Token!"Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Cart Subtotal excluding taxFor any one else who came across this and needs to override a template file, the plugin uses the WooCommerce template override system.
Simply copy the partial file you need to edit from the plugin folder to your themes WooCommerce folder
For example, overriding the footer, copy:
woocommerce-side-cart-premium/public/partials/xoo-wsc-footer.php
to: your-theme-folder/woocommerce/xoo-wsc-footer.phpHope this helps someone else.
Forum: Plugins
In reply to: [Gravity Forms Directory] Changes not shown after savingI’m having the same issue with GF 1.7.4 and GF Directory, saving doesn’t display the changes, but refreshing the page shows them.