Strange ajax loading animation

  • Jean-Luc TREVILLY
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 week 4 days ago #166684 by Jean-Luc TREVILLY
Strange ajax loading animation was created by Jean-Luc TREVILLY
I don't know why but I have the ajax animation looping next to the register button.
How to make it disappear? I looked closely at all the events, this shouldn't be...
Attachments:

Please Log in or Create an account to join the conversation.

More
1 week 4 days ago #166690 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Strange ajax loading animation
Hi Jean

Could you send me link to the page which I can see the issue so that I can do a quick check?

Normally, the animation would only be displayed when users choose something in the form which requires re-calculate fee of the registration. Mean it should not always being displayed like that

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Jean-Luc TREVILLY
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 week 4 days ago #166691 by Jean-Luc TREVILLY

Please Log in or Create an account to join the conversation.

More
1 week 4 days ago #166694 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Strange ajax loading animation
Hi Jean

It causes by custom css code you added to Events Booking. Go to Events Booking -> Configuration, look at Custom CSS tab, find the css code below:
Code:
img { display: inline !important; }

Try re move !important from there. Or change it to the css code below:
Code:
img:not(#ajax-loading-animation) { display: inline !important; }

Then check it again. The issue should be sorted

Regards,

Tuan
The following user(s) said Thank You: Jean-Luc TREVILLY

Please Log in or Create an account to join the conversation.

  • Jean-Luc TREVILLY
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
1 week 4 days ago #166695 by Jean-Luc TREVILLY
Replied by Jean-Luc TREVILLY on topic Strange ajax loading animation
Perfect, it works, the code had been added to obtain an online display of the gallery images, the problem with Helix Ultimate from Joomshaper is that it causes a columnar display which is not very pleasant to look at.

Please Log in or Create an account to join the conversation.

More
1 week 4 days ago #166697 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Strange ajax loading animation
Great. Thanks for confirming

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc