mbevia
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] incomplete pathMy 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.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Fatal error while importing or exporting settingsVersion 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 692Forum: Plugins
In reply to: [Breadcrumb NavXT] incomplete pathI have the same issue. Spent 4 hours through plugin doc but no luck. Any help on this?