dan382
Forum Replies Created
-
Just a heads up, I am having this same issue but with far fewer plugins. Should be better suited to diagnose a fix.
Just having a play this end to see where the conflict actually is…
I’ve worked it out. It was either a cache issue via cloudflare or the wordpress plugin I was using OR disabling the plugin at the network level, and then enabling it for the sub domains which resolved the issue.
Either way, it now appears to work.
Forum: Plugins
In reply to: [MultilingualPress] Missing WooCommerce SQL TablesI’m going to assume it was actually a problem with the theme as there is a fair chunk of old PHP in there.
Thanks for the information on how the process works. It’s appreciated.
Forum: Plugins
In reply to: [MultilingualPress] Missing WooCommerce SQL TablesHi Emili,
A single site existed before the multisite was created. As such it was originally configured for use on the original single site.
I’ve used your plugin to duplicate WooCommerce (alongside all other plugins) but I haven’t made any additional configuration changes to how WooCommerce functions.
Are there some settings I’m overlooking here?
Regards,
Dan
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Adding Apple Pay direct to Shop pageI am a developer, just hoping to find a starting place. Looks like it’s not as easy as adding in some PHP hooks!
Forum: Plugins
In reply to: [WooCommerce] Pass correct currency used via woocomerce APIHi Hannah,
Unfortunatly changing plugins at this point isn’t something that we can do.
So to clarify, even though the customer is charged (and paid) in e.g. US dollars, within WooCommerce the system still registered this amount as being in the base currency?
Thanks for the update.
Again, I push updates automatically and had a fair few sites get knocked out by the bug.
That’s a valid point.
I think you could argue that it’s not possible to have an encrypted live database (that I know of?), whilst backups could be kept offline and encrypted without harm to business operations.
- This reply was modified 8 years, 1 month ago by dan382.
Thanks for the feedback Yani. Yes I think I will delete the backups on the server.
As a side note, GDPR legislation coming in across Europe does specify that data needs to be secure in transit or at rest. As backups are unencrypted while at rest (on the server), strictly speaking, to be legally compliant any organisation would have to delete backups after they are taken.
Forum: Plugins
In reply to: [Featured Video Plus] Featured Image isn’t replaced with videoSame here with Divi latest Divi. Did you ever get help with an answer?
Forum: Plugins
In reply to: [Contact Form Submissions] Change uploaded file locationI’ve edited the core files, thanks for the heads up about the duplicated filenames. I’m just going to warn folk to upload in a certain way to avoid this.
Just to add to this. I’m also looking for a full URL e.g. “www.fulldomain.com/uploads/etc/example.jpg”, not just “example.jpg”. Has this now been implemented? It’s been a number of months since this feature was suggested.
Did you resolve this? Exact same issue. Header and footer have wp_head() and wp_footer() and I dont see any JS errors. All worked fine till 4.8…
Found the issue. I use Cerber and it was set to block calls to the REST API. With this option disabled I’m back up and running. If you run a security plugin please test to see if this is the issue.
- This reply was modified 8 years, 10 months ago by dan382.
Forum: Plugins
In reply to: [Contact Form 7] Where can I download 4.7?To anyone having the same problems I did, this is the solution:
Place in you themes functions.php file:
/**
* Resolve broken links in Contact Form 7 (4.8)
*/
add_filter( ‘wpcf7_load_js’, ‘__return_false’ );Forum: Plugins
In reply to: [Contact Form 7] Where can I download 4.7?Found it:
https://downloads.wordpress.org/plugin/contact-form-7.4.7.zipNote to author, please fix this ASAP. This is causing some very serious headaches.