Posted by srkamineni on March 29, 2009 at 4:14pm
Jump to:
| Project: | Content Glider |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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.
#2
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.
#3
Hi
Can any one tell how can we hide the old view keeping glider content with background:transparent ?
Thanks and Regards
Naveen
#4
subscribe
#5
You may modify Content Glider css file. A link for sample would be better, so we can show you the revised code.
#6
This an example if the width of Content Glider is 350px;
.glidecontentwrapper{
.............
width: 350px;
.............
}