Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1313140
Portfolio - Remove Prev/Next buttons
Closed

Comments

  • jurgendb started the conversation

    How can I remove the Prev/Next buttons on the bottom of my portfolio pages?

    Thanks

    Jurgen

  •  5,055
    Michael replied

    Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

  • jurgendb replied

    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

  • jurgendb replied

    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?

  •  5,055
    Michael replied


    pls. use following css:

    .single-thegem_pf_item .block-navigation {
    display:none !important;
    }

     

    Please provide access to your admin panel to solve the problem with breadcrumbs.

  •   jurgendb replied privately
  •  5,055
    Michael replied

    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.

  • jurgendb replied

    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

  •  5,055
    Michael replied

    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;
    }

  • jurgendb replied

    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.

  •  5,055
    Michael replied

    pls. use following css:

    .single-thegem_pf_item .portfolio-item-page-bottom,
    .single-thegem_pf_item .block-divider.gem-default-divider {
        display:none !important;
    }