-
AuthorPosts
-
April 14, 2014 at 7:39 pm #251270
paulchiao
my question is related to breadcrumbscheck 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 downlightsthis 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 ledbut 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 ledKriesi
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
April 16, 2014 at 3:07 am #251906any one can help us
??April 16, 2014 at 11:51 am #252032Hi!
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!
IsmaelApril 16, 2014 at 12:52 pm #252063Hi, 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 ?April 16, 2014 at 3:41 pm #252162Ismael
<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 80wwe hope you could update the bug in next updates. thanks in advacne.
April 17, 2014 at 9:56 am #252547 -
AuthorPosts
- You must be logged in to reply to this topic.