I have been working on this module.

I would like to see the current view to glide as well. Currently when we page from one to another... it just glides the new content into view.. In my case, I can see the old view if the new view happens to be smaller.

Thanks a lot for this module..works great.

Raj

Comments

drupalnesia’s picture

Version: 6.x-1.3 » 6.x-1.5

Sorry, I don't understand, please explain more.
Do you mean that you need more content in CG? If so, there is an option to change the number of conten per CG, default is 5.

cpvolvo’s picture

I think Raj is having the problem of no setting a 100% sized div with a background color. Currently, if you have the glider content with background:transparent the next div will just place over the old one. You can get around this by setting a div with a bg-color that is 100% so that the content is always the same size and previous 'glides' are hidden.

Naveentm’s picture

Hi

Can any one tell how can we hide the old view keeping glider content with background:transparent ?

Thanks and Regards
Naveen

adrianmak’s picture

subscribe

drupalnesia’s picture

You may modify Content Glider css file. A link for sample would be better, so we can show you the revised code.

drupalnesia’s picture

Status: Active » Closed (fixed)

This an example if the width of Content Glider is 350px;

.glidecontentwrapper{
.............
width: 350px;
.............
}