Skip Navigation

[Gelöst] Slider and Animations

This support ticket is created vor 5 Jahre, 3 Monate. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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)

This topic contains 1 Antwort, has 2 Stimmen.

Last updated by Waqar vor 5 Jahre, 3 Monate.

Assisted by: Waqar.

Author
Artikel
#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

Waqar
Supporter

Languages: Englisch (English )

Timezone: Asia/Karachi (GMT+05:00)

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

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.