Hi, first let me say this plugin is great, thank you!!
I am using the Hueman Theme and whenever there’s a feature page with posts, or the home page or category page, the upvote box gets malformed and breaks the HTML.
This only happens with this theme, compared to the default Twenty Something ones, so I am not sure why it doesn’t work.
The site is in an intranet so I can’t post the link, but here is a picture to show it:
Please help.
Thanks
]]>Can you please let me know how to get count of upvotes and downvotes for last N days ?
TIA
]]>In WP 3.8, I was getting an ajaxurl undefined error when clicking on a comment to vote it. I added ajaxurl as a var to the below code to casepress-upvote.php, and afterwards the voting worked.
add_action('wp_head', array($this, 'cpuv_ajaxurl'));
function cpuv_ajaxurl() {
?>
<script type="text/javascript">
var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>';
</script>
<?php
}
]]>
Hi, the script is awesome as it has no problem with the links on my site provided if im logged in. But if i test it on a non logged in browser,all the links renders unclickable, i did a reinstall of the plugin still doesn’t works. And also would be great if we can ommit the plugin on certain pages
]]>The buttons work fine inside single post pages and in comments too but I doesn’t work in post list page on most themes(the only working one I’ve found is buddypress default).Also more importantly, I was wondering if there was a way to order the posts list by number of upvotes.Maybe a script I could insert or something like that..
Thanks a bunch.
]]>