i have a problem with the permalink for my post : in breadcumps it show this : home > express colorado transportation blog>category>express colorado transportation blog > denver airport to downtown thats mean blog page > category > blog page > post
i want to be home: blog page > post .thank you
this is the link http://expresscoloradotransportation.com/denver-airport-to-downtown/
permalink and breadcumps problem
8 posts from 3 voices-
Posted 2 months ago #
-
Hi,
Could you turn off your jquery concatenation/minimize plugin, along with jetpack, clear your cache and look at the page again please. Your page is throwing errors from wpgroho and I want to make sure its not a part of this problem with breadcrumbs.
Thanks,
Nick
Posted 2 months ago # -
i turned off the jetpack, and wp-minify and cleared the cache but i still have the same problem.
Posted 2 months ago # -
Hi,
Hmmm... Very strange. The last 2 people who had the same complaint took care of the problem by changing the settings in Settings > Reading so they look like this. http://www.clipular.com/c?2248657=TJBczuYetCPpBf8mD9NfsdAOMVo You never answered if you've done that. If you have and nothing happened, please email me temp admin credentials to usjahm (at) gmail (dot) com. Thanks!
Nick
Posted 2 months ago # -
Hi,
I followed the instructions I pasted above and cleared up the breadcrumbs so that now home > categories > post shows. You have a large number of jquery errors on your page coming in from your plugins:
Uncaught ReferenceError: WPGroHo is not defined expresscoloradotransportation.com:904 Resource interpreted as Image but transferred with MIME type text/html: "http://expresscoloradotransportation.com/denver-airport-to-downtown/". expresscoloradotransportation.com:172 Resource interpreted as Script but transferred with MIME type text/html: "http://wow.weather.com/weather/wow/module/USCO0105?config=SZ=180x150*WX=FHW…174*MD5=42deb8a63b038024d84a12892c9c0495&proto=http:&target=wx_module_3695". expresscoloradotransportation.com:354 Uncaught ReferenceError: Backbone is not defined notes-rest-common.js:30 Uncaught ReferenceError: _ is not defined admin-bar-rest.js:2I will have the code to remove the categories from breadcrumbs shortly.
Thanks,
Nck
Posted 2 months ago # -
hi Nick
Still Waiting for the code to remove the category from the Breadcrumbs.
would you please tell me how to get to : framework>php>function-set-avia-frontend.php i need to change to logo from h1 to h4Posted 2 months ago # -
Hi expresscoloradotransportation,
I've tagged Nick on the topic but I'm not aware of a way to easily remove the category from Breadcrumbs but perhaps Nick has a way.
To get to that file, you just need to connect to your site via FTP and then navigate to that file through those folders starting with the framework folder.
Regards,
Devin
Posted 2 months ago # -
Hi,
Please open up functions-choices.php and find line 404 which looks like
if(!is_front_page() && $breadcrumb) $additions .= avia_breadcrumbs();and *replace* line 404 with the block of code below
if ( is_single() ){ if( !is_front_page() && $breadcrumb ) { $bread_terms_array = explode('</a>',avia_breadcrumbs()); $additions .= $bread_terms_array[0].'</a>'.array_pop( $bread_terms_array ); } } else { if( !is_front_page() && $breadcrumb ) { $additions .= avia_breadcrumbs(); } }Thanks,
Nick
Posted 2 months ago #
Reply
You must log in to post.














