How can i make a module only be loaded on a specific menuitem, but not on all subpages to this item. I'm using Joomla 3.8.4, with K2. running on PHP7 Menu structure is:
- frontpage
- category 1
- Item 1
- Item 2
- Item 3
When i am on Menu1 i want to show a fullpageslider. Beneath this slider there is a Gavick News Pro Gk5, where i have a couple of k2-items listed. When i click on these items i dont want to show the fullpageslider again that is being showed on the Item1-page
The URL on item1 is: example.com/category1/item1 The URL on the k2 items under item1 is: example.com/category1/item1/k2category1/k2itemalias
Im thinking of a solution where i templateoverride the item1-page, where i include the existence of the moduleposition only to be inside that, so that the subitems have a different layout, but im looking for a solution directly in Joomla.
Hope someone can help