Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #235043

    I’m having some issues with Portfolio Categories as posts that are tagged with one category are showing up in another in the breadcrumbs specifically. They are tagged correctly, and it’s not a parent issue type of thing. I’ve deleted the categories and tried to create them again. I believe it may be something sticking in the databases that won’t allow me to create categories using the same naming devices as before.

    Kind of residuals from earlier iterations. How can I “clean” this out so I can have my Portfolio categories using the slugs that I want to?
    Again this only seems to relate to the breadcrumbs as the posts will show up sorted correctly. I won’t be able to use the breadcrumbs if they are tagging the entries incorrectly…Please advise

    #236658

    Hi themedemon!

    Can we see an example of what you mean?

    Regards,
    Devin

    #236676
    This reply has been marked as private.
    #236680
    This reply has been marked as private.
    #238079

    Hey!

    Afaik the portfolio entries do not show the portfolio categories in the breadcrumb but they just link back to the portfolio grid page. I.e. if you go to the demo page: http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/ and you click on “Single Portfolio: 2/3 Slider” the breadcrumb will look like: “You are here:Home / Portfolio / Single Portfolio: 2/3 Slider”. If you want to display the category/ies instead of the portfolio grid page in the breadcrumb insert this code into the parent/child theme functions.php file:

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

    Cheers!
    Peter

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