Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3301
Vladimir
Keymaster

Breadcrumbs has fallback text when you don’t enter anything so design doesn’t break. In this case it won’t break so I removed fallback from code.

If anyone want to this, code is in functions.php. Lines 523-525 should be deleted:

if(empty($pre_breadcrumbs)){
   $pre_breadcrumbs = __('You are here:', 'pi_framework');            
}