purecreativeuk
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Simply Order Export] Multisite CompatabilityChanged that line slightly to:
if ( ! function_exists( 'is_plugin_active_for_network' ) ) { require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); } if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || is_plugin_active_for_network('woocommerce/woocommerce.php')) {
to get to work on multisite 4.3.1
Yes will add that in. Thanks
I didn’t realise that filter existed.
That’s sorted it right out.
I now have a filter in place for my Woocommerce site:
add_filter('aioseop_title', 'tax_custom_title'); function tax_custom_title($title) { if ( is_taxonomy('product_brand') ) { $term = get_term_by('slug', get_query_var( 'term' ), 'product_brand' ); $termparent = get_term_by('id',$term->parent, 'product_brand'); $title = $termparent->name .' '. $title; } return $title; }
Forum: Plugins
In reply to: [WP Document Revisions] WebDAV support is causing issuesPlease see my update at:
https://github.com/benbalter/wp-document-revisions/issues/77
Ben is looking at dropping the Webdav function for maintainability.
Forum: Plugins
In reply to: [WP Document Revisions] WebDAV support is causing issuesI’ve found a filter that was added in Nov 14 which sorts this out.
document_revisions_enable_webdav
I’m adding into my theme:
function webdav_return_false(){ return false; } add_filter('document_revisions_enable_webdav', 'webdav_return_false');
Forum: Plugins
In reply to: [WP Document Revisions] WebDAV support is causing issuesDid you manage to get a fix for this?
Forum: Plugins
In reply to: [CATS JobSite] Conflict with WP 3.5The last update I got from Catsone was on 18th June:
This is a known issue and we plan on fixing as soon as we are able, but I do not have a date for this.
Because of this bug, we are able to offer a free career portal branding service which uses our hosted careers page and matches the style of your WordPress site. This page will help you explain more:
What we have decided to is use the Custom Design feature within Catsone to match our branding and load the jobs board into an iframe on a specific WordPress page. We had a time limit to get this live so this was the best we could do to work with it, but it’s obviously not ideal.
Forum: Plugins
In reply to: [CATS JobSite] Conflict with WP 3.5This problem is still happening.
As soon as you install and activate the Catsone plugin then the media insertion has problems.
I can see errors:
Uncaught RangeError: Maximum call stack size exceeded
From load-scripts.php