Page 2 of 3

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 2:03 pm
by Hyknuf
Version 2.0

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

i already tried to fix it, but it didnt work out though.

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 7:09 pm
by Edi
Can you please give the URL of the website with the problem.

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 8:28 pm
by Hyknuf
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.

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 10:29 pm
by Edi
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>';

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 11:25 pm
by Hyknuf
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.

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 11:40 pm
by Edi
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. :-(

Re: [Plugin] SEO Breadcrumbs

Posted: Fri Aug 13, 2021 8:06 am
by Hyknuf
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

Re: [Plugin] SEO Breadcrumbs

Posted: Fri Aug 13, 2021 12:42 pm
by Edi
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.

Re: [Plugin] SEO Breadcrumbs

Posted: Fri Aug 13, 2021 1:00 pm
by Hyknuf
Ok, thanks!

Re: [Plugin] SEO Breadcrumbs

Posted: Tue Aug 17, 2021 12:35 am
by bayerberg
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.