I am having issues using View display in a Panel, on Drupal 7 (using Panopoly), from one of the Pages in our Drupal site. We are having problems passing parameters from Panels into Views.
I would like to allow passing the Taxonomy Name (in lowercase), from a Page (using Panels), to one of the Views on that page. At the same time, I would like to pass the Taxonomy ID (tid) in the same manner. Then, with Contextual Filters (which are used in the View), I would like to filter those news articles.
For example, it should allow both: news/3 and news/latest, showing same results.
Could someone help me or point me in the right direction?
Thank you in advance!