Closed (fixed)
Project:
Content Glider
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2009 at 16:14 UTC
Updated:
30 Mar 2010 at 09:45 UTC
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
Comment #1
drupalnesia commentedSorry, 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.
Comment #2
cpvolvo commentedI 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.
Comment #3
Naveentm commentedHi
Can any one tell how can we hide the old view keeping glider content with background:transparent ?
Thanks and Regards
Naveen
Comment #4
adrianmak commentedsubscribe
Comment #5
drupalnesia commentedYou may modify Content Glider css file. A link for sample would be better, so we can show you the revised code.
Comment #6
drupalnesia commentedThis an example if the width of Content Glider is 350px;
.glidecontentwrapper{
.............
width: 350px;
.............
}