• I haven’t used the plugin much yet, but so far the development team has been responsive and helpful.

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

    (@quicoto)

    Hi there !

    The function exists in plugin’s code: https://plugins.svn.www.ads-software.com/thumbs-rating/trunk/thumbs-rating.php

    Let’s try to find out why it isn’t working for you ??

    How did you install the plugin? Is it activated? Where and what code did you paste?

    Let me know,

    Rick

    Thread Starter 68696c6c

    (@68696c6c)

    The plugin is activated, but it says that the plugin is not tested with my version of WordPress (version 4). I followed these instructions from the Installation Instructions tab:

    B) If you want to show the thumbs after all your content (posts, pages, custom post types) paste this snippet at the end of your functions.php file of your theme:

    function thumbs_rating_print($content)
    {
    return $content.thumbs_rating_getlink();
    }
    add_filter('the_content', 'thumbs_rating_print');

    I get a 500 error saying that the function thumbs_rating_getlink() is not defined. I did a search in the thumbsup plugin directory for the function and found nothing, so I’m inclined to believe that.

    Plugin Author Ricard Torres

    (@quicoto)

    Hi there,

    1) The function is not on the plugin or codex repository, it’s a custom function inside the thumbs-rating.php

    2) Alternatively try another method. Could you please use the Shortcode inside a post?

    3) Is your site public? Can you post the link?

    Best,

    Rick

    Thread Starter 68696c6c

    (@68696c6c)

    I’m sorry. I was using another plugin and accidentally posted my review here. I’m switching to your plugin. My bad.

    Plugin Author Ricard Torres

    (@quicoto)

    No problem.

    Could you please change the review rating then?

    Thanks

    Thread Starter 68696c6c

    (@68696c6c)

    Absolutely. I will be setting my site up with your plugin today and will re-do my review after that. For now, I’ll change the rating to 5 stars since you were very responsive.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Developers are very helpful.’ is closed to new replies.