I'm trying to build a menu which has term id(tid) token in it to the views pages I have created. Menu links work when on taxonomy/term page but when menu links are clicked and url is changed to the views page, menu token can't get term id(tid) from that page, so menu links don't work. Basically menu structure is like this;
Menu on taxonomy page:
views page 1 (url: /project/%1/venues) menu path: /project/[term:tid]/venues views page 2 (url: /project/%1/program) menu path: /project/[term:tid]/program Contextual filter used: taxonomy term id from url where %1 is term id.