Votes covering post
I just recently installed the votes plugin and the vote up/down graphic is covering the posts. My forum is embedded into Media Wiki, which could possibly be what complicates things. Could I in some way fix this?
Best Answers
-
Kasper Vanilla Staff
Replacing the existing code is not a good idea - you should either add the code to the bottom of the
voting.css
file or add it tocustom.css
in your theme. Ifcustom.css
doesn't exist within your theme'sdesign
directory, simply create it.Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
5 -
Kasper Vanilla Staff
Then clear your browser's cache because I see the changes just fine.
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
5
Answers
The
.Votes
element is positioned absolutely and therefore only "works" out-of-the-box with the default theme. What you could do, is position it statically and then float it like this:This would look like this:
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
deleted - I didn't see kasper's post (it wasn't there when I started this message.).
kasper had a better solution.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
This didn't really change anything, unless I didn't do it right. I replaced the existing code for ul.MessageList div.Meta span.Votes with yours and nothing at all happened. But thanks for the response!
Replacing the existing code is not a good idea - you should either add the code to the bottom of the
voting.css
file or add it tocustom.css
in your theme. Ifcustom.css
doesn't exist within your theme'sdesign
directory, simply create it.Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
I added it to embed friendly's custom.css, it still changes nothing though.
EDIT: It works now, thanks a lot. It just had to take a little time.
Then clear your browser's cache because I see the changes just fine.
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub