toffeefish
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Error following wordpress updateHi, no luck deactivating plugins.
I did find this – if you google “/wp-content/themes/virtue/lib/cmb/init.php on line 714” you get the results of an awful lot of websites running Virtue that have the same issue.
Forum: Themes and Templates
In reply to: [Virtue] Error following wordpress updateline 714 in the mentioned file is:
elseif ( is_array( $meta_box[‘pages’] ) && count( $meta_box[‘pages’] === 1 ) )
$type = is_string( end( $meta_box[‘pages’] ) ) ? end( $meta_box[‘pages’] ) : false;Forum: Themes and Templates
In reply to: [Virtue] Error following wordpress updateHi there, yes, they say the problem is within the theme files. It’s the only website I have using this theme and the only one with this issue.
I’m afraid I did all that first, and I have uninstalled and re-installed the plugin. The only other plugin I didn’t deactivate was Woocommerce (because it wouldn’t work). It stopped working abruptly after the WC update which is the only thing I can associate it with. It doesn’t seem to be pulling any data through other than the order total.
Forum: Plugins
In reply to: [Advanced Recent Posts] No post title appearing on shortcode versionI did solve it – it was my own fault! I’d removed the title on the homepage using a filter in functions.php, so it was removing *all* the titles (think they’re H1) from the homepage.
Shame though, that the title in the plugin has the same name, it would be good to be able to remove the title from the homepage but not the blog posts titles.