- Posts: 31
- Thank you received: 0
Strange ajax loading animation
- Jean-Luc TREVILLY
- Topic Author
- Offline
- Junior Member
-
Less
More
10 months 3 weeks 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...
How to make it disappear? I looked closely at all the events, this shouldn't be...
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 months 3 weeks 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
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
-
Less
More
- Posts: 31
- Thank you received: 0
10 months 3 weeks ago #166691
by Jean-Luc TREVILLY
Replied by Jean-Luc TREVILLY on topic Strange ajax loading animation
You can see here :
assodunpointalautre.fr/stages-de-recuper...ividual-registration
assodunpointalautre.fr/stages-de-recuper...ividual-registration
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 months 3 weeks 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:
Try re move !important from there. Or change it to the css code below:
Then check it again. The issue should be sorted
Regards,
Tuan
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
-
Less
More
- Posts: 31
- Thank you received: 0
10 months 3 weeks 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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 months 3 weeks ago #166697
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Strange ajax loading animation
Great. Thanks for confirming
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.