Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jameslafferty

    (@jameslafferty)

    Hi magestyx,

    I definitely see the issue you’re seeing, but it looks like the loader gif is in fact making it to the browser. Look at styling the widget itself to a fixed height and width, which will prevent it from collapsing and obscuring the loader gif. You could also try setting a min height and min width to the size of the loader graphic… Something like:

    .widget_ns_mailchimp{min-height:16px;min-width:16px;}

    Please let me know if that’s at all unclear.

    Cheers,

    J.

    Thread Starter magestyx

    (@magestyx)

    James,

    you’re right. I gave the widget a min-height and it works fine now:

    #ns_widget_mailchimp_form-4 {
    min-height: 57px;
    }

    Thanks!

    magestyx

    Plugin Author jameslafferty

    (@jameslafferty)

    Awesome! I’m glad it’s working for you ??

    J.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: MailChimp Widget] No ajax-loader.gif showing’ is closed to new replies.