• Resolved fabbaf

    (@fabbaf)


    Hey,

    how do I remove the animation which is being displayed after I click on the “Submit Button”. I am using “WP Forms” as style.

    Thanks

    • This topic was modified 2 years, 1 month ago by fabbaf.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Please include an URL to the page displaying the review form.

    Thread Starter fabbaf

    (@fabbaf)

    I mean the animation which is on the submit button itself, when it says “Submitting, please wait…”. On the other styles there is a small circle, which is rotating, in front of the text, if I use “WP Forms” style there are bigger oval circles moving around.

    I don’t want to post a link here in public.

    Plugin Author Gemini Labs

    (@geminilabs)

    If you just want to remove the button loader, you can use this CSS:

    .glsr-button .glsr-loading { display: none; }

    The reason I asked for the URL is so that I can provide you some CSS to fix it without removing it.

    Thread Starter fabbaf

    (@fabbaf)

    The CSS is not working, there is still this animation inside the button.

    • This reply was modified 2 years, 1 month ago by fabbaf.
    Plugin Author Gemini Labs

    (@geminilabs)

    Got it. You can edit your post and remove the link now.

    Thread Starter fabbaf

    (@fabbaf)

    I made a mistake. The CSS you provided is working. Thanks for your help!

    • This reply was modified 2 years, 1 month ago by fabbaf.
    Plugin Author Gemini Labs

    (@geminilabs)

    Try this CSS:

    #main .glsr-wpforms .glsr-button {
        display: inline-flex;
        gap: 8px;
        justify-content: center;
    }
    #main .glsr-wpforms .glsr-button .glsr-loading {
        height: 1em;
        position: relative;
        width: 1em;
    }
    Thread Starter fabbaf

    (@fabbaf)

    Ok. Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove animation on ‘Submit button’ after click’ is closed to new replies.