I have the GK ImageShow for nearly all my K2 items.
I have three sub headings under Portfolio as "branding", "Graphic Design" & "Social Media"
Each Sub heading is a menu catergory of the K2 items.
This is my problem,
I want to hide the ImageShow in the menu catergories but I want to only show them in the k2 item page.
So I used this code (as an example I'm only going to be working with the branding sub heading)
- Code: Select all
.branding . moduletable {
display:none;
}
Yay! They are hidden on the Branding page and on the item page.
So I created a Suffix for the item page (lets just call it logo) and created this code
- Code: Select all
.logo .moduletable{
display:block;
}
And AHHH its not showing. I believe it is due to the way it is structured. Portfolio > Branding > Logo
There is something I'm missing here. Can you help?