Skip Navigation

[Resuelto] Slider and Animations

This support ticket is created hace 5 años, 10 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Etiquetado: 

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Waqar hace 5 años, 10 meses.

Asistido por: Waqar.

Autor
Mensajes
#1190264

Hi Waqar ,

the slideshow here:enlace oculto

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:
enlace oculto (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: enlace oculto )

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

enlace oculto
enlace oculto
https://stackoverflow.com/questions/tagged/css

regards,
Waqar