-
AuthorPosts
-
June 21, 2016 at 3:56 pm #651542
Hi
With a full-width or full-screen slider I want to have the captions change with each slide and fade in, as it does, but have the button label links stay the same and static. In other words, the button labels would not fade in and out as they do now but would appear static as the slide images and captions fade in and out. Is this possible?
many thanks
Peter
June 22, 2016 at 7:43 am #651956Hi Peter,
I don’t think that is possible unfortunately but send us a link to the site in question and we’ll have a closer look at it.
Regards,
RikardJune 22, 2016 at 10:26 am #651996Hi Rikard
You can see an example in the link below which has a fullscreen slider with a changing caption and a button label.
many thanks
PeterJune 24, 2016 at 6:13 am #652850Hi,
Add a color section below the slider then apply a unique Section ID to it. Inside that section, add a button. We can move the color section upwards and above the slider with css. Let us know once you’re with it then we’ll give you the proper css codes.
Best regards,
IsmaelJune 24, 2016 at 10:09 am #652951Hi Ismael
That sounds a great Idea. I have done what you suggested. The color section with the button has a Section ID of ‘staticbutton’. You can see it in the link below.
many thanks
Peter
June 28, 2016 at 11:51 am #654137Hi,
Thank you for the test page. Add this in the Quick CSS field:
#staticbutton { margin-top: -300px; }
Or use percentage value:
#staticbutton { margin-top: -20%; }
Best regards,
IsmaelJune 28, 2016 at 12:45 pm #654164Hi Ismael
Thanks for that, it is almost perfect. However, while it works fine with a fullwidth slider it doesn’t work with the fullscreen slider. I think the static button is appearing behind the fullscreen slider as it is briefly visible before the slider start. You should be able to see in the links below.many thanks
Peter
June 30, 2016 at 3:46 pm #655327Hi,
It seems to be working fine on my end. Have you figured it out already?
Best regards,
YigitJune 30, 2016 at 4:10 pm #655350Hi Yigit
Not really. I added this
#staticbutton {
z-index: 999999!important;
position: fixed!important;
}which brings the color section to the front now but as you can see it has a black background and I want it to be transparent.
many thanksPeter
June 30, 2016 at 4:12 pm #655352Hi!
Please add following code to Quick CSS
#staticbutton { background: transparent; } #staticbutton .avia-slideshow { display: none; }
Cheers!
YigitJune 30, 2016 at 4:41 pm #655373Hi Yigit
That’s working perfectly now.many thanks
Peter
-
AuthorPosts
- The topic ‘Make slider button labels static’ is closed to new replies.