Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #456951

    Hi Kriesi-Team.
    How is it possible, in general to install a “Zurück” (Back) -Button in Change of Bredcrumbs…
    Thanks a lot!
    Matree

    • This topic was modified 9 years, 5 months ago by Luxususer.
    #457405

    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

    #457412

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.