Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Rich

    (@rjbwarrenmecom)

    note – the spinner only shows before a vote has been cast.

    Plugin Author shauno

    (@shauno)

    Hi Rich

    This is a theme issue, where all images are set to display (often with a specific size set too). I need to be registered to see you site, so I can’t give you the exact code, but you need to essentially hide the spinner image with some custom CSS in your theme (or just in the gallery template). Something along the lines of:

    <style>
    .nggv-star-loader {
        display: none !important;
    }
    </style>

    I hope that helps

    Thread Starter Rich

    (@rjbwarrenmecom)

    That worked perfectly 🙂 Thank you very much

    Rich

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ajax spinner on voting’ is closed to new replies.