Image Show GK4 Pagination oFF
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sat Aug 24, 2013 10:21 pm
- Reply with quote
- Report this post
Hi,
I'm trying to switch off pagination in IMGShow GK4 to get those little dots lost but it seems that the switch 'pagination' is not working at all. How can I get rid of those dots?
My IMGShow GK4 settings are the same as in the demo version.
Thnaks for your help!
Piotr
I'm trying to switch off pagination in IMGShow GK4 to get those little dots lost but it seems that the switch 'pagination' is not working at all. How can I get rid of those dots?
My IMGShow GK4 settings are the same as in the demo version.
Thnaks for your help!
Piotr
-
- Fresh Boarder
- teitbite
- Sun Aug 25, 2013 10:32 am
- Reply with quote
- Report this post
Hi
Please try adding this css code instead:
Please try adding this css code instead:
- Code: Select all
.gkIsWrapper-gk_shop_and_buy ol {
display: none;
}
-
- Moderator
- GK User
- Sun Aug 25, 2013 3:50 pm
- Reply with quote
- Report this post
teitbite wrote:Please try adding this css code instead:
- Code: Select all
.gkIsWrapper-gk_shop_and_buy ol {
display: none;
}
Hi teitbite, the code is wrong. Here is what works after all:
- Code: Select all
gkIsWrapper-gk_bluap .gkIsPagination {
display: none;
}
Cheers,
Piotr
-
- Fresh Boarder
- teitbite
- Mon Aug 26, 2013 10:38 pm
- Reply with quote
- Report this post
Hi
Och Sorry I've looked at a wrong template. I'm glad You were able to use it anyway.
Och Sorry I've looked at a wrong template. I'm glad You were able to use it anyway.
-
- Moderator
4 posts
• Page 1 of 1