Draphoelix
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Does Relevanssi search Attachments?Thanks 🙂
Forum: Plugins
In reply to: [Thumbs Rating] No thumbs-rating-voted class for downvoteHi Ricard, thanks for replying back. But that’s not the problem. The voting works fine, but the down-vote button has no thumbs-rating-voted class when I refresh the page.
http://screencastle.com/watch/af6c468bed463b82ccbdfae7ef616bd3
Forum: Plugins
In reply to: [Thumbs Rating] No thumbs-rating-voted class for downvoteNot using downvote on my mainsite so I hosted another one using a freehost: http://wgrwhrwh.onlinewebshop.net/
Tested on
Chrome: 33
Firefox 27Forum: Plugins
In reply to: [Thumbs Rating] Some new posts gets random amount of likesAppreciate your help! No way I would have been able to figure that out on my own.
And thank you for a great, light-weight plugin.
Forum: Plugins
In reply to: [Thumbs Rating] Some new posts gets random amount of likesYou are right. I just checked the database, there are thumbs rating values given for post_ids that aren’t even published yet.
Forum: Plugins
In reply to: [Thumbs Rating] Some new posts gets random amount of likesHow can I confirm that? Should I delete _thumbs_rating_up from my database and start over? How do I give all my current posts 1 vote after that?
Forum: Plugins
In reply to: [Thumbs Rating] Some new posts gets random amount of likesI just run some tests with my code removed, same result. I posted 6 posts, 5 with 0 votes and 1 suddenly with 33.
Forum: Plugins
In reply to: [Thumbs Rating] Some new posts gets random amount of likesIs there a possibilty that it is the plugin that is causing this?
Here’s a picture of one of my pending post. It says +38 upvotes, even though there are no codes on my site that affects it (publish_post should not affect pending posts).
Forum: Plugins
In reply to: [Thumbs Rating] W3 Total Cache breaks CSS on FirefoxIt’s okay, I fixed it by adding some CSS rules manually along with !important calls
Forum: Plugins
In reply to: [Categories Images] Check if Image is Set (Cat Image Exists)Thank you, that worked wonderfully!
Forum: Plugins
In reply to: [Categories Images] Check if Image is Set (Cat Image Exists)I’d also like to know this.
I tried this
<?php echo (function_exists('z_taxonomy_image_url')) ? z_taxonomy_image_url() : 'path to your default image'; ?>from a previous question but that did not return anything.Forum: Plugins
In reply to: [Thumbs Rating] W3 Total Cache breaks CSS on FirefoxWondering if there’s any update. Is the only way to disable minify? Why does it work in Chrome but not on Firefox?
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Where is title stored?Thanks, I found it in the end. I placed it at the end of the widget, below all the tags.
Forum: Plugins
In reply to: [Thumbs Rating] W3 Total Cache breaks CSS on FirefoxFirefox : 26.0
IE: 11.0Forum: Plugins
In reply to: [Thumbs Rating] W3 Total Cache breaks CSS on FirefoxThanks for the fast response. Yes, like I said: It works fine on Chrome. W3 Total Cache doesn’t break the plugin on Chrome, only on Firefox and IE.