Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #239965

    Hi,
    I’m experiencing some problems with breadcrumbs.
    I have a lot of portfolio items, divided into categories.
    My problem is that if you enter in a portfolio item from megamenu or directly from outside the breadcrumbs show always a wrong (for me) path.

    Does exist a way to customize breadcrumbs? And if not, can I simply hide breadcrumbs (only breadcrumbs, not title page) only from PORTFOLIO ITEMS?
    I’m a developer, so also advanced suggestions will be loved! :)

    I hope in an help.

    Thank you.

    #240311

    Hi FLORENCE2014!

    Please add following code to Quick CSS in Enfold theme options under Styling tab to remove breadcrumbs on portfolio pages

    .single-portfolio .title_container .breadcrumb { display: none; }

    Best regards,
    Yigit

    #1094884

    Hello,
    I have used this code :.single-portfolio .title_container .breadcrumb { display: none; }
    in order to hide breadcrumbs in portfolio article… it run but I’d rather to hide also the breadcrumbs container, for not having empty space instead of breadcrumbs, is it possible?
    Thanks
    Sacha

    #1095416

    Hi,

    Yes, please use following code instead

    .single-portfolio .title_container {
        display: none;
    }

    Best regards,
    Yigit

    #1095606

    Thank you ! Perfect! It works!

    #1095691

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Not Customizable Breadcrumbs in Portfolio’ is closed to new replies.