Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • My templates are calling header.php properly which I have defined in header.php:

    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/">
    <?php if (function_exists('bcn_display')) {
    bcn_display();
    } ?>
    </div>

    I have used other breadcrumbs templates and I have the same issue.

    Version 7.0.2
    Getting this error after exporting scheme:

    Fatal error: Uncaught Error: Class 'mtekk\adminKit\DOMDocument' not found in /app/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php:692 Stack trace: #0 /app/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php(194): mtekk\adminKit\adminKit->opts_export() #1 /app/wp-content/plugins/breadcrumb-navxt/class.bcn_admin.php(121): mtekk\adminKit\adminKit->init() #2 /app/wp-includes/class-wp-hook.php(307): bcn_admin->init('') #3 /app/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #4 /app/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #5 /app/wp-admin/admin.php(175): do_action('admin_init') #6 /app/wp-admin/options-general.php(10): require_once('/app/wp-admin/a...') #7 {main} thrown in /app/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php on line 692

    I have the same issue. Spent 4 hours through plugin doc but no luck. Any help on this?

Viewing 3 replies - 1 through 3 (of 3 total)