Although I get to the portfolio views through the 'Producten' page, the following is shown as breadcrumbs in the header: 'Home - Portfolio Items - Duette' while there is no 'Portfolio Items' page hence that triggers a 404 error.
How/where can I change these breadcrumbs to something logical on my page?
Unfortunately, you can completely remove the breadcrumbs, only this link can not be deleted. You can also create a page with this address http://mijnnieuwinterieur.be/pf/ , to which it will point.
Indeed. That block takes up way too much white space so I either want to keep only the social share buttons in a smaller verticl space or remove the entire block.
How can I remove the Prev/Next buttons on the bottom of my portfolio pages?
Thanks
Jurgen
Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?
Hi Michael,
Please see http://mijnnieuwinterieur.be/pf/duette/
At the bottom of each portfolio page, there's a 'Prev' and 'Next' button which I don't want.
Is there any way to remove those?
Thanks
Jurgen
I believe this is a related problem on http://mijnnieuwinterieur.be/pf/duette/
Although I get to the portfolio views through the 'Producten' page, the following is shown as breadcrumbs in the header: 'Home - Portfolio Items - Duette' while there is no 'Portfolio Items' page hence that triggers a 404 error.
How/where can I change these breadcrumbs to something logical on my page?
pls. use following css:
Please provide access to your admin panel to solve the problem with breadcrumbs.
Unfortunately, you can completely remove the breadcrumbs, only this link can not be deleted. You can also create a page with this address http://mijnnieuwinterieur.be/pf/ , to which it will point.
Thanks Michael.
That CSS does the trick but there still is a lot of white space now on the bottom of the page. Any way to remove that as well?
With regards to the breadcrumbs: I've created a page as you suggeted. Can the name "portfolio item" be changed to show something more meaningful?
Br,
Jurgen
Do you want to completely delete this block?
I found a way to remove an unnecessary link using custom CSS:
.breadcrumbs span:nth-of-type(2),
.breadcrumbs span:nth-of-type(3) {
display:none !important;
}
Indeed. That block takes up way too much white space so I either want to keep only the social share buttons in a smaller verticl space or remove the entire block.
pls. use following css: