GK Image Show Problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Apr 01, 2013 7:46 pm
Reply with quote
Report this post
Hello,

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?
User avatar
Junior Boarder

Konrad M
Tue Apr 02, 2013 5:28 am
Reply with quote
Report this post
Hi,
can you give us url to your website? It will be much easier to help you.
User avatar

GK User
Fri Apr 05, 2013 1:14 pm
Reply with quote
Report this post
Hello Konard M,

Thank you for your response. I currently do not have my site online. However, if you give me a day I will have it up and running. Due to my site not being finished I will have to PM you some login details if that is ok?

Thank you,
User avatar
Junior Boarder

Konrad M
Fri Apr 05, 2013 1:31 pm
Reply with quote
Report this post
Yes, sure. Remember add link to this topic to your Private Message.
User avatar

GK User
Sun Apr 07, 2013 3:34 pm
Reply with quote
Report this post
Hello Konrad,

Did you get my PM. Not rushing you, just making sure your received it OK
User avatar
Junior Boarder

Konrad M
Thu Apr 11, 2013 10:26 am
Reply with quote
Report this post
Thanks for removing suffixes. Now just add this code to override.css
Code: Select all
#k2Container.itemListView .slide {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 11, 2013 12:53 pm
Reply with quote
Report this post
Yes! you wonderful man, Thank you!
User avatar
Junior Boarder


cron