Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    Tricky, the plugin doesn’t do it.

    Maybe you could do that attaching a JavaScript event, or even with CSS. Perhaps if you add a CSS animation to the text using your theme style.css you could make it go away after X seconds.

    Let us know if you find the solution! 🙂

    Thread Starter Topher Jamero

    (@topher-jamero)

    Hi Ricard,

    I found the solution, on the plugins jquery at the very bottom I added .fadeOut( 1600 ).

    // Display message if we detect LocalStorage
    
    jQuery('#thumbs-rating-' + ID + ' .thumbs-rating-already-voted').fadeIn("slow").css('display', 'inline-block').fadeOut( 1600 );

    I hope this may help other users of your awesome plugin.

    Plugin Author Ricard Torres

    (@quicoto)

    Glad you found it!

    Please be aware that if you update the plugin in the future you most certainly lose this changes. Keep that in mind 🙂

    Could you leave a review of the plugin? http://wordpress.org/support/view/plugin-reviews/thumbs-rating Thank you!

    Rick

    Thread Starter Topher Jamero

    (@topher-jamero)

    I see, thank you for the heads up I will keep that in mind.

    -Topher

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Already Voted Text’ is closed to new replies.