Breadcrumb missing on Portfolio item

GK User
Sat Jul 04, 2015 12:01 pm
Hi

I apologize for my poor english, I just speak spanish.
I would like to display Breadcrumb module on Portfolio items.
I´ve set "Show all pages" and it displays on portfolio category list but it´s missing on portfolio item.

¿Could you help me please?
Thank you
User avatar
Fresh Boarder

GK User
Mon Jul 06, 2015 7:18 am
Hola,
it should displayed ,
if you chosen show on all pages(Assignment)
also on general/main portfolio page
here.png


But you're right it's not displayed inside portfolio item,
let me check how i can "fix" it in easy way, because it's designed to like this by template author :(
User avatar
Platinum Boarder

GK User
Mon Jul 06, 2015 7:38 am
ok, I checked code, and it was hardcoded in template core : layout/default.php
without php code customization it cannot be changed, sorry.
I suggest to publish breadcrumb on such a pages on other position, for example something from the bottom section.
User avatar
Platinum Boarder

GK User
Mon Jul 13, 2015 8:06 pm
Well on line 112
Code: Select all
<?php if(($this->API->modules('breadcrumb') || $this->API->get('login_url', '') != '') && !$single_item_layout) : ?>

I have just deleted
Code: Select all
&& !$single_item_layout
and I think it works!! :)
User avatar
Fresh Boarder

GK User
Mon Jul 13, 2015 10:16 pm
If works, it means that you earned for cold beer/juice. Good job.
User avatar
Platinum Boarder

GK User
Tue Oct 06, 2015 11:42 am
Hello it works but i also want to show it in frontpage. How can be done?
User avatar
Fresh Boarder

GK User
Tue Oct 06, 2015 10:33 pm
what for?
on homepage you will see only "Home" - it doesn't make sense
User avatar
Platinum Boarder

GK User
Wed Oct 07, 2015 9:50 am
i want to put another module on that position and i want it to show on breadcrumbs
User avatar
Fresh Boarder

GK User
Wed Oct 07, 2015 2:35 pm
maybe just add new module position without those if ....
so it will work every where as you want.
User avatar
Platinum Boarder

GK User
Thu Oct 08, 2015 7:46 am
Can you help me with the code... because i can't do it. Thank you
User avatar
Fresh Boarder

GK User
Fri Oct 16, 2015 5:51 pm
User avatar
Platinum Boarder


cron