Photoslide image loading bar

GK User
Thu Apr 07, 2011 7:31 am
Hi,
One small question, it's possible to delete Photoslide image loading bar?

Image

Thanks in advance
User avatar
Fresh Boarder

GK User
Fri Apr 08, 2011 1:07 am
I second that.
Didn't like the bar.
It should have an option to turn it off.

Thank you for the excellent template, marvelous font choice, clean layout.
Would be 100% if not for that loading bar. :P

Jonathan Roza
User avatar
Fresh Boarder

teitbite
Fri Apr 08, 2011 11:13 pm
Hi

You can disable it using this code in css:

Code: Select all
.gk_is_wrapper-template .gk_is_pagination .gk_is_scale {
    display: none;
}
User avatar
Moderator

GK User
Sat Apr 09, 2011 8:24 am
Topic closed B)
User avatar
Fresh Boarder

teitbite
Sat Apr 09, 2011 9:53 pm
Hi

Glad I could help :)
User avatar
Moderator

GK User
Sat Apr 09, 2011 10:05 pm
Hi Teitbite.

I need to disable the bar, but keep the pagination working.
Can I use display:none only on .gk_is_scale?

I managed to make it work the way I want, but I edited the .js, some .php and several css rules to achieve what I need. If there is a simple way, I believe it would benefit many people.

Thank you.

Jonathan Roza
User avatar
Fresh Boarder

teitbite
Mon Apr 11, 2011 12:00 am
Hi

My code is hidding the scale but pagination stays. Anyway You will need to add some css to place the prev and next buttons in right places.
User avatar
Moderator

GK User
Fri Apr 15, 2011 2:26 pm
Which CSS document? (Or do I put this on the override.css)
User avatar
Expert Boarder

teitbite
Sat Apr 16, 2011 8:58 am
Hi

Any css file. Override.css is the best because it will be easy to keep css changes during template update.
User avatar
Moderator

GK User
Sun Apr 17, 2011 7:01 am
My apologies, a little new to Joomla still and trying to work with this beautiful template a little bit.

I put the code you stated in the earlier post into the override.css but it doesn't seem to do anything. Bar is still there for me...

-------------
/* HERE YOU CAN PUT YOUR OWN CSS RULES */

.gk_is_wrapper-template .gk_is_pagination .gk_is_scale {
display: none;
}
-------------

I cleared cache from Joomla and browser as well. Also installed Cache Cleaner and ran that just in case.

Did I miss something?
User avatar
Junior Boarder

Konrad M
Sun Apr 17, 2011 4:17 pm
Did you turn on override.css option in template settings ?
User avatar

GK User
Thu Jun 09, 2011 11:26 pm
teitbite wrote:Hi

My code is hidding the scale but pagination stays. Anyway You will need to add some css to place the prev and next buttons in right places.


How do i get rid of the buttons as well?
User avatar
Junior Boarder

Konrad M
Fri Jun 10, 2011 6:10 am
mreynolds86, can you give us url to your site?
User avatar

GK User
Mon Jun 13, 2011 12:19 pm
Konrad Mlynarczykowski wrote:mreynolds86, can you give us url to your site?


www.legsbumsandtums.com
User avatar
Junior Boarder

Konrad M
Tue Jun 14, 2011 4:21 am
Try add to override.css
Code: Select all
.gk_is_pagination {
display:none !important;
}

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


cron