[Plugin] SEO Breadcrumbs

Hyknuf
Sr. Bludit
Posts: 37
Joined: Fri Feb 05, 2021 2:56 pm

Version 2.0

from: https://makeitblu.gumroad.com/l/seobreadcrumbs

i already tried to fix it, but it didnt work out though.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Can you please give the URL of the website with the problem.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Hyknuf
Sr. Bludit
Posts: 37
Joined: Fri Feb 05, 2021 2:56 pm

sure:

https://digital-hilfe.com/blog

when you are opening a post, you'll see the active breadcrumbs (didn't accomplished to adjust the design, but thats another problem :roll: ) on top of the post-picture. in the sourcecode you can find the missing part as mentioned in second <li> .

would be very glad if you could give any advice. tried around 6 hours today with that issue :?

Kind regards!

edit: i am just playing around with the styling and the position. so maybe you'll find it at the bottom.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Please try with the following modification of the file plugin.php (line 133):

Code: Select all

$html .='<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="'.DOMAIN_CATEGORIES.$page->categoryKey().'" itemprop="item"><span itemprop="name">'.$page->category().'</span></a><meta itemprop="position" content="'.$seoposition.'" /></li>';
instead of

Code: Select all

$html .='<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="'.DOMAIN_CATEGORIES.$page->categoryKey().'">'.$page->category().'</a><meta itemprop="position" content="'.$seoposition.'" /></li>';
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Hyknuf
Sr. Bludit
Posts: 37
Joined: Fri Feb 05, 2021 2:56 pm

crazy, thanks a lot edi! it works like a charm :D :D

maybe the plugin developer can fix that in the sourcecode for other users. would be nice.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Hyknuf wrote: Thu Aug 12, 2021 11:25 pm maybe the plugin developer can fix that in the sourcecode for other users. would be nice.
Yes, this would be nice. But I'm not shure, if he maintains still his plugins. :-(
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Hyknuf
Sr. Bludit
Posts: 37
Joined: Fri Feb 05, 2021 2:56 pm

Hopefully! I never did any forking and stuff, but maybe that would be another option. Lets wait some time, maybe he'll fix it :-)


Another tiny question: The position where the Breadcrumbs appears on the page is set by the string in page.php

Code: Select all

<?php Theme::plugins('pageBegin') ?>
So far so good. But: Does this affects other plugins in a negative way? i couldn't find any, but i want to be sure.
By default, the above string is near the top of page.php
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Hyknuf wrote: Fri Aug 13, 2021 8:06 am Another tiny question: The position where the Breadcrumbs appears on the page is set by the string in page.php

Code: Select all

<?php Theme::plugins('pageBegin') ?>
So far so good. But: Does this affects other plugins in a negative way?
No, this does not affect any other plugins.

But some themes need a modification of the CSS for the right position of the breadcrumbs.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Hyknuf
Sr. Bludit
Posts: 37
Joined: Fri Feb 05, 2021 2:56 pm

Ok, thanks!
User avatar
bayerberg
Master Bludit
Posts: 141
Joined: Wed Jun 07, 2017 1:05 pm
Location: London, UK
Has thanked: 7 times
Been thanked: 10 times
Contact:

still here :) listening, gathering responses, working on updates.

all of my plugins will get a new coat of paint when bludit 4.x gets released.
bludit plugins and themes - makeitblu | I do things, check them out on behance and dribbble.
Post Reply