Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #712767

    Hi, We have a portfolio grid on our homepage which is set to show all 3 of our portfolio categories. This is fine. But if we click on any of the portfolio items and go to the portfolio page the breadcrumb shows the wrong parent category. It always shows the alphabetically first category. i.e

    Categories are:
    Apartments
    Houses
    Land

    All have 2 entries in portfolio. No matter which we choose from the portfolio grid the breadcrumb parent always shows Apartments.

    I’m sure we are doing something wrong, but can’t figure it out. Any ideas?

    Many Thanks

    #714022
    #720798

    Hi, Thanks, but im not sure thats the same thing?

    Surely if we click on a portfolio grid item that is in category ‘B’ and when we get sent to the individual portfolio page the breadcrumb shows the parent category as ‘A’ then this is a theme bug that needs fixing?

    Thanks. Leigh

    #721031

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #721915

    Hi Andy, Thanks. Details are in the private section. Thanks.

    #722449

    Hi,

    I tried to check the link you’ve provided, but I get “Page not found!”. Can you check please?

    Best regards,
    Andy

    #722644

    Hi Andy, please try link below. Thanks.

    #723166

    Hi,

    please try this code inside your functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.