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

    Hi there, I have two problems with breadcrumbs:
    1) In portfolio entries the category will not show. It looks like:
    Home / My Page Title
    … it should look like:
    Home / My Category / My Page Title

    2) Second problem is the double “home”. It looks like:
    Home / Home / My Page Title

    Can you help with this problems?

    #515381

    Hi frankeee!

    Make sure your using the latest version of Enfold, 3.3.2, and deactivate all plugins while testing.

    Send us a link to the page so we can take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #515411

    Hi Elliott, yes I´m using the latest enfold theme. And no deactivating plugins will not help (for the english language version I cannot deactivate wpml). I will give you access to the WP Backend. See private content.

    #515754

    Hey!

    could you provide us precise link where we can see the issue? couldn’t find it on your website and we need to inspect the elements.

    Cheers!
    Andy

    #515807

    Hey Andy, here is a link to a Screenshot:
    http://www.fotos-hochladen.net/view/screenshotscfbtnxs8i2.jpg
    …there you can see the breadcrumb path and in red how it should look like.

    #516178

    Hey!

    Please add this in the 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');
    }

    Regards,
    Ismael

    #516223

    … yes Ismael – this is working!
    Thank you!

    #516773

    Hi!

    Great! Glad we could help. :)

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Breadcrumbs Problems’ is closed to new replies.