• Charlene Royston

    (@charlene-royston)


    The button on this plugin stopped working. I searched for support, but the designer stated this plugin is a hobby and closed the request for an answer when other users had the same problem. Don’t use it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @charlene-royston Thanks for the heads up!

    To author: if you don’t feel like updating your plugin up-to-date or supporting, please consider passing it to someone else in the community (not me, but I am sure you will find many worthy candidates) ??

    Thank you for your work ??

    // WP poll and qtranslate – translate questions and answers

    add_filter(‘poll_template_voteheader_markup’, ‘change_txt22’);
    add_filter(‘poll_template_votebody_markup’, ‘change_txt22’);
    add_filter(‘poll_result_markup’, ‘change_txt22’);
    function change_txt22( $Question ) {
    $Question = qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage( $Question );
    return $Question;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stopped Working – No Support’ is closed to new replies.