[Plugin: Jigoshop] current-menu-item, current-page-ancestor
-
I need Jigoshop to use an existing page to display products. There are two options, each of which breaks in its own, fun way.
- Assign Jigoshop to use my Inventory page as the “Catalog base page”. This breaks my navigation menu because it doesn’t assign
current-menu-item
andcurrent-page-ancestor
classes.I hate it when plugins hijack a page anyway, so I would rather…
- 2: Use ‘[products paginated=”yes”]` in Inventory. This would be preferable. However, the Layered Nav widget (and others?) doesn’t work in this scenario, and tag cloud links would take the user to another page with the same problem as the first scenario.</li>
</ul>Anyone know how to resolve this? Maybe there’s a way to fool WP into thinking we’re on the Inventory page using
if( is_post_type_archive('product') )
(and a corresponding function for tag pages?)?
- Assign Jigoshop to use my Inventory page as the “Catalog base page”. This breaks my navigation menu because it doesn’t assign
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Jigoshop] current-menu-item, current-page-ancestor’ is closed to new replies.