lssw
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Issues importing jobs since upgrading WPJMHi Richard,
Unfortunately, that did not help. It did not create the same type of error (in fact my server did not log any errors), but the imports would not complete.
I had to revert back again to keep the site running.
Forum: Plugins
In reply to: [WP Job Manager] Issues importing jobs since upgrading WPJMI reverted to the previous version of WPJM and it fixed the issue for me, but I’m hoping that this issue is fixed in the next version of the plugin because I can’t upgrade it until it is fixed.
Forum: Plugins
In reply to: [Flexy Breadcrumb] Change Archive page to categoryThank you, but I’m not quite that technical. Can I just remove this from the custom post types section to have the archive removed from the trail?
6 if ( $post_type_archive ) {
327 echo ‘<li itemprop=”itemListElement” itemscope itemtype=”‘ . esc_url( “http://schema.org/ListItem” ) . ‘”>labels->name ) . ‘”><span itemprop=”name”>’ . $this->fbc_limit_strings( esc_attr( $post_type_object->labels->name ), $fbc_limit_style, $fbc_text_limit, $fbc_end_text ) . ‘</span><meta itemprop=”position” content=”‘ . $counter++ . ‘” />‘;
328 echo $separator_template;
329 }