Closed (outdated)
Project:
Views Slideshow
Version:
7.x-3.0
Component:
Cycle
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2013 at 01:02 UTC
Updated:
3 Jan 2017 at 20:13 UTC
Jump to comment: Most recent
Comments
Comment #1
mysimone commentedPlease anyone can help!!!!!!! :(
Comment #2
mysimone commentedHello!!!! can any please help !!!!!!!
Comment #3
andrea.brogi commentedHi,
I have found my way to make this.
Using the Top slideshow widget I have showed the "Controls".
Now on the Top of your image you have "Next"-"Pause-Play"-"Previous" text.
Using the CSS I have hided "Next" and"Pause-Play" link text and I have reformatted "Previous" to cover the image.
Is moved on the left 100px so the text go over black background, it is set #000 and became invisible.
Something like this:
/*Controlli next-previous */
.views-slideshow-controls-text-previous {
position:absolute;
display:none;
}
.views-slideshow-controls-text-pause {
position:absolute;
display:none;
}
.views-slideshow-controls-text-next a{
position:absolute;
display:block;
width:900px;
height:650px;
padding:10px;
margin-left:-100px;
color:#000;
}
Comment #4
mysimone commentedThank you for reply, it works.... but my slideshow will have different slide height, which will be hard to set the "a" box height. Any more solutions please?
Comment #5
andrea.brogi commentedMaybe you can use height:100%; but I'm not sure it's working becouse the position is absolute.
Comment #6
mysimone commentednot work :(
Comment #7
andrea.brogi commentedI don't know how to solve it
Comment #8
nickdickinsonwilde