mod_image_show_gk4

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 21, 2015 10:14 am
Reply with quote
Report this post
I am creating a Slideshow but I wish the first image would not show the url.
But if I leave it blank I get the message "what we do" why and how can I do to not show anything in the first slide?

tnx
User avatar
Expert Boarder

teitbite
Sat Apr 25, 2015 8:36 am
Reply with quote
Report this post
Hi

Please edit language file for Image Show and simply remove "what we do" and leave just blank "".
User avatar
Moderator

GK User
Thu May 07, 2015 1:56 pm
Reply with quote
Report this post
I tried but you can always see the border of the button
User avatar
Expert Boarder

teitbite
Sun May 10, 2015 12:30 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkIsWrapper-gk_creativity .figcaption:nth-child(7) > a {
    display: none !important;
}
User avatar
Moderator

GK User
Mon May 11, 2015 12:04 pm
Reply with quote
Report this post
It seems not to change anything

see attach...
User avatar
Expert Boarder

teitbite
Mon May 11, 2015 4:51 pm
Reply with quote
Report this post
Hi

Than it's probably the wrong number in "nth-child(7)" I said 7 as an example since this is what I see in demo, You need to count elements or show me the site so I'll see and tell You which one.
User avatar
Moderator

GK User
Mon May 11, 2015 5:45 pm
Reply with quote
Report this post
I don't understand

the element is the first and I put:
.gkIsWrapper-gk_creativity .figcaption:nth-child(1) > a {
display: none !important;
}

but don't function
However, if for example I insert this,

.gkIsWrapper-gk_creativity .figcaption > a {
display: none !important;
}

it works ... just all disappear and not just the first.
User avatar
Expert Boarder

teitbite
Wed May 13, 2015 7:09 pm
Reply with quote
Report this post
Hi

it doesn't work like that :) :nth-child() counts elements inside a parent layer. So You may want to remove it from the first slider but first slider may be 5th, or 10th element, basically not only slides counts here. This is why I need to see it to tell what this number should be. I used nth-child(7) at first, becuase this is how it was at my copy of this template.
User avatar
Moderator

GK User
Wed May 13, 2015 11:12 pm
Reply with quote
Report this post
It was number 10 ... I did not know how to find it, but for attempts I found it...

tnx
User avatar
Expert Boarder

teitbite
Mon May 18, 2015 4:02 pm
Reply with quote
Report this post
Hi

Great to hear that. I bet it took some time to check all numbers :) Anyway job well done.
User avatar
Moderator


cron