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

    paulchiao
    my question is related to breadcrumbs

    check the portfolio page
    http://www.enkonn-lighting.com/product/30w-cob-dimmable-led-downlights/
    You are here:Home / LED Street Lights / 30w cob dimmable led downlights

    this porfolio is under portfolio category “cob downlights led”
    http://www.enkonn-lighting.com/Category/cob-downlights-led/
    You are here:Home / LED Street Lights / cob downlights led

    but why the breadcrumbs are showing it is under portfolio category “LED Street Lights”
    You are here:Home / LED Street Lights / 30w cob dimmable led downlights
    You are here:Home / LED Street Lights / cob downlights led

    Kriesi

    Hey! I am not yet sure if this is a theme issue or a woocommerce issue. would you mind testing the pages with the default wordpress theme and see if woocommerce generates the correct breadcrumb trail?

    paulchiao
    hi, we did not have woocommerce plugin installled.

    Kriesi
    Ah I just realized that you renamed the portfolio to product. got it. Mind opening up a thread in our support forum? I am currently busy updating the theme and my support team will take care of you ;)

    https://kriesi.at/support/
    Please add all the info above such as links and problem description. we might need your login credentials at some point which can savely be shared on the forum via private replies :)

    please help us

    #251906

    any one can help us
    ??

    #252032

    Hi!

    Thank you for using the theme!

    Please add this on functions.php to remove the breadcrumb trail and show the portfolio category instead:

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

    Refer to this link for more clarification: https://kriesi.at/support/topic/breadcrumb-displaying-all-categories-associated-with-of-a-portfolio-post/

    Cheers!
    Ismael

    #252063

    Hi, I am not IT person,

    add i added this at the end of the functions.php
    /**
    *add_action(‘after_setup_theme’,’avia_remove_portfolio_breadcrumb’);
    */

    function avia_remove_portfolio_breadcrumb(){
    remove_filter(‘avia_breadcrumbs_trail’,’avia_modify_breadcrumb’);

    and nothing changed,
    could you let me know where should i add ?

    #252162

    Ismael

    <br />we add the code into functions.php, but new problem happens again.
    <br />http://www.enkonn-lighting.com/Product/led-corn-light-review-e40-80w/
    <br />You are here:Home / corn lamps 3528SMD / led corn lights / led corn light review E40 80w
    <br />actually led corn lights are parent to corn lamps 3528smd
    <br />it should be Home / led corn lights(parent category) / corn lamps 3528SMD(category) / led corn light review E40 80w

    we hope you could update the bug in next updates. thanks in advacne.

    #252547

    Hi!

    Thank you for the update.

    Please post the login details here. We would like to check it on our end.

    Regards,
    Ismael

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