Thubnails stable

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
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
Fri Jun 14, 2013 8:38 am
Hi i use the gavick slider and i would like to know if it is possible the thubnails to be stable and dont appear only when i hover the slider.
An other question i want to remove the image "e-sport create a store" from this link http://lamy.stateofart.co/products/2013 ... -2000.html

Can you please help ?
Thank you very much
User avatar
Expert Boarder

teitbite
Fri Jun 14, 2013 9:30 am
Hi

This is a css code which make it not hide in demo site:

Code: Select all
#gkIs-gk-is-228.gkThumbsBottom .gkContentArea {
    bottom: 20px !important;
}


You will just need to match Your module id in css selector to make it work on Your site.
User avatar
Moderator

GK User
Fri Jun 14, 2013 9:31 am
Please provide link to your site, where Image Show is installed, and link to the second page, but use some link shortening site, because links are being cutted by forum scripts (they are to long)
User avatar
Moderator

GK User
Fri Jun 14, 2013 9:34 am
Ok i am sorry here is the link

http://bit.ly/12KGf4p

Thank you
User avatar
Expert Boarder

teitbite
Fri Jun 14, 2013 9:40 am
Hi

Thanks Cyberek. Seeing this will make it more direct.

Here is a code with proper selector:

Code: Select all
#gkIs-gk-is-361.gkThumbsBottom .gkContentArea {
    bottom: 20px !important;
}
User avatar
Moderator

GK User
Fri Jun 14, 2013 9:45 am
Ok thank you, that worked great,
can you please answer me how can i remove the logo e-sport that is above the products?
Thank you very much for your time
User avatar
Expert Boarder

teitbite
Fri Jun 14, 2013 10:53 am
Hi

Why this tabs are using a print layout as content ?? :) That's strange.

You can replace the image in this location: /images/print_logo.png

This is print layout so I would not advice to remove it. It will be better to replace with Your own and just hide on the site with this css added to override.css (remember to allow using of override in template settings).

Code: Select all
#gkPrintTop { display: none; }
User avatar
Moderator

GK User
Fri Jun 14, 2013 10:58 am
Thank you very much
User avatar
Expert Boarder


cron