• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RS Matias loading symbols

RS Matias loading symbols 4 months 1 day ago #43178

  • salinger
  • salinger's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi , probably a silly question, but is there a possibility to shorten the time of the loading circle symbols during each refreshing sites oder change to other site?or does it depend on size of pictures? I don't have very big pictures so I find it too long to wait. Thank you, kind regards, Marion
The administrator has disabled public write access.

RS Matias loading symbols 1 month 3 weeks ago #43297

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

This animation is controlled by the following template CSS rule:
#rstpl-preloader {
  ...
  animation-duration: 1.7s;
  animation-delay: 0.8s;
}

You can overwrite this by creating a custom.css file as explained here, through something similar:
#rstpl-preloader {
  animation-duration: 0.7s;
  animation-delay: 0.2s;
}
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!