Hi Kriesi-Team.
How is it possible, in general to install a “Zurück” (Back) -Button in Change of Bredcrumbs…
Thanks a lot!
Matree
Hey Luxususer!
You can add a button element and link it to the page you would like. Since browsers are providing such feature, it is not included in any website or theme that i know
Regards,
Yigit
Hi Luxususer!
If your trying to get a button to go back in your browser history with javascript then that may be possible, http://www.w3schools.com/jsref/met_his_back.asp. You can see where the breadcrumbs get added to that area around line 368 in the /enfold/functions-enfold.php file.
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
But if your trying to get a button to travel up the breadcrumbs queue then that is kind of bordering on custom work and it would be best to hire a freelancer to help you out with that customization.
Cheers!
Elliott