Skip Navigation

[Resolved] I want to disable the loading spinner in cred forms

This thread is resolved. Here is a description of the problem and solution.

Problem:
The issue here is that the user wanted to disable the spinner on their CRED forms.

Solution:

This can be done by using the following CSS.

.cred-form-loading-spinner-image{
  display:none !important;
}
This support ticket is created 5 years, 9 months ago. 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by Benjamin 5 years, 9 months ago.

Assisted by: Shane.

Author
Posts
#1203914
AJAX loading spinner.png

How can I disable the cred form loading spinner?

#1204127

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Benjamin,

Thank you for contacting our support forum.

Is this form being submitted using AJAX?

If so then this is why the spinner graphic is there. The only other alternative is to hide it using CSS.

.cred-form-loading-spinner-image{
  display:none !important;
}

Please let me know if this helps.
Thanks,
Shane

#1204223

Hallo Shane,

yes it is a AJAX form, but the spinner also apears on non AJAX forms. Your advise helped getting rid of the spinner, but der is still a div-container appearing underneath with some css. Let me no if there's a way to disable it. Otherwise I'll just customize the css to width 0, height 0 and no padding or margin.

Thanks,
Benjamin

#1204590

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Benjamin,

No there isn't a way to get rid of it completely.

We would need to hide it using css.

Thanks,
Shane

#1204970

My issue is resolved now. Thank you!
You could take that issue in to account for a future feature 🙂