Skip Navigation

[Resolved] Slider and Animations

This support ticket is created 5 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 5 years, 10 months ago.

Assisted by: Waqar.

Author
Posts
#1190264

Hi Waqar ,

the slideshow here:hidden link

pls navigate left and right, you can see the image override , is there any way to fix this ?
any guide appreciated.

Thanks

#1190414

Hi Dee,

Thank you for contacting us and I'll be happy to assist.

The logo images are overriding due to transition CSS effect used in the file:
hidden link (line# 33)


.nl_sl_logo {
   position: absolute;
   -webkit-animation: appear 1s;
   animation: appear 1s;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
}

To make the transition smoother after the AJAX update, you can change "1s" to "0s" and also change the "Transition effect" type to "Fade".
( screenshot: hidden link )

For even more ideas and suggestions around custom CSS code and transitions, you can post at specialized CSS code forums:

hidden link
hidden link
https://stackoverflow.com/questions/tagged/css

regards,
Waqar