Forum Replies Created

Viewing 2 replies - 46 through 47 (of 47 total)
  • Thread Starter fashioncoree

    (@fashioncoree)

    Hi, Kat!

    Updating the plug-in did not help unfortunately, when the plug-in is activated the whole back-end seems to run on a toaster :O
    I did try deactivating all other plug-ins I have with no result, I’m on the latest version on both WordPress and BackupWordPress right now.

    Best Regards

    Thread Starter fashioncoree

    (@fashioncoree)

    Thank you, Ricard!

    I figured it out, might not be as clean as it should be but it works :

    if( type == 1){ thumbs_rating_class = ".thumbs-rating-up"; }
    			else{ thumbs_rating_class = ".thumbs-rating-down"; $('#improve').modal('show'); }
    
    			jQuery(new_container +  thumbs_rating_class ).addClass('thumbs-rating-voted');
    			jQuery('#thumbs-rating-' + ID + ' .thumbs-rating-thankyou').fadeIn().css('display', 'block').fadeOut(4000);

    Also added a thank you! message for convenience.
    I did rate your plugin and leave a comment, thanks again!
    Best Regards

Viewing 2 replies - 46 through 47 (of 47 total)