After a bit of experimentation this seems to work.I hope its valid function locator() { $breadcrumbs = XH_getLocatorModel(); $last = count($breadcrumbs); $html = '<span vocab="http://schema.org/" typeof="BreadcrumbList">'; foreach ($breadcrumbs as $i => $breadcrumb) { list($title, $url) = $breadcrum...
In the last couple of days I have been receiving Search Console error reports on all my CMSimple sites( except 1) It says "Fix Breadcrumbs Markup" I dont receive the error on a site that is at 1.6.7 but on all sites with 1.7.2 I have looked at the generated locator code in the Google Structured Data...
Hi I've been trying this new template for a site with a few changes here and there. It fails on HTML validation with "Attribute canvas not allowed on element div." I have found out that by changing <div canvas="container" class="canvasContainer"> to <div data-canvas="container" class="canvasContaine...
Hi
Just been trying out this template.
How do I change it so that the left menu overlays the main content rather than pushing it.
According the the slidebars.js instructions I should just be able to change "id-1 left push" to "id-1 left reveal"