Page 1 of 1

Some Questions about breadcrumb and categorytitle

Posted: 20 Apr 2015, 19:08
by JFS
Hi,
I have two questions. The first is why add Photcadownlaods a pathway to the bradcrumbs althought the menu is adding one.
My second question is how can I delete the .pd-category > h3.pd-title? I delete the categorytitle in the layout but nothing is happend. Where can I disable this title?

Kind regards

Re: Some Questions about breadcrumb and categorytitle

Posted: 22 Apr 2015, 00:48
by Jan
Hi, not sure what you exactly mean with breadcrumbs: Menu link is added as first and then as second the category title is added.

You can hide heading in options in menu link to Phoca Download or directly in the code.

Jan

Re: Some Questions about breadcrumb and categorytitle

Posted: 22 Apr 2015, 16:23
by JFS
Hi Jan,
on the breadcrumbs i mean to disable the category title. This is not needed on my site because the phoca-category and the menuitem are the same page. It breaks the breadcrumbs logic. How can disable the categoryoutput in the bradcrumbs?
You can hide heading in options in menu link to Phoca Download
Than I have to show again. I found only the regular Joomlaheading and this is not the Phocadownloadcategorytitle.

Thanks,
Jan-Fredrerik

Re: Some Questions about breadcrumb and categorytitle

Posted: 26 Apr 2015, 21:42
by Jan
Hi, see:
components/com_phocadownload/views/category/view.html.php
components/com_phocadownload/views/detail/view.html.php

You can edit it in _prepareDocument method.

Jan