Categories Breadcrumb not working, CRE Loaded Pro

Adobe Design Premium CS5

I was amazed to see that Categories breadcrumb is not working http://demos.creloaded.com/creloaded_pro/index.php?cPath=3_10 on category pages. You can see proper cPath in url still the breadcrumb is missing. This happens on in CRE Loaded 6.4 PRO. Breadcrumb is not only important for visitors, it is also important for SEO aspect.

The issue is due to bug in “runtime override” code. The code is using $cPath_array variable which is not declared global in function. To fix this open file includes/runoverride/applicationtop/CDSlogic_applicationtop_breadcrumb.php and find line global $breadcrumb, $languages_id after the $languages_id variable add, $cPath_array. This will make cPath_array global and the breadcrumb will start working.

3 Responses to “Categories Breadcrumb not working, CRE Loaded Pro”

  1. This only partially fixes it. It still does not show the correct breadcrumb on products.

  2. Its working fine for me on products info pages try http://www.bestdoorhandles.co.uk/5-lever-dead-lock_p641.htm. Make sure that you have done the changes correctly. And let me know which version you are using?

  3. This does not fix the problem 100%. There is still an issue after viewing a page in the information pages info box. After this the breadcrumb trail no longer works correctly when you go back to to product categories and view a product detail page, and also places links related to the information pages info box at the bottom of your product detail pages. I have listed the problem here: http://creloaded.org/forum/topic.html?f=82&t=28693&p=125803#p125803 it also exists on the live demo of 6.4 pro located at creloaded.com

Leave a Reply