Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #770609

    Hi,
    I have insert into my footer widget “Latest Portfolio” and i have selected “All categories”.
    The widget work correctly, but if i choose one single elements into footer widget, in single page i see in breadcrumbs wrong categories!!
    My website is “http://www.tmelettrica.it”

    You can see the error at this stamp:

    Error Page all categories
    Error Page 1
    Errore Page 2

    can you help me, please?

    • This topic was modified 7 years, 7 months ago by foscolino.
    #770659

    Hey Andrea,
    It looks like you are using Version 3.8.5, please update to 4.0.5, as it may solve this issue for you.

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Mike

    #770671

    Hi Mike, i have upgraded enfold themes to latest version, but the problem is the same :-(
    Can you help me, please?
    I have attached wp credentials

    #770691

    Hi, if you try to create a new example post on portfolio, you see the wrong breadcrumbs on “latest portfolio” widgets on footer :-(

    #770761

    Hi,
    OK, the breadcrumb is actually right because your “Portfolio Entry” is connected to the “Portfolio Categories” and the page http://www.tmelettrica.it/lavori-svolti/

    The same is true for the default theme where the “Portfolio Entry” (Classic Single Entry) is connected to the “Portfolio Categories”
    (Portfolio Grid) and on the page Elements

    I do see a odd “Categorie Media” that is not default under you media files which maybe affecting your breadcrumb output?

    Best regards,
    Mike

    #771004

    Hi Mike, sorry but I don’t understand you answers, the problem is “Categorie Media”? :-(
    I have installed a plugin “Enhanced Media Library”, now for test this plugin is disabled, but the problem on breadcrumb is the same
    what should I do to resolve my problem?
    thanks

    #772651

    Hi, anyone can help me about my problem?
    I can’t find any solutions at the moment..please.
    thanks

    #773653

    Hi,

    I checked the first post in the widget and the breacrumb is correct. This is the category archive page.

    // http://www.tmelettrica.it/portfolio_voci/ricerca-guasti-atmt/

    Best regards,
    Ismael

    #773847

    Hi, yesterday i have resolved my problem by this function:

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

    thanks

    #774519

    Hi,
    Thank you for sharing your solution, and for using Enfold

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘bug widget latest portfolio and breadcrumbs’ is closed to new replies.