I have a magento site. We are using layered navigation and I would like to add Static content to the category landing page along with results. I have added the cms block and it looks great on the main category page (no filters applied). However, the static block shows after applying layered navigation filters, which I don't want.
How can I hide the static cms block when any filter is applied?
I tried loading the filters in the category/view.phtml, but can't seem to figure out how to load and check. Also, I can not simply check GET parameters because the attributes used in layered navigation may change.
Any ideas on how to accomplish this?