mjray
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Product Tabs] Export and Import tabs@franciscoferreira182 This is probably way too late to help you but I suspect if you have access to your database, you could insert the tab contents directly into the wp_postmeta table, post_id is the one of the product it relates to, meta_key would be ‘_wpt_field_synopsis’ or similar (create the tabs first! And maybe enter them onto one product and check the exact meta_key names) and meta_value is the tab contents. I’ll test this theory on a test site soon, but I note it here in case it helps someone in the future.
It might break stuff and mixing the tabs into the import would be way safer, but sometimes that’s a nuisance. And does the WXR importer import woocommerce products in full? What happens to duplicates? I don’t know yet.
- This reply was modified 2 years, 7 months ago by mjray.
Forum: Plugins
In reply to: [ShareThis Dashboard for Google Analytics] Fatal errorI don’t know what version is required but if you go through and replace any arrays written in the form [ contents ] with the pre-php-5.4 form array( contents ) instead, then it will work.
But really you should upgrade your PHP as soon as you can.
Thanks Todd. I’ll upgrade as soon as I get time. I think my sites get very little spam that way, so I suspect the pingback-spammers are mostly finding sites that display pingbacks without moderation and then flooding in.
Why is this marked resolved? I would like to leave pingbacks enabled but premoderated. Can we do this?
Forum: Plugins
In reply to: [Comments with OpenId] Nothing Happened!It works fine on my multisite installation so I doubt it. Did you update your theme?