TheITJuggler
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce-Ozpost] Weight calculationsCancel this.. Customer hadnt changed the WooCommerce product weights to Gs. Working now.
Excellent support, and incredibly quick response.
The site doesn’t have WooCommerce but does have the WooCommerce stub files for theme integration.
Forum: Plugins
In reply to: [W3 Total Cache] Changing port for Memcacheignore
- This reply was modified 8 years ago by TheITJuggler.
- This reply was modified 8 years ago by TheITJuggler.
Forum: Plugins
In reply to: [WooCommerce-Ozpost] Unable to configure pluginFound the issue. PHP was missing the curl module. Have added and now at least I’m getting options.
Forum: Plugins
In reply to: [WooCommerce-Ozpost] Unable to configure pluginYeah so I missed one bit out.. That’s exactly where I went but there are no options.
Hi,
Here’s two for you from my iPhone6s Plus – using Chrome, and Safari
You can see that on the Safari one that ?wordfence)logHuman=1 and ?hid= is set, so (without knowing the internals of WF) I would assume this means the script has successfully detected this as `human’?
Let me know if there’s anything else you need to resolve this.
Thanks
Stephen
Forum: Plugins
In reply to: [All In One SEO Pack for WooCommerce] Google Analytics?Yes it can.. Look for the Google Analytics section in the General settings
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Fatal error on activationI get this error on Activation –
Fatal error: Cannot redeclare class MailChimp_Error in /plugins/mailchimp-for-woocommerce/includes/api/errors/class-mailchimp-error.php on line 14
I have another Mailchimp integration plugins installed. I’m going to try and turn it off a little later to see if that’s related to the issue. Specifically Contact Form 7 MailChimp Extension By Renzo Johnson and MailChimp for WordPress by ibericode.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)ok, so how do you flush the tt settings?
I don’t have phpymadmin access, but I do have a DB plugin that allows me to update, delete and insert stuff.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)Ok, been hunting down another plugin issue and hadn’t had a chance to get back to this..
Error_log in the /wp-content/plugins/twitter-tools dir has..
[02-Mar-2009 13:13:30] PHP Fatal error: Call to undefined function load_plugin_textdomain() in /home/oll49675/itjuggler/wp-content/plugins/twitter-tools/twitter-tools.php on line 30I’ve hunted around in a couple of other plugins, and CFORMS sets up load_plugin_textdomain thusly ..
add_action(‘init’, create_function(”, ‘load_plugin_textdomain(\’cforms\’);’) );and SEO Tools calls it like..
function init() {
if (function_exists(‘load_plugin_textdomain’)) {
load_plugin_textdomain(‘all_in_one_seo_pack’, ‘wp-content/plugins/all-in-one-seo-pack’);
}
}Trying some hacking on the code.. will report back shortly.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)I’ve got the same problem. Trying to do the daily digest. I’ve tried prety much the same things.
Platform: Linux
WP: 2.7.1
TT: 2.6S