Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2237164
"Projects page" and Portfolio
Closed

Comments

  • Pauline Monsterleet started the conversation

    Hello everybody,

    I have a problem with my portfolio.

    When I'm in a project, I can see in the breadcrumb trail the page "Projects Demo" which is an empty page. I would like to link every projects with the main page that I created and which is called "Portfolio". How can I delete thi "Projects Demo" page that appears and put my Portfolio page instead to see it in the breadcrumb trail ?

    Sorry if I'm not clear enough. I add a screenshot.

    Thanks for reading !

    Pauline

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .single-thegem_pf_item .page-title-block .breadcrumbs span + span + span {
        display: none;
    }
    .single-thegem_pf_item .page-title-block .breadcrumbs span + span + span + span + span {
        display: inline-block;
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Pauline Monsterleet replied

    Thank you, looks like it's working :)

    Bye !

    Pauline

  •  7,092
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver