Hide loader on Photslide GK3

GK User
Fri May 27, 2011 1:21 pm
How do you hide the loading bar on the slideshow?

Regards,
Sean R.
User avatar
Junior Boarder

Konrad M
Mon May 30, 2011 6:45 am
Hi
Try add to photoslide settings:
Code: Select all
preloader=false;
User avatar

GK User
Tue Jun 07, 2011 6:50 am
Hi I have tried this and it does not work.

Have you any other ideas?

Regards,
Sean R.
User avatar
Junior Boarder

Konrad M
Tue Jun 07, 2011 7:01 am
Try add to override.css
Code: Select all
.gk_is_wrapper-template .gk_is_preloader {
display:none !important;
}

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

GK User
Thu Jun 09, 2011 9:18 pm
Konrad Mlynarczykowski wrote:Try add to override.css
Code: Select all
.gk_is_wrapper-template .gk_is_preloader {
display:none !important;
}

and remember to enable override.css option in template settings


I found this very helpful, thank you. I don't know if it's because I'm using 1.6, but your answer, while very close, didn't work for me... what did work for me was:

.gkIsWrapper-gk_appsite1 .gkIsPagination .gkIsScale {
display:none !important;
}

(Hopefully that doesn't shut something else off with it, but I think I'm good)

In any case, I wouldn't have considered that had it not been for your suggestion.
Cheers.
User avatar
Expert Boarder

Konrad M
Fri Jun 10, 2011 6:08 am
Hi GenoPeppino
Try change it to:
Code: Select all
.gkIsPreloader {
display:none !important;
}
User avatar


cron