Tagged: breadcrumbs
Hi, I want to change the “Your are here:” text in breadcrumbs but in a way that didn’t affect me when I update the theme. I don’t want to change in the php file because in an update it will be overwritten. How can I do this? Thanks
Hey Diego!
Please go to Enfold/framework/php and open class-breadcrumb.php file and find “You are here:” and change as needed
Cheers!
Yigit
Hi Yigit,
I hope it is appropriate to post here. I want to do exactly the same as the previous participant. I have followed your advice, but the You are here text is not changing as expected. Is it possible a language file is overriding the output. I am using a standard enfold template and have not installed any extra languages. Thanks for any help in advance.
Hey!
You find this string on 2 places: at line 26 and 186. Change both occurrencies.
Best regards,
Günter
Thanks for the speedy Reply :)
I have done so, but with no result. The text stays – You are here:
Kind regards,
Bert
======
Updated: This was my mistake – I worked in the wrong WWW folder. This fix works fine, thanks again for the help.