-
AuthorPosts
-
February 20, 2015 at 5:05 pm #399750
Hello I’m using now enfold and have some problems with the microformats in google webmaster They give errors with my homemade Types catogorie /havens/ and wrong places breadcrumb title and url Can you help
February 20, 2015 at 9:37 pm #399890Hi Peter!
What are the errors your getting? Paste them here or take a screenshot of them please.
Best regards,
ElliottFebruary 20, 2015 at 10:04 pm #399901This reply has been marked as private.February 22, 2015 at 2:58 pm #400208HAllo Elliott,
IS it so clear that I must share a link and screenshot online sites
Peter
February 23, 2015 at 12:20 pm #400566Hey!
I’m not sure I understand entirely either and my dutch is a bit rusty…Do you have something on your site which is using the hentry microformat? If you want to provide us with screenshots you can upload them to for instance imgur.com or a public dropbox folder and then paste the links here.
Cheers!
RikardFebruary 23, 2015 at 12:41 pm #400590This reply has been marked as private.February 23, 2015 at 12:44 pm #400591This reply has been marked as private.February 23, 2015 at 9:56 pm #401019Hi!
What happens when you change lines 485 – 490 in /enfold/framework/php/class-breadcrumb.php from this.
foreach($trail as &$link) { $link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link); $link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link); $link = '<span typeof="v:Breadcrumb">'.$link.'</span>'; }
To this.
$i = 0; $len = count($trail); foreach($trail as &$link) { $link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link); $link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link); if ( $i == $len - 1 ) { $link = '<span>'.$link.'</span>'; } else { $link = '<span typeof="v:Breadcrumb">'.$link.'</span>'; } $i++; }
Cheers!
ElliottFebruary 23, 2015 at 11:25 pm #401076Hi Elliot,
The line was 473-478 but changed absolutely nothing.
See the link below for a testYou want de login for something to change?
Regards Peter
February 24, 2015 at 2:16 pm #401414Hallo Elliott,
Sorry did something wrong now works OK but is still one flaw visible site navagation element
How can I fix that
Thanks for solving the problem Peter
February 25, 2015 at 3:55 pm #402109Hi!
Can you post a screenshot of the flaw you are referring to?
Best regards,
JosueFebruary 26, 2015 at 9:36 pm #402997This reply has been marked as private.February 27, 2015 at 7:05 pm #403602Hi!
Not sure about that. It says the node is empty but it doesn’t look empty to me. Perhaps it’s a bug with the testing tool.
Regardless it’s just a warning so you can ignore it.
Regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.